Skip to content

Commit e180f5c

Browse files
committed
etherlink mainnet
1 parent a627852 commit e180f5c

File tree

6 files changed

+300
-12
lines changed

6 files changed

+300
-12
lines changed

public/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,21 @@
314314
}
315315
},
316316
"data": [
317+
{
318+
"category": "integration",
319+
"date": "2025-10-05",
320+
"description": "Chainlink CCIP expands support to Etherlink Mainnet.",
321+
"newNetworks": [
322+
{
323+
"displayName": "Etherlink Mainnet",
324+
"network": "etherlink",
325+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/etherlink-mainnet"
326+
}
327+
],
328+
"relatedNetworks": ["etherlink"],
329+
"title": "CCIP on Etherlink Mainnet",
330+
"topic": "CCIP"
331+
},
317332
{
318333
"category": "integration",
319334
"date": "2025-09-28",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const productChainLinks: ProductChainLinks = {
8787
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
8888
"0g": "/ccip/directory/mainnet/chain/0g-mainnet",
8989
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
90-
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
90+
etherlink: "/ccip/directory/mainnet/chain/etherlink-mainnet",
9191
kaia: "/ccip/directory/mainnet/chain/kaia-mainnet",
9292
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
9393
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,27 @@
850850
"version": "1.5.1"
851851
}
852852
},
853+
"etherlink-mainnet": {
854+
"armProxy": {
855+
"address": "0x1E11bAB3f07fa72312182fFDc460AE45400E6e7b",
856+
"version": "1.0.0"
857+
},
858+
"chainSelector": "13624601974233774587",
859+
"feeTokens": ["LINK", "WXTZ"],
860+
"registryModule": {
861+
"address": "0xfa546248C54939AA6C48279CdC1EAf9A1125c411",
862+
"version": "1.6.0"
863+
},
864+
"rmnPermeable": false,
865+
"router": {
866+
"address": "0x1912C3cFafE8A76A32a92861d815aC2837F237Ca",
867+
"version": "1.2.0"
868+
},
869+
"tokenAdminRegistry": {
870+
"address": "0x492641F648a4986844848E0beFE66D14817bCE34",
871+
"version": "1.5.0"
872+
}
873+
},
853874
"fraxtal-mainnet": {
854875
"armProxy": {
855876
"address": "0x889b5Ada2Ce451ED68C5e1b40B8236C3448ff681",

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

Lines changed: 178 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4812,6 +4812,20 @@
48124812
}
48134813
}
48144814
},
4815+
"EDEN": {
4816+
"rateLimiterConfig": {
4817+
"in": {
4818+
"capacity": "0",
4819+
"isEnabled": false,
4820+
"rate": "0"
4821+
},
4822+
"out": {
4823+
"capacity": "0",
4824+
"isEnabled": false,
4825+
"rate": "0"
4826+
}
4827+
}
4828+
},
48154829
"FF": {
48164830
"rateLimiterConfig": {
48174831
"in": {
@@ -9308,7 +9322,23 @@
93089322
"enforceOutOfOrder": false,
93099323
"version": "1.6.0"
93109324
},
9311-
"rmnPermeable": true
9325+
"rmnPermeable": true,
9326+
"supportedTokens": {
9327+
"FLUID": {
9328+
"rateLimiterConfig": {
9329+
"in": {
9330+
"capacity": "100000000000000000000",
9331+
"isEnabled": true,
9332+
"rate": "1157407407407407"
9333+
},
9334+
"out": {
9335+
"capacity": "100000000000000000000",
9336+
"isEnabled": true,
9337+
"rate": "1157407407407407"
9338+
}
9339+
}
9340+
}
9341+
}
93129342
},
93139343
"sei-mainnet": {
93149344
"offRamp": {
@@ -12684,7 +12714,23 @@
1268412714
"enforceOutOfOrder": false,
1268512715
"version": "1.6.0"
1268612716
},
12687-
"rmnPermeable": true
12717+
"rmnPermeable": true,
12718+
"supportedTokens": {
12719+
"FLUID": {
12720+
"rateLimiterConfig": {
12721+
"in": {
12722+
"capacity": "100000000000000000000",
12723+
"isEnabled": true,
12724+
"rate": "1157407407407407"
12725+
},
12726+
"out": {
12727+
"capacity": "100000000000000000000",
12728+
"isEnabled": true,
12729+
"rate": "1157407407407407"
12730+
}
12731+
}
12732+
}
12733+
}
1268812734
},
1268912735
"polygon-mainnet-katana": {
1269012736
"offRamp": {
@@ -17669,6 +17715,20 @@
1766917715
}
1767017716
}
1767117717
},
17718+
"etherlink-mainnet": {
17719+
"mainnet": {
17720+
"offRamp": {
17721+
"address": "0x3f63716b703518ad436F1F3061a56AF52D8de169",
17722+
"version": "1.6.0"
17723+
},
17724+
"onRamp": {
17725+
"address": "0xD4D2841Ac332075833AE86eb49ce7aF9f353cd21",
17726+
"enforceOutOfOrder": false,
17727+
"version": "1.6.0"
17728+
},
17729+
"rmnPermeable": true
17730+
}
17731+
},
1767217732
"fraxtal-mainnet": {
1767317733
"mainnet": {
1767417734
"offRamp": {
@@ -19102,6 +19162,20 @@
1910219162
}
1910319163
}
1910419164
},
19165+
"EDEN": {
19166+
"rateLimiterConfig": {
19167+
"in": {
19168+
"capacity": "0",
19169+
"isEnabled": false,
19170+
"rate": "0"
19171+
},
19172+
"out": {
19173+
"capacity": "0",
19174+
"isEnabled": false,
19175+
"rate": "0"
19176+
}
19177+
}
19178+
},
1910519179
"FF": {
1910619180
"rateLimiterConfig": {
1910719181
"in": {
@@ -23042,6 +23116,18 @@
2304223116
}
2304323117
}
2304423118
},
23119+
"etherlink-mainnet": {
23120+
"offRamp": {
23121+
"address": "0x26d3681DfC9E4c8C79cfbf461adec8A21d5d73C5",
23122+
"version": "1.6.0"
23123+
},
23124+
"onRamp": {
23125+
"address": "0x913814782144864e523C3FdB78E3ca25D2c2aeCa",
23126+
"enforceOutOfOrder": false,
23127+
"version": "1.6.0"
23128+
},
23129+
"rmnPermeable": true
23130+
},
2304523131
"fraxtal-mainnet": {
2304623132
"offRamp": {
2304723133
"address": "0x559c3233aE9A0EcD45a6c45ee3B8c2c6DBa5F48D",
@@ -23656,6 +23742,20 @@
2365623742
},
2365723743
"rmnPermeable": true,
2365823744
"supportedTokens": {
23745+
"FLUID": {
23746+
"rateLimiterConfig": {
23747+
"in": {
23748+
"capacity": "100000000000000000000",
23749+
"isEnabled": true,
23750+
"rate": "1157407407407407"
23751+
},
23752+
"out": {
23753+
"capacity": "100000000000000000000",
23754+
"isEnabled": true,
23755+
"rate": "1157407407407407"
23756+
}
23757+
}
23758+
},
2365923759
"syrupUSDT": {
2366023760
"rateLimiterConfig": {
2366123761
"in": {
@@ -24242,6 +24342,20 @@
2424224342
}
2424324343
}
2424424344
},
24345+
"PEPE": {
24346+
"rateLimiterConfig": {
24347+
"in": {
24348+
"capacity": "50000000000000000000",
24349+
"isEnabled": true,
24350+
"rate": "13888888888888890"
24351+
},
24352+
"out": {
24353+
"capacity": "50000000000000000000000000000",
24354+
"isEnabled": true,
24355+
"rate": "13888888888888890000000000"
24356+
}
24357+
}
24358+
},
2424524359
"SolvBTC": {
2424624360
"rateLimiterConfig": {
2424724361
"in": {
@@ -26606,7 +26720,23 @@
2660626720
"enforceOutOfOrder": false,
2660726721
"version": "1.6.0"
2660826722
},
26609-
"rmnPermeable": true
26723+
"rmnPermeable": true,
26724+
"supportedTokens": {
26725+
"FLUID": {
26726+
"rateLimiterConfig": {
26727+
"in": {
26728+
"capacity": "500000000000000000000000",
26729+
"isEnabled": true,
26730+
"rate": "5787000000000000000"
26731+
},
26732+
"out": {
26733+
"capacity": "500000000000000000000000",
26734+
"isEnabled": true,
26735+
"rate": "5787000000000000000"
26736+
}
26737+
}
26738+
}
26739+
}
2661026740
},
2661126741
"ethereum-mainnet-base-1": {
2661226742
"offRamp": {
@@ -26618,7 +26748,23 @@
2661826748
"enforceOutOfOrder": false,
2661926749
"version": "1.6.0"
2662026750
},
26621-
"rmnPermeable": true
26751+
"rmnPermeable": true,
26752+
"supportedTokens": {
26753+
"FLUID": {
26754+
"rateLimiterConfig": {
26755+
"in": {
26756+
"capacity": "500000000000000000000000",
26757+
"isEnabled": true,
26758+
"rate": "5787000000000000000"
26759+
},
26760+
"out": {
26761+
"capacity": "500000000000000000000000",
26762+
"isEnabled": true,
26763+
"rate": "5787000000000000000"
26764+
}
26765+
}
26766+
}
26767+
}
2662226768
},
2662326769
"mainnet": {
2662426770
"offRamp": {
@@ -26632,6 +26778,20 @@
2663226778
},
2663326779
"rmnPermeable": true,
2663426780
"supportedTokens": {
26781+
"FLUID": {
26782+
"rateLimiterConfig": {
26783+
"in": {
26784+
"capacity": "500000000000000000000000",
26785+
"isEnabled": true,
26786+
"rate": "5787000000000000000"
26787+
},
26788+
"out": {
26789+
"capacity": "500000000000000000000000",
26790+
"isEnabled": true,
26791+
"rate": "5787000000000000000"
26792+
}
26793+
}
26794+
},
2663526795
"syrupUSDT": {
2663626796
"rateLimiterConfig": {
2663726797
"in": {
@@ -28442,6 +28602,20 @@
2844228602
}
2844328603
}
2844428604
},
28605+
"PEPE": {
28606+
"rateLimiterConfig": {
28607+
"in": {
28608+
"capacity": "500000000000000",
28609+
"isEnabled": true,
28610+
"rate": "138888888889"
28611+
},
28612+
"out": {
28613+
"capacity": "500000000000000",
28614+
"isEnabled": true,
28615+
"rate": "138888888889"
28616+
}
28617+
}
28618+
},
2844528619
"SolvBTC": {
2844628620
"rateLimiterConfig": {
2844728621
"in": {

0 commit comments

Comments
 (0)