Skip to content

Commit 3f04abe

Browse files
authored
Hedera feeds mainnet (#2220)
1 parent 881400d commit 3f04abe

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

public/changelog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"category": "integration",
4+
"changes": [],
5+
"date": "2024-12-16",
6+
"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.",
7+
"relatedNetworks": ["hedera"],
8+
"relatedTokens": [],
9+
"title": "Data Feeds on Hedera",
10+
"topic": "data",
11+
"subTopic": "data-feeds",
12+
"urls": []
13+
},
214
{
315
"category": "integration",
416
"changes": [],

src/features/data/chains.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,13 @@ export const CHAINS: Chain[] = [
514514
tags: ["default"],
515515
supportedFeatures: ["feeds"],
516516
networks: [
517+
{
518+
name: "Hedera Mainnet",
519+
explorerUrl: "https://hashscan.io/mainnet/contract/%s",
520+
networkType: "mainnet",
521+
rddUrl: "https://reference-data-directory.vercel.app/feeds-hedera-mainnet.json",
522+
queryString: "hedera-mainnet",
523+
},
517524
{
518525
name: "Hedera Testnet",
519526
explorerUrl: "https://hashscan.io/testnet/contract/%s",

0 commit comments

Comments
 (0)