Skip to content

Commit

Permalink
Merge branch 'main' into minor-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa authored Dec 16, 2024
2 parents 7d8e94b + 3f04abe commit 7663fa8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"category": "integration",
"changes": [],
"date": "2024-12-16",
"description": "Chainlink Data Feeds is available on Hedera mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=hedera&page=1) page.",
"relatedNetworks": ["hedera"],
"relatedTokens": [],
"title": "Data Feeds on Hedera",
"topic": "data",
"subTopic": "data-feeds",
"urls": []
},
{
"category": "integration",
"changes": [],
Expand Down
7 changes: 7 additions & 0 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,13 @@ export const CHAINS: Chain[] = [
tags: ["default"],
supportedFeatures: ["feeds"],
networks: [
{
name: "Hedera Mainnet",
explorerUrl: "https://hashscan.io/mainnet/contract/%s",
networkType: "mainnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-hedera-mainnet.json",
queryString: "hedera-mainnet",
},
{
name: "Hedera Testnet",
explorerUrl: "https://hashscan.io/testnet/contract/%s",
Expand Down

0 comments on commit 7663fa8

Please sign in to comment.