Skip to content

Commit 6875963

Browse files
authored
ccip new mainnets (#2596)
* update * update
1 parent 9a70813 commit 6875963

File tree

7 files changed

+335
-5
lines changed

7 files changed

+335
-5
lines changed

public/changelog.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,36 @@
270270
}
271271
},
272272
"data": [
273+
{
274+
"category": "integration",
275+
"date": "2025-04-28",
276+
"description": "Chainlink CCIP expands support to new blockchains:",
277+
"newNetworks": [
278+
{
279+
"displayName": "Abstract Mainnet",
280+
"network": "abstract",
281+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/abstract-mainnet"
282+
},
283+
{
284+
"displayName": "Lisk Mainnet",
285+
"network": "lisk",
286+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/lisk-mainnet"
287+
},
288+
{
289+
"displayName": "Metal L2 Mainnet",
290+
"network": "metal",
291+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/metal-mainnet"
292+
},
293+
{
294+
"displayName": "Mint Mainnet",
295+
"network": "mint",
296+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/mint-mainnet"
297+
}
298+
],
299+
"relatedNetworks": ["abstract", "lisk", "metal", "mint"],
300+
"title": "CCIP on new blockchains",
301+
"topic": "CCIP"
302+
},
273303
{
274304
"category": "integration",
275305
"date": "2025-04-27",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const productChainLinks: ProductChainLinks = {
2020
learnMoreLink: "ccip",
2121
logo: ccipLogo,
2222
chains: {
23-
abstract: "/ccip/directory/testnet/chain/abstract-testnet",
23+
abstract: "/ccip/directory/mainnet/chain/abstract-mainnet",
2424
arbitrum: "/ccip/directory/mainnet/chain/ethereum-mainnet-arbitrum-1",
2525
astar: "/ccip/directory/mainnet/chain/polkadot-mainnet-astar",
2626
avalanche: "/ccip/directory/mainnet/chain/avalanche-mainnet",
@@ -71,11 +71,11 @@ export const productChainLinks: ProductChainLinks = {
7171
hemi: "/ccip/directory/mainnet/chain/hemi-mainnet",
7272
mindnetwork: "/ccip/directory/mainnet/chain/mind-mainnet",
7373
megaeth: "/ccip/directory/testnet/chain/megaeth-testnet",
74-
lisk: "/ccip/directory/testnet/chain/ethereum-testnet-sepolia-lisk-1",
74+
lisk: "/ccip/directory/mainnet/chain/lisk-mainnet",
7575
zora: "/ccip/directory/testnet/chain/zora-testnet",
76-
mint: "/ccip/directory/testnet/chain/mint-testnet",
76+
mint: "/ccip/directory/mainnet/chain/mint-mainnet",
7777
superseed: "/ccip/directory/testnet/chain/superseed-testnet",
78-
metal: "/ccip/directory/testnet/chain/metal-testnet",
78+
metal: "/ccip/directory/mainnet/chain/metal-mainnet",
7979
},
8080
},
8181
"Data Feeds": {

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

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
{
2+
"abstract-mainnet": {
3+
"armProxy": {
4+
"address": "0x2edAc8B8928c4e1Ed559e619b6A8a4aaCe9Ef18A",
5+
"version": "1.5.0"
6+
},
7+
"chainSelector": "3577778157919314504",
8+
"feeTokens": ["LINK", "WETH"],
9+
"registryModule": {
10+
"address": "0x56c4b06A0F59AcFAAb58FEA0d7Ca4090695F683f",
11+
"version": "1.5.0"
12+
},
13+
"router": {
14+
"address": "0x09521B0B5BB2d4406124c0207Cf551829B45f84d",
15+
"version": "1.2.0"
16+
},
17+
"tokenAdminRegistry": {
18+
"address": "0x7EEdf2DBC74924Cb1f23fC8845CD35bF18b697de",
19+
"version": "1.5.0"
20+
}
21+
},
222
"apechain-mainnet": {
323
"armProxy": {
424
"address": "0x768a1a3B321126A8B214d7376D48465C7f6Fa061",
@@ -831,6 +851,30 @@
831851
"version": "1.5.1"
832852
}
833853
},
854+
"lisk-mainnet": {
855+
"armProxy": {
856+
"address": "0x193e4f6c1A2FD8fa167c8a6e8E05564402DF6890",
857+
"version": "1.5.0"
858+
},
859+
"chainSelector": "15293031020466096408",
860+
"feeTokens": ["LINK", "WETH"],
861+
"registryModule": {
862+
"address": "0xb8A0D2aF11852E910fB9EBbA99E5233D29c483DA",
863+
"version": "1.5.0"
864+
},
865+
"router": {
866+
"address": "0x0145c1fbA8a16128c1061eB9CE7eC3cadb8e30c7",
867+
"version": "1.2.0"
868+
},
869+
"tokenAdminRegistry": {
870+
"address": "0x98acD723D0E9C13d09Df4619Abec729F3434a10a",
871+
"version": "1.5.0"
872+
},
873+
"tokenPoolFactory": {
874+
"address": "0x85A422d0F2584E15C331b5DE225c4cAe32F9182B",
875+
"version": "1.5.1"
876+
}
877+
},
834878
"mainnet": {
835879
"armProxy": {
836880
"address": "0x411dE17f12D1A34ecC7F45f49844626267c75e81",
@@ -879,6 +923,30 @@
879923
"version": "1.5.1"
880924
}
881925
},
926+
"metal-mainnet": {
927+
"armProxy": {
928+
"address": "0x87E84fc7cBD63D7e8653C660De09Fe48AB0276a8",
929+
"version": "1.5.0"
930+
},
931+
"chainSelector": "13447077090413146373",
932+
"feeTokens": ["LINK", "WETH"],
933+
"registryModule": {
934+
"address": "0xe34002C0d93E7B4DC84205dF6f4daD98CE44Fc89",
935+
"version": "1.5.0"
936+
},
937+
"router": {
938+
"address": "0x020c61ECEEE0E5DC32F2503AbB6E070fa0EbBfaA",
939+
"version": "1.2.0"
940+
},
941+
"tokenAdminRegistry": {
942+
"address": "0xc41640B959Ca2A62b9293509202D8615dC293634",
943+
"version": "1.5.0"
944+
},
945+
"tokenPoolFactory": {
946+
"address": "0xb128BF051D638D9b4eCF6024019a8801Ee97f748",
947+
"version": "1.5.1"
948+
}
949+
},
882950
"mind-mainnet": {
883951
"armProxy": {
884952
"address": "0x4F26203d04A57A73df795DBed362d3A8d5C34D0c",
@@ -903,6 +971,30 @@
903971
"version": "1.5.1"
904972
}
905973
},
974+
"mint-mainnet": {
975+
"armProxy": {
976+
"address": "0xA84f7c3E7d1025EF1F991110B1956c024bb6Ac99",
977+
"version": "1.5.0"
978+
},
979+
"chainSelector": "17164792800244661392",
980+
"feeTokens": ["LINK", "WETH"],
981+
"registryModule": {
982+
"address": "0xE32c85F1A8154EBa06486F12d9639f1c2dcd240a",
983+
"version": "1.5.0"
984+
},
985+
"router": {
986+
"address": "0x1d86012266F214a368766C2B9329FdCC75B1Ce6b",
987+
"version": "1.2.0"
988+
},
989+
"tokenAdminRegistry": {
990+
"address": "0xfAb243379A10D8090B32BC706288c2187dbe495C",
991+
"version": "1.5.0"
992+
},
993+
"tokenPoolFactory": {
994+
"address": "0xEBCAd6B4C2037343Fbf4940cd8f858d9C0c0b429",
995+
"version": "1.5.1"
996+
}
997+
},
906998
"polkadot-mainnet-astar": {
907999
"armProxy": {
9081000
"address": "0x7317D216F3DCDa40144a54eC9bA09829a423cb35",

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

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2+
"abstract-mainnet": {
3+
"mainnet": {
4+
"offRamp": {
5+
"address": "0xeb21C2444f90788B3D9b1c6ad2C9A126e3402c66",
6+
"version": "1.5.0"
7+
},
8+
"onRamp": {
9+
"address": "0xb4a8D5807faff7da4AeF857837Fe89a903A01511",
10+
"enforceOutOfOrder": false,
11+
"version": "1.5.0"
12+
},
13+
"rmnPermeable": false
14+
}
15+
},
216
"apechain-mainnet": {
317
"ethereum-mainnet-arbitrum-1": {
418
"offRamp": {
@@ -10217,7 +10231,33 @@
1021710231
"rmnPermeable": false
1021810232
}
1021910233
},
10234+
"lisk-mainnet": {
10235+
"mainnet": {
10236+
"offRamp": {
10237+
"address": "0x9Efcf5b21969E845A285a9cDB74E7C91F93aBa14",
10238+
"version": "1.5.0"
10239+
},
10240+
"onRamp": {
10241+
"address": "0x1F262f3BB509657D8816f9BfF5Ae58334E8504f5",
10242+
"enforceOutOfOrder": false,
10243+
"version": "1.5.0"
10244+
},
10245+
"rmnPermeable": false
10246+
}
10247+
},
1022010248
"mainnet": {
10249+
"abstract-mainnet": {
10250+
"offRamp": {
10251+
"address": "0x9f0E818A8DDDf48C52d5c94D55079E3617d55181",
10252+
"version": "1.5.0"
10253+
},
10254+
"onRamp": {
10255+
"address": "0x266e520E272FCca3cE46A379a06Dc5ba62717b8F",
10256+
"enforceOutOfOrder": true,
10257+
"version": "1.5.0"
10258+
},
10259+
"rmnPermeable": true
10260+
},
1022110261
"apechain-mainnet": {
1022210262
"offRamp": {
1022310263
"address": "0x7115F0fB22e0A85133C06b50aDc3B90b335ea175",
@@ -13450,6 +13490,18 @@
1345013490
},
1345113491
"rmnPermeable": true
1345213492
},
13493+
"lisk-mainnet": {
13494+
"offRamp": {
13495+
"address": "0x82dAe15e45D63f2Ae85B1f0D690685A021D3a0fC",
13496+
"version": "1.5.0"
13497+
},
13498+
"onRamp": {
13499+
"address": "0x74Cb66502D855992137c5dC8A502c396A6E77931",
13500+
"enforceOutOfOrder": false,
13501+
"version": "1.5.0"
13502+
},
13503+
"rmnPermeable": true
13504+
},
1345313505
"matic-mainnet": {
1345413506
"offRamp": {
1345513507
"address": "0x718672076D6d51E4c76142B37bC99E4945d704a3",
@@ -13688,6 +13740,18 @@
1368813740
}
1368913741
}
1369013742
},
13743+
"metal-mainnet": {
13744+
"offRamp": {
13745+
"address": "0x8693cdA8E6D3Aee7c9fC258c3E7F648c8E6580c1",
13746+
"version": "1.5.0"
13747+
},
13748+
"onRamp": {
13749+
"address": "0xDAa386621aB173C4E788ecebC4F8c2E6EB016819",
13750+
"enforceOutOfOrder": false,
13751+
"version": "1.5.0"
13752+
},
13753+
"rmnPermeable": true
13754+
},
1369113755
"mind-mainnet": {
1369213756
"offRamp": {
1369313757
"address": "0x8FEE869eDD935391B4979F8C79560102A8594B28",
@@ -13700,6 +13764,18 @@
1370013764
},
1370113765
"rmnPermeable": true
1370213766
},
13767+
"mint-mainnet": {
13768+
"offRamp": {
13769+
"address": "0x49Aac6Fc36F32aC22867Ac0bAa23E6F2551f8edD",
13770+
"version": "1.5.0"
13771+
},
13772+
"onRamp": {
13773+
"address": "0x1Fa3aF677DC1b627f8A57e26b2a55d5F7945F06b",
13774+
"enforceOutOfOrder": false,
13775+
"version": "1.5.0"
13776+
},
13777+
"rmnPermeable": true
13778+
},
1370313779
"polkadot-mainnet-astar": {
1370413780
"offRamp": {
1370513781
"address": "0x33276152d082120F5190362e6E5F6783bbCb2B26",
@@ -15561,6 +15637,20 @@
1556115637
}
1556215638
}
1556315639
},
15640+
"metal-mainnet": {
15641+
"mainnet": {
15642+
"offRamp": {
15643+
"address": "0xd41A38a8372D1Ac745B54aE0bE09b7e0076b6A45",
15644+
"version": "1.5.0"
15645+
},
15646+
"onRamp": {
15647+
"address": "0x512c58F427BEFE54BF8dcB0579119DDE43e1929B",
15648+
"enforceOutOfOrder": false,
15649+
"version": "1.5.0"
15650+
},
15651+
"rmnPermeable": false
15652+
}
15653+
},
1556415654
"mind-mainnet": {
1556515655
"bsc-mainnet": {
1556615656
"offRamp": {
@@ -15599,6 +15689,20 @@
1559915689
"rmnPermeable": false
1560015690
}
1560115691
},
15692+
"mint-mainnet": {
15693+
"mainnet": {
15694+
"offRamp": {
15695+
"address": "0xE646B92d6239ec4B11348EB516dbd1b336cb13dE",
15696+
"version": "1.5.0"
15697+
},
15698+
"onRamp": {
15699+
"address": "0x6e05AfFFD2D44e1703e1ff5c0A24bee10f0781b6",
15700+
"enforceOutOfOrder": false,
15701+
"version": "1.5.0"
15702+
},
15703+
"rmnPermeable": false
15704+
}
15705+
},
1560215706
"polkadot-mainnet-astar": {
1560315707
"mainnet": {
1560415708
"offRamp": {

0 commit comments

Comments
 (0)