Skip to content

Commit 2e77e3e

Browse files
authored
Merge branch 'main' into token-manager
2 parents e43500f + 56281e6 commit 2e77e3e

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

public/assets/chains/sonic.svg

Lines changed: 10 additions & 0 deletions
Loading

public/changelog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
"topic": "ccip",
2222
"urls": []
2323
},
24+
{
25+
"category": "integration",
26+
"changes": [],
27+
"date": "2025-01-14",
28+
"description": "Chainlink Data Feeds is available on Sonic mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=sonic&page=1) page.",
29+
"relatedNetworks": ["sonic"],
30+
"relatedTokens": [],
31+
"title": "Data Feeds on Sonic",
32+
"topic": "data",
33+
"subTopic": "data-feeds",
34+
"urls": []
35+
},
2436
{
2537
"category": "integration",
2638
"changes": [],

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const productChainLinks: ProductChainLinks = {
7070
scroll: "/data-feeds/price-feeds/addresses?network=scroll",
7171
solana: "/data-feeds/price-feeds/addresses?network=solana",
7272
soneium: "/data-feeds/price-feeds/addresses?network=soneium",
73+
sonic: "/data-feeds/price-feeds/addresses?network=sonic",
7374
starknet: "/data-feeds/price-feeds/addresses?network=starknet",
7475
zksync: "/data-feeds/price-feeds/addresses?network=zksync",
7576
},
@@ -190,6 +191,7 @@ export const chainNames: Record<string, string> = {
190191
scroll: "Scroll",
191192
solana: "Solana",
192193
soneium: "Soneium",
194+
sonic: "Sonic",
193195
starknet: "Starknet",
194196
wemix: "Wemix",
195197
zksync: "ZKsync",

src/features/data/chains.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,24 @@ export const CHAINS: Chain[] = [
556556
},
557557
],
558558
},
559+
{
560+
page: "sonic",
561+
label: "Sonic",
562+
title: "Sonic Data Feeds",
563+
img: "/assets/chains/sonic.svg",
564+
networkStatusUrl: "",
565+
tags: ["default"],
566+
supportedFeatures: ["feeds"],
567+
networks: [
568+
{
569+
name: "Sonic Mainnet",
570+
explorerUrl: "https://sonicscan.org/address/%s",
571+
networkType: "mainnet",
572+
rddUrl: "https://reference-data-directory.vercel.app/feeds-sonic-mainnet.json",
573+
queryString: "sonic-mainnet",
574+
},
575+
],
576+
},
559577
]
560578

561579
// All mainnet feeds. Used for deprecated feeds.

0 commit comments

Comments
 (0)