Skip to content

Commit fe83029

Browse files
committed
update
1 parent 7120bd9 commit fe83029

File tree

9 files changed

+1426
-3020
lines changed

9 files changed

+1426
-3020
lines changed

public/changelog.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/polygon-katana.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: 8 additions & 4 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": {
@@ -274,8 +278,8 @@ export const productChainLinks: ProductChainLinks = {
274278
etherlink: "/resources/link-token-contract#etherlink",
275279
opbnb: "/resources/link-token-contracts#opbnb",
276280
janction: "/resources/link-token-contracts#janction",
277-
neo_x: "/resources/link-token-contracts#neo-x",
278-
polygon_katana: "/resources/link-token-contracts#polygon-katana",
281+
neox: "/resources/link-token-contracts#neo-x",
282+
polygonkatana: "/resources/link-token-contracts#polygon-katana",
279283
"0g": "/resources/link-token-contracts#0g",
280284
},
281285
}
@@ -354,6 +358,6 @@ export const chainNames: Record<string, string> = {
354358
rootstock: "Rootstock",
355359
etherlink: "Etherlink",
356360
janction: "Janction",
357-
neo_x: "Neo X",
358-
polygon_katana: "Polygon Katana",
361+
neox: "Neo X",
362+
polygonkatana: "Polygon Katana",
359363
}

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",

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

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"0g-testnet-galileo": {
3+
"armProxy": {
4+
"address": "0x83eBE7Ceb4916C3Cb86662f65b353E4324390059",
5+
"version": "1.5.0"
6+
},
7+
"chainSelector": "2131427466778448014",
8+
"feeTokens": ["LINK", "OG"],
9+
"registryModule": {
10+
"address": "0xf1C53C1f9d0e5872a454Da43E6dbC93d019325e1",
11+
"version": "1.5.0"
12+
},
13+
"router": {
14+
"address": "0x5c21Bb4Bd151Bd6Fa2E6d7d1b63B83485529Cdb4",
15+
"version": "1.2.0"
16+
},
17+
"tokenAdminRegistry": {
18+
"address": "0xE75f53017a840d761b44aaa83AAf5cdEb0760733",
19+
"version": "1.5.0"
20+
},
21+
"tokenPoolFactory": {
22+
"address": "0xF60CF5EAb0d8249F872056E0F236F58AcF61fF89",
23+
"version": "1.5.1"
24+
}
25+
},
226
"abstract-testnet": {
327
"armProxy": {
428
"address": "0xDcF391514C1ede0B8629A45Da710d3D7228B543C",
@@ -1016,6 +1040,30 @@
10161040
"version": "1.5.0"
10171041
}
10181042
},
1043+
"janction-testnet-sepolia": {
1044+
"armProxy": {
1045+
"address": "0x2b78139A0580592e2dfa55138c1F2eA5376b1ab4",
1046+
"version": "1.5.0"
1047+
},
1048+
"chainSelector": "5059197667603797935",
1049+
"feeTokens": ["LINK", "WETH"],
1050+
"registryModule": {
1051+
"address": "0x95964Bf01b642Ce6Aa8996cC517B9a140fEb1E9f",
1052+
"version": "1.5.0"
1053+
},
1054+
"router": {
1055+
"address": "0x6ddAFdf8bA76AFED73d6e7B599adDE014fA293bC",
1056+
"version": "1.2.0"
1057+
},
1058+
"tokenAdminRegistry": {
1059+
"address": "0x869D08b51D16869899d16a0Ba3eAda58521f8854",
1060+
"version": "1.5.0"
1061+
},
1062+
"tokenPoolFactory": {
1063+
"address": "0x053F1947Bb2e69a73C06276c8ec5859D61619857",
1064+
"version": "1.5.1"
1065+
}
1066+
},
10191067
"megaeth-testnet": {
10201068
"armProxy": {
10211069
"address": "0xa0d305199271Be1C1479dA683Fc0CfC0757fBEC3",
@@ -1128,6 +1176,30 @@
11281176
"version": "1.5.0"
11291177
}
11301178
},
1179+
"neox-testnet-t4": {
1180+
"armProxy": {
1181+
"address": "0xc707eecF5CD423BbeaAc55fb1D11a7FB74bf4a4b",
1182+
"version": "1.5.0"
1183+
},
1184+
"chainSelector": "2217764097022649312",
1185+
"feeTokens": ["LINK", "WGAS"],
1186+
"registryModule": {
1187+
"address": "0x310bbE0aF2fBb306D7F0A8A2d8AbeA86DF10FDc6",
1188+
"version": "1.5.0"
1189+
},
1190+
"router": {
1191+
"address": "0x609747816B6C237d5C4960065BC11d2F0DE752A6",
1192+
"version": "1.2.0"
1193+
},
1194+
"tokenAdminRegistry": {
1195+
"address": "0x9F7F6002b5f6F4d5a53BFDf380435fa18Ae2Dc13",
1196+
"version": "1.5.0"
1197+
},
1198+
"tokenPoolFactory": {
1199+
"address": "0xE4a0145208b0A64E3fA056da896Fbbfa43b19d49",
1200+
"version": "1.5.1"
1201+
}
1202+
},
11311203
"plume-testnet-sepolia": {
11321204
"armProxy": {
11331205
"address": "0xAa3ae5481EE445711252131f1516922D0962916A",
@@ -1200,6 +1272,30 @@
12001272
"version": "1.5.1"
12011273
}
12021274
},
1275+
"polygon-testnet-tatara": {
1276+
"armProxy": {
1277+
"address": "0xAD8BeA8bC5Fe468Dc1F7BbEce59A86584407255f",
1278+
"version": "1.5.0"
1279+
},
1280+
"chainSelector": "9090863410735740267",
1281+
"feeTokens": ["LINK", "WETH"],
1282+
"registryModule": {
1283+
"address": "0x32E18611aeb4e42d931dF838fd4e019CC6B2A674",
1284+
"version": "1.5.0"
1285+
},
1286+
"router": {
1287+
"address": "0x1dF1fe714A376f248d51AAB826C3feeC379e80fC",
1288+
"version": "1.2.0"
1289+
},
1290+
"tokenAdminRegistry": {
1291+
"address": "0xFE50B8Cd5a07E23550fE6b3B138408936c10EC29",
1292+
"version": "1.5.0"
1293+
},
1294+
"tokenPoolFactory": {
1295+
"address": "0xB2D5008f6d12c795c435A3B8211A55E409cdbFeB",
1296+
"version": "1.5.1"
1297+
}
1298+
},
12031299
"ronin-testnet-saigon": {
12041300
"armProxy": {
12051301
"address": "0xf206c6D3f3810eBbD75e7B4684291b5e51023D2f",

0 commit comments

Comments
 (0)