Skip to content

Commit f394663

Browse files
update (#3008)
* update * add changelog and product links --------- Co-authored-by: Grace Fletcher <grace.fletcher@smartcontract.com>
1 parent 3f100be commit f394663

File tree

5 files changed

+1137
-12
lines changed

5 files changed

+1137
-12
lines changed

public/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,21 @@
310310
}
311311
},
312312
"data": [
313+
{
314+
"category": "integration",
315+
"date": "2025-09-25",
316+
"description": "Chainlink CCIP expands support to 0G Mainnet.",
317+
"newNetworks": [
318+
{
319+
"displayName": "0G Mainnet",
320+
"network": "0g",
321+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/0g-mainnet"
322+
}
323+
],
324+
"relatedNetworks": ["0g"],
325+
"title": "CCIP on 0G",
326+
"topic": "CCIP"
327+
},
313328
{
314329
"category": "integration",
315330
"date": "2025-09-25",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ export const productChainLinks: ProductChainLinks = {
8585
janction: "/ccip/directory/testnet/chain/janction-testnet-sepolia",
8686
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
8787
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
88-
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
88+
"0g": "/ccip/directory/mainnet/chain/0g-mainnet",
8989
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
9090
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
9191
kaia: "/ccip/directory/mainnet/chain/kaia-mainnet",
9292
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
93+
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
9394
},
9495
},
9596
"Data Feeds": {
@@ -379,4 +380,5 @@ export const chainNames: Record<string, string> = {
379380
tac: "Tac",
380381
kaia: "Kaia",
381382
plasma: "Plasma",
383+
jovay: "Jovay",
382384
}

src/config/data/ccip/v1_2_0/mainnet/chains.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
{
2+
"0g-mainnet": {
3+
"armProxy": {
4+
"address": "0xBF38331E34ef7f248020611bB31Be0576D06413D",
5+
"version": "1.0.0"
6+
},
7+
"chainSelector": "4426351306075016396",
8+
"feeTokens": ["LINK", "W0G"],
9+
"registryModule": {
10+
"address": "0x91339eb99C4c2Be9A071203DD99E014A3189FD29",
11+
"version": "1.6.0"
12+
},
13+
"rmnPermeable": false,
14+
"router": {
15+
"address": "0x0aA145a62153190B8f0D3cA00c441e451529f755",
16+
"version": "1.2.0"
17+
},
18+
"tokenAdminRegistry": {
19+
"address": "0x051665f2455116e929b9972c36d23070F5054Ce0",
20+
"version": "1.5.0"
21+
}
22+
},
223
"abstract-mainnet": {
324
"armProxy": {
425
"address": "0x2edAc8B8928c4e1Ed559e619b6A8a4aaCe9Ef18A",
@@ -1451,7 +1472,7 @@
14511472
"version": "1.0.0"
14521473
},
14531474
"chainSelector": "465200170687744372",
1454-
"feeTokens": ["LINK", "WXDAI"],
1475+
"feeTokens": ["GHO", "LINK", "WXDAI"],
14551476
"registryModule": {
14561477
"address": "0x1f524a11d89D68a4E4b1c8A195E91Fb1d8f0B56a",
14571478
"version": "1.6.0"

0 commit comments

Comments
 (0)