From 3f04abecc8cdec97802cb00bb8cf70dc60020c67 Mon Sep 17 00:00:00 2001 From: "Karim H." <98668332+khadni@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:56:06 +0100 Subject: [PATCH] Hedera feeds mainnet (#2220) --- public/changelog.json | 12 ++++++++++++ src/features/data/chains.ts | 7 +++++++ 2 files changed, 19 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 096c7af4b1a..903c22444eb 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -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": [], diff --git a/src/features/data/chains.ts b/src/features/data/chains.ts index 033ffea65d0..8e58f48fb15 100644 --- a/src/features/data/chains.ts +++ b/src/features/data/chains.ts @@ -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",