Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions public/assets/chains/xdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@
"displayName": "World Chain",
"iconUrl": "https://docs.chain.link/assets/chains/worldchain.svg"
},
"xdc": {
"displayName": "XDC",
"iconUrl": "https://docs.chain.link/assets/chains/xdc.svg"
},
"xlayer": {
"displayName": "X Layer",
"iconUrl": "https://docs.chain.link/assets/chains/xlayer.svg"
Expand All @@ -318,6 +322,26 @@
}
},
"data": [
{
"category": "integration",
"date": "2025-10-17",
"description": "Chainlink CCIP expands support to XDC Mainnet and Testnet.",
"newNetworks": [
{
"displayName": "XDC Mainnet",
"network": "xdc",
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/xdc-mainnet"
},
{
"displayName": "XDC Testnet",
"network": "xdc",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/xdc-testnet"
}
],
"relatedNetworks": ["xdc"],
"title": "CCIP on XDC",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2025-10-17",
Expand Down
4 changes: 4 additions & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import automationLogo from "../assets/products/automation-logo.svg"
import dataFeedsLogo from "../assets/products/data-feeds-logo.svg"
import dataStreamsLogo from "../assets/products/data-streams-logo.svg"
import { h } from "preact"

Check warning on line 7 in src/components/QuickLinks/data/productChainLinks.ts

View workflow job for this annotation

GitHub Actions / eslint

'h' is defined but never used

Check warning on line 7 in src/components/QuickLinks/data/productChainLinks.ts

View workflow job for this annotation

GitHub Actions / eslint

'h' is defined but never used

export interface ProductData {
learnMoreLink: string
Expand Down Expand Up @@ -93,6 +93,7 @@
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
memento: "/ccip/directory/mainnet/chain/memento-mainnet",
xdc: "/ccip/directory/mainnet/chain/xdc-mainnet",
},
},
"Data Feeds": {
Expand Down Expand Up @@ -253,6 +254,7 @@
moonbeam: "/resources/link-token-contracts#moonbeam",
moonriver: "/resources/link-token-contracts#moonriver",
optimism: "/resources/link-token-contracts#op",
plasma: "/resources/link-token-contracts#plasma",
polygonzkevm: "/resources/link-token-contracts#polygon-zkevm",
polygon: "/resources/link-token-contracts#polygon",
scroll: "/resources/link-token-contracts#scroll",
Expand All @@ -267,6 +269,7 @@
sonic: "/resources/link-token-contracts#sonic",
bob: "/resources/link-token-contracts#bob",
worldchain: "/resources/link-token-contracts#world",
xdc: "/resources/link-token-contracts#xdc",
xlayer: "/resources/link-token-contracts#x-layer",
ink: "/resources/link-token-contracts#ink",
corn: "/resources/link-token-contracts#corn",
Expand Down Expand Up @@ -389,4 +392,5 @@
plasma: "Plasma",
jovay: "Jovay",
memento: "Memento",
xdc: "XDC",
}
Loading
Loading