Skip to content

Commit 63eea14

Browse files
pre-work for xdc mainnet and testnet (#3074)
* pre-work for xdc mainnet and testnet * update * add link token contracts for plasma and xdc * fix * update --------- Co-authored-by: aelmanaa <[email protected]>
1 parent 9501e03 commit 63eea14

File tree

17 files changed

+2033
-146
lines changed

17 files changed

+2033
-146
lines changed

public/assets/chains/xdc.svg

Lines changed: 5 additions & 0 deletions
Loading

public/changelog.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@
300300
"displayName": "World Chain",
301301
"iconUrl": "https://docs.chain.link/assets/chains/worldchain.svg"
302302
},
303+
"xdc": {
304+
"displayName": "XDC",
305+
"iconUrl": "https://docs.chain.link/assets/chains/xdc.svg"
306+
},
303307
"xlayer": {
304308
"displayName": "X Layer",
305309
"iconUrl": "https://docs.chain.link/assets/chains/xlayer.svg"
@@ -318,6 +322,26 @@
318322
}
319323
},
320324
"data": [
325+
{
326+
"category": "integration",
327+
"date": "2025-10-17",
328+
"description": "Chainlink CCIP expands support to XDC Mainnet and Testnet.",
329+
"newNetworks": [
330+
{
331+
"displayName": "XDC Mainnet",
332+
"network": "xdc",
333+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/xdc-mainnet"
334+
},
335+
{
336+
"displayName": "XDC Testnet",
337+
"network": "xdc",
338+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/xdc-testnet"
339+
}
340+
],
341+
"relatedNetworks": ["xdc"],
342+
"title": "CCIP on XDC",
343+
"topic": "CCIP"
344+
},
321345
{
322346
"category": "integration",
323347
"date": "2025-10-17",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const productChainLinks: ProductChainLinks = {
9393
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
9494
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
9595
memento: "/ccip/directory/mainnet/chain/memento-mainnet",
96+
xdc: "/ccip/directory/mainnet/chain/xdc-mainnet",
9697
},
9798
},
9899
"Data Feeds": {
@@ -253,6 +254,7 @@ export const productChainLinks: ProductChainLinks = {
253254
moonbeam: "/resources/link-token-contracts#moonbeam",
254255
moonriver: "/resources/link-token-contracts#moonriver",
255256
optimism: "/resources/link-token-contracts#op",
257+
plasma: "/resources/link-token-contracts#plasma",
256258
polygonzkevm: "/resources/link-token-contracts#polygon-zkevm",
257259
polygon: "/resources/link-token-contracts#polygon",
258260
scroll: "/resources/link-token-contracts#scroll",
@@ -267,6 +269,7 @@ export const productChainLinks: ProductChainLinks = {
267269
sonic: "/resources/link-token-contracts#sonic",
268270
bob: "/resources/link-token-contracts#bob",
269271
worldchain: "/resources/link-token-contracts#world",
272+
xdc: "/resources/link-token-contracts#xdc",
270273
xlayer: "/resources/link-token-contracts#x-layer",
271274
ink: "/resources/link-token-contracts#ink",
272275
corn: "/resources/link-token-contracts#corn",
@@ -389,4 +392,5 @@ export const chainNames: Record<string, string> = {
389392
plasma: "Plasma",
390393
jovay: "Jovay",
391394
memento: "Memento",
395+
xdc: "XDC",
392396
}

0 commit comments

Comments
 (0)