Skip to content
Merged

update #3008

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
15 changes: 15 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,21 @@
}
},
"data": [
{
"category": "integration",
"date": "2025-09-25",
"description": "Chainlink CCIP expands support to 0G Mainnet.",
"newNetworks": [
{
"displayName": "0G Mainnet",
"network": "0g",
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/0g-mainnet"
}
],
"relatedNetworks": ["0g"],
"title": "CCIP on 0G",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2025-09-25",
Expand Down
4 changes: 3 additions & 1 deletion src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ export const productChainLinks: ProductChainLinks = {
janction: "/ccip/directory/testnet/chain/janction-testnet-sepolia",
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
"0g": "/ccip/directory/mainnet/chain/0g-mainnet",
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
kaia: "/ccip/directory/mainnet/chain/kaia-mainnet",
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
},
},
"Data Feeds": {
Expand Down Expand Up @@ -379,4 +380,5 @@ export const chainNames: Record<string, string> = {
tac: "Tac",
kaia: "Kaia",
plasma: "Plasma",
jovay: "Jovay",
}
23 changes: 22 additions & 1 deletion src/config/data/ccip/v1_2_0/mainnet/chains.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"0g-mainnet": {
"armProxy": {
"address": "0xBF38331E34ef7f248020611bB31Be0576D06413D",
"version": "1.0.0"
},
"chainSelector": "4426351306075016396",
"feeTokens": ["LINK", "W0G"],
"registryModule": {
"address": "0x91339eb99C4c2Be9A071203DD99E014A3189FD29",
"version": "1.6.0"
},
"rmnPermeable": false,
"router": {
"address": "0x0aA145a62153190B8f0D3cA00c441e451529f755",
"version": "1.2.0"
},
"tokenAdminRegistry": {
"address": "0x051665f2455116e929b9972c36d23070F5054Ce0",
"version": "1.5.0"
}
},
"abstract-mainnet": {
"armProxy": {
"address": "0x2edAc8B8928c4e1Ed559e619b6A8a4aaCe9Ef18A",
Expand Down Expand Up @@ -1451,7 +1472,7 @@
"version": "1.0.0"
},
"chainSelector": "465200170687744372",
"feeTokens": ["LINK", "WXDAI"],
"feeTokens": ["GHO", "LINK", "WXDAI"],
"registryModule": {
"address": "0x1f524a11d89D68a4E4b1c8A195E91Fb1d8f0B56a",
"version": "1.6.0"
Expand Down
Loading
Loading