Skip to content

Commit 821f30e

Browse files
ccip-chains-prework-06/02 (#2708)
* fix 0g * fix issues * fix tatara * fix janction * fixes * more small fixes * katana * update * update * Fix case sensitivity: rename 0G.svg to 0g.svg --------- Co-authored-by: aelmanaa <[email protected]>
1 parent d257c92 commit 821f30e

File tree

19 files changed

+1761
-3041
lines changed

19 files changed

+1761
-3041
lines changed

public/assets/chains/janction.svg

Lines changed: 10 additions & 0 deletions
Loading

public/assets/chains/neox.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

public/changelog.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"networks": {
33
"0g": {
44
"displayName": "0G",
5-
"iconUrl": "https://docs.chain.link/assets/chains/0G.svg"
5+
"iconUrl": "https://docs.chain.link/assets/chains/0g.svg"
66
},
77
"abstract": {
88
"displayName": "Abstract",
@@ -120,6 +120,10 @@
120120
"displayName": "Ink",
121121
"iconUrl": "https://docs.chain.link/assets/chains/ink.svg"
122122
},
123+
"janction": {
124+
"displayName": "Janction",
125+
"iconUrl": "https://docs.chain.link/assets/chains/janction.svg"
126+
},
123127
"kroma": {
124128
"displayName": "Kroma",
125129
"iconUrl": "https://docs.chain.link/assets/chains/kroma.svg"
@@ -136,6 +140,10 @@
136140
"displayName": "Lisk",
137141
"iconUrl": "https://docs.chain.link/assets/chains/lisk.svg"
138142
},
143+
"neo-x": {
144+
"displayName": "Neo X",
145+
"iconUrl": "https://docs.chain.link/assets/chains/neox.svg"
146+
},
139147
"mantle": {
140148
"displayName": "Mantle",
141149
"iconUrl": "https://docs.chain.link/assets/chains/mantle.svg"
@@ -180,6 +188,10 @@
180188
"displayName": "Moonriver",
181189
"iconUrl": "https://docs.chain.link/assets/chains/moonriver.svg"
182190
},
191+
"neox": {
192+
"displayName": "Neo X",
193+
"iconUrl": "https://docs.chain.link/assets/chains/neox.svg"
194+
},
183195
"opbnb": {
184196
"displayName": "opBNB",
185197
"iconUrl": "https://docs.chain.link/assets/chains/opbnb.svg"
@@ -196,6 +208,10 @@
196208
"displayName": "Polygon",
197209
"iconUrl": "https://docs.chain.link/assets/chains/polygon.svg"
198210
},
211+
"polygonkatana": {
212+
"displayName": "Polygon Katana",
213+
"iconUrl": "https://docs.chain.link/assets/chains/polygonkatana.svg"
214+
},
199215
"polygonzkevm": {
200216
"displayName": "Polygon zkEVM",
201217
"iconUrl": "https://docs.chain.link/assets/chains/polygonzkevm.svg"
@@ -282,6 +298,36 @@
282298
}
283299
},
284300
"data": [
301+
{
302+
"category": "integration",
303+
"date": "2025-06-03",
304+
"description": "Chainlink CCIP expands support to new blockchains:",
305+
"newNetworks": [
306+
{
307+
"displayName": "Janction Testnet",
308+
"network": "janction",
309+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/janction-testnet-sepolia"
310+
},
311+
{
312+
"displayName": "Neo X Testnet",
313+
"network": "neox",
314+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/neox-testnet-t4"
315+
},
316+
{
317+
"displayName": "Polygon Katana Testnet",
318+
"network": "polygonkatana",
319+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/polygon-testnet-tatara"
320+
},
321+
{
322+
"displayName": "0G Testnet",
323+
"network": "0g",
324+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/0g-testnet-galileo"
325+
}
326+
],
327+
"relatedNetworks": ["janction", "neox", "polygonkatana", "0g"],
328+
"title": "CCIP on Janction, Neo X, Polygon Katana, and 0G Testnets",
329+
"topic": "CCIP"
330+
},
285331
{
286332
"category": "integration",
287333
"date": "2025-06-01",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ export const productChainLinks: ProductChainLinks = {
8181
taiko: "/ccip/directory/mainnet/chain/ethereum-mainnet-taiko-1",
8282
metal: "/ccip/directory/mainnet/chain/metal-mainnet",
8383
rootstock: "/ccip/directory/mainnet/chain/rootstock-mainnet",
84+
janction: "/ccip/directory/testnet/chain/janction-testnet-sepolia",
85+
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
86+
polygonkatana: "/ccip/directory/testnet/chain/polygon-testnet-tatara",
87+
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
8488
},
8589
},
8690
"Data Feeds": {
@@ -273,6 +277,10 @@ export const productChainLinks: ProductChainLinks = {
273277
zora: "/resources/link-token-contracts#zora",
274278
etherlink: "/resources/link-token-contract#etherlink",
275279
opbnb: "/resources/link-token-contracts#opbnb",
280+
janction: "/resources/link-token-contracts#janction",
281+
neox: "/resources/link-token-contracts#neo-x",
282+
polygonkatana: "/resources/link-token-contracts#polygon-katana",
283+
"0g": "/resources/link-token-contracts#0g",
276284
},
277285
}
278286

@@ -349,4 +357,7 @@ export const chainNames: Record<string, string> = {
349357
metal: "Metal L2",
350358
rootstock: "Rootstock",
351359
etherlink: "Etherlink",
360+
janction: "Janction",
361+
neox: "Neo X",
362+
polygonkatana: "Polygon Katana",
352363
}

src/config/data/ccip/selectors.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@ selectors:
275275
2021:
276276
selector: "13116810400804392105"
277277
name: "ronin-testnet-saigon"
278+
2023:
279+
selector: "3260900564719373474"
280+
name: "private-testnet-granite"
281+
2024:
282+
selector: "6915682381028791124"
283+
name: "private-testnet-andesite"
278284
200810:
279285
selector: "3789623672476206327"
280286
name: "bitcoin-testnet-bitlayer-1"
@@ -351,7 +357,7 @@ selectors:
351357
name: "ondo-testnet"
352358
129399:
353359
selector: "9090863410735740267"
354-
name: "polygon-testnet-katana-tatara"
360+
name: "polygon-testnet-tatara"
355361

356362
# Mainnets
357363
1:
@@ -632,3 +638,6 @@ selectors:
632638
1030:
633639
selector: "3358365939762719202"
634640
name: "conflux-mainnet"
641+
747474:
642+
selector: "2459028469735686113"
643+
name: "polygon-mainnet-katana"

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

Lines changed: 76 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,18 @@
846846
}
847847
}
848848
},
849+
"ethereum-mainnet-worldchain-1": {
850+
"offRamp": {
851+
"address": "0x31Def7e6d1e16266eD9e1649ead9be7904c09305",
852+
"version": "1.5.0"
853+
},
854+
"onRamp": {
855+
"address": "0xd39A96B804Bd0DB9f04350D62e8b755C45e38896",
856+
"enforceOutOfOrder": false,
857+
"version": "1.5.0"
858+
},
859+
"rmnPermeable": true
860+
},
849861
"mainnet": {
850862
"offRamp": {
851863
"address": "0x133e59ACf07728755440B0b0A7DC282EBcE04e31",
@@ -8348,9 +8360,9 @@
83488360
"rate": "1"
83498361
},
83508362
"out": {
8351-
"capacity": "2",
8363+
"capacity": "5000000000000000000000000",
83528364
"isEnabled": true,
8353-
"rate": "1"
8365+
"rate": "57870400000000000000"
83548366
}
83558367
}
83568368
},
@@ -12015,9 +12027,33 @@
1201512027
}
1201612028
}
1201712029
}
12030+
},
12031+
"sonic-mainnet": {
12032+
"offRamp": {
12033+
"address": "0x357ED60610da18ef5453d2fdA6b71e1c30Bad824",
12034+
"version": "1.5.0"
12035+
},
12036+
"onRamp": {
12037+
"address": "0x68B0c56b4120c3B40ACf6809cE7c3c5458E03daF",
12038+
"enforceOutOfOrder": false,
12039+
"version": "1.5.0"
12040+
},
12041+
"rmnPermeable": true
1201812042
}
1201912043
},
1202012044
"ethereum-mainnet-worldchain-1": {
12045+
"berachain-mainnet": {
12046+
"offRamp": {
12047+
"address": "0xbB53fa082b28a45f92cb015Cc9c817b9BE0Eab8c",
12048+
"version": "1.5.0"
12049+
},
12050+
"onRamp": {
12051+
"address": "0xa40D3b99113A171F898EF5A0d6809bd985e45DB6",
12052+
"enforceOutOfOrder": false,
12053+
"version": "1.5.0"
12054+
},
12055+
"rmnPermeable": true
12056+
},
1202112057
"celo-mainnet": {
1202212058
"offRamp": {
1202312059
"address": "0x97D60eF016feaF3253E2f43262fe638a3060cA9a",
@@ -12030,6 +12066,18 @@
1203012066
},
1203112067
"rmnPermeable": true
1203212068
},
12069+
"ethereum-mainnet-zksync-1": {
12070+
"offRamp": {
12071+
"address": "0x44F39eeE704E3D89acD6D019b061592B129185e8",
12072+
"version": "1.5.0"
12073+
},
12074+
"onRamp": {
12075+
"address": "0x3d5ea8Aa2a9515a9c31900E0C9AFE5896C8fD960",
12076+
"enforceOutOfOrder": false,
12077+
"version": "1.5.0"
12078+
},
12079+
"rmnPermeable": true
12080+
},
1203312081
"mainnet": {
1203412082
"offRamp": {
1203512083
"address": "0x6E514bBa9f3bA098d907Ac10D577b2FB7C9F0ac3",
@@ -12336,6 +12384,18 @@
1233612384
}
1233712385
}
1233812386
},
12387+
"ethereum-mainnet-worldchain-1": {
12388+
"offRamp": {
12389+
"address": "0xA2398c5600FB5c8eAC093ebC9Ef55D34F5Ff4EaA",
12390+
"version": "1.5.0"
12391+
},
12392+
"onRamp": {
12393+
"address": "0x1CaBaF3CDDEf4b53cc53481aCfBc722F225f148E",
12394+
"enforceOutOfOrder": false,
12395+
"version": "1.5.0"
12396+
},
12397+
"rmnPermeable": true
12398+
},
1233912399
"mainnet": {
1234012400
"offRamp": {
1234112401
"address": "0x6BACb854483Ffe310F5Ac08879868E96AE0DC000",
@@ -15167,9 +15227,9 @@
1516715227
"USDO": {
1516815228
"rateLimiterConfig": {
1516915229
"in": {
15170-
"capacity": "2100000000000000000000000",
15230+
"capacity": "5500000000000000000000000",
1517115231
"isEnabled": true,
15172-
"rate": "210000000000000000000000"
15232+
"rate": "63657440000000000000"
1517315233
},
1517415234
"out": {
1517515235
"capacity": "2",
@@ -20992,6 +21052,18 @@
2099221052
}
2099321053
}
2099421054
},
21055+
"ethereum-mainnet-unichain-1": {
21056+
"offRamp": {
21057+
"address": "0xD9F9978e039C4Cc2A0177be04bF8578C91d6E091",
21058+
"version": "1.5.0"
21059+
},
21060+
"onRamp": {
21061+
"address": "0x5570D450909B114B59D2D728Fdb6Eea6720ae4d8",
21062+
"enforceOutOfOrder": false,
21063+
"version": "1.5.0"
21064+
},
21065+
"rmnPermeable": true
21066+
},
2099521067
"mainnet": {
2099621068
"offRamp": {
2099721069
"address": "0x7c6963669EBFf136EE36c053EcF0089d59eE2287",

0 commit comments

Comments
 (0)