Skip to content

Commit b707d82

Browse files
link token contract addresses (#3450)
* link token contract addresses * update dir * update dir * fix * fix * fix --------- Co-authored-by: aelmanaa <aelmanaa@gmail.com>
1 parent 0c1af38 commit b707d82

File tree

10 files changed

+316
-28
lines changed

10 files changed

+316
-28
lines changed

public/changelog.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"displayName": "Cronos zkEVM",
9393
"iconUrl": "https://docs.chain.link/assets/chains/cronoszkevm.svg"
9494
},
95+
"dogeos": {
96+
"displayName": "DogeOS",
97+
"iconUrl": "https://docs.chain.link/assets/chains/dogeos.svg"
98+
},
9599
"ethereum": {
96100
"displayName": "Ethereum",
97101
"iconUrl": "https://docs.chain.link/assets/chains/ethereum.svg"
@@ -366,6 +370,26 @@
366370
}
367371
},
368372
"data": [
373+
{
374+
"category": "integration",
375+
"date": "2026-02-10",
376+
"description": "Chainlink CCIP expands support to new testnets:",
377+
"newNetworks": [
378+
{
379+
"displayName": "Arc Network Testnet",
380+
"network": "arc",
381+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/arc-testnet"
382+
},
383+
{
384+
"displayName": "DogeOS Chikyu Testnet",
385+
"network": "dogeos",
386+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/dogeos-testnet-chikyu"
387+
}
388+
],
389+
"relatedNetworks": ["arc", "dogeos"],
390+
"title": "CCIP on Arc Network Testnet and DogeOS Chikyu Testnet",
391+
"topic": "CCIP"
392+
},
369393
{
370394
"category": "integration",
371395
"date": "2026-02-09",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ export const productChainLinks: ProductChainLinks = {
103103
morph: "/ccip/directory/mainnet/chain/morph-mainnet",
104104
jovay: "/ccip/directory/mainnet/chain/jovay-mainnet",
105105
stable: "/ccip/directory/mainnet/chain/stable-mainnet",
106+
arc: "/ccip/directory/testnet/chain/arc-testnet",
107+
dogeos: "/ccip/directory/testnet/chain/dogeos-testnet-chikyu",
106108
},
107109
},
108110
CRE: {
@@ -264,7 +266,7 @@ export const productChainLinks: ProductChainLinks = {
264266
abstract: "/resources/link-token-contracts#abstract",
265267
apechain: "/resources/link-token-contracts#apechain",
266268
arbitrum: "/resources/link-token-contracts#arbitrum",
267-
arcnetwork: "/resources/link-token-contracts#arc-network",
269+
arc: "/resources/link-token-contracts#arc-network",
268270
astar: "/resources/link-token-contracts#astar",
269271
avalanche: "/resources/link-token-contracts#avalanche",
270272
base: "/resources/link-token-contracts#base",
@@ -435,6 +437,6 @@ export const chainNames: Record<string, string> = {
435437
jovay: "Jovay",
436438
stable: "Stable",
437439
tempo: "Tempo",
438-
arcnetwork: "Arc Network",
440+
arc: "Arc Network",
439441
dogeos: "DogeOS",
440442
}

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

Lines changed: 86 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5218,6 +5218,20 @@
52185218
}
52195219
}
52205220
},
5221+
"FLUID": {
5222+
"rateLimiterConfig": {
5223+
"in": {
5224+
"capacity": "2000000000000000000000",
5225+
"isEnabled": true,
5226+
"rate": "23148148148148148"
5227+
},
5228+
"out": {
5229+
"capacity": "2000000000000000000000",
5230+
"isEnabled": true,
5231+
"rate": "23148148148148148"
5232+
}
5233+
}
5234+
},
52215235
"IXT": {
52225236
"rateLimiterConfig": {
52235237
"in": {
@@ -5581,6 +5595,20 @@
55815595
}
55825596
}
55835597
},
5598+
"FLUID": {
5599+
"rateLimiterConfig": {
5600+
"in": {
5601+
"capacity": "2000000000000000000000",
5602+
"isEnabled": true,
5603+
"rate": "23148148148148148"
5604+
},
5605+
"out": {
5606+
"capacity": "2000000000000000000000",
5607+
"isEnabled": true,
5608+
"rate": "23148148148148148"
5609+
}
5610+
}
5611+
},
55845612
"IXT": {
55855613
"rateLimiterConfig": {
55865614
"in": {
@@ -6481,6 +6509,20 @@
64816509
}
64826510
}
64836511
},
6512+
"FLUID": {
6513+
"rateLimiterConfig": {
6514+
"in": {
6515+
"capacity": "2000000000000000000000",
6516+
"isEnabled": true,
6517+
"rate": "23148148148148148"
6518+
},
6519+
"out": {
6520+
"capacity": "2000000000000000000000",
6521+
"isEnabled": true,
6522+
"rate": "23148148148148148"
6523+
}
6524+
}
6525+
},
64846526
"IXT": {
64856527
"rateLimiterConfig": {
64866528
"in": {
@@ -8928,6 +8970,20 @@
89288970
}
89298971
}
89308972
},
8973+
"FLUID": {
8974+
"rateLimiterConfig": {
8975+
"in": {
8976+
"capacity": "2000000000000000000000",
8977+
"isEnabled": true,
8978+
"rate": "23148148148148148"
8979+
},
8980+
"out": {
8981+
"capacity": "2000000000000000000000",
8982+
"isEnabled": true,
8983+
"rate": "23148148148148148"
8984+
}
8985+
}
8986+
},
89318987
"IXT": {
89328988
"rateLimiterConfig": {
89338989
"in": {
@@ -12634,6 +12690,20 @@
1263412690
}
1263512691
}
1263612692
},
12693+
"FLUID": {
12694+
"rateLimiterConfig": {
12695+
"in": {
12696+
"capacity": "2000000000000000000000",
12697+
"isEnabled": true,
12698+
"rate": "23148148148148148"
12699+
},
12700+
"out": {
12701+
"capacity": "2000000000000000000000",
12702+
"isEnabled": true,
12703+
"rate": "23148148148148148"
12704+
}
12705+
}
12706+
},
1263712707
"IXT": {
1263812708
"rateLimiterConfig": {
1263912709
"in": {
@@ -23994,6 +24064,20 @@
2399424064
}
2399524065
}
2399624066
},
24067+
"FLUID": {
24068+
"rateLimiterConfig": {
24069+
"in": {
24070+
"capacity": "2000000000000000000000",
24071+
"isEnabled": true,
24072+
"rate": "23148148148148148"
24073+
},
24074+
"out": {
24075+
"capacity": "2000000000000000000000",
24076+
"isEnabled": true,
24077+
"rate": "23148148148148148"
24078+
}
24079+
}
24080+
},
2399724081
"IXT": {
2399824082
"rateLimiterConfig": {
2399924083
"in": {
@@ -35444,9 +35528,9 @@
3544435528
"rate": "0"
3544535529
},
3544635530
"out": {
35447-
"capacity": "250000000000000000000000",
35531+
"capacity": "50000000000000000000000",
3544835532
"isEnabled": true,
35449-
"rate": "2900000000000000000"
35533+
"rate": "580000000000000000"
3545035534
}
3545135535
}
3545235536
},

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,6 +1859,15 @@
18591859
}
18601860
},
18611861
"FLUID": {
1862+
"bsc-mainnet": {
1863+
"allowListEnabled": false,
1864+
"decimals": 18,
1865+
"name": "Fluid",
1866+
"poolAddress": "0x8945F36EDaf4c997aA23AC3246560808cBbB2373",
1867+
"poolType": "burnMint",
1868+
"symbol": "FLUID",
1869+
"tokenAddress": "0x61E030A56D33e8260FdD81f03B162A79Fe3449Cd"
1870+
},
18621871
"ethereum-mainnet-arbitrum-1": {
18631872
"allowListEnabled": false,
18641873
"decimals": 18,

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,26 @@
8686
"version": "TokenAdminRegistry 1.6.0"
8787
}
8888
},
89+
"arc-testnet": {
90+
"armProxy": {
91+
"address": "0xD610B8f58689de7755947C05342A2DFaC30ebD57",
92+
"version": "1.0.0"
93+
},
94+
"chainSelector": "3034092155422581607",
95+
"feeTokens": ["LINK", "WUSDC"],
96+
"registryModule": {
97+
"address": "0x524B83ae8208490151339c626fd0E35b964483e3",
98+
"version": "1.6.0"
99+
},
100+
"router": {
101+
"address": "0xdE4E7FED43FAC37EB21aA0643d9852f75332eab8",
102+
"version": "1.2.0"
103+
},
104+
"tokenAdminRegistry": {
105+
"address": "0xd3e461C55676B10634a5F81b747c324B85686Dd1",
106+
"version": "1.5.0"
107+
}
108+
},
89109
"avalanche-fuji-testnet": {
90110
"armProxy": {
91111
"address": "0xAc8CFc3762a979628334a0E4C1026244498E821b",
@@ -402,6 +422,26 @@
402422
"version": "1.5.0"
403423
}
404424
},
425+
"dogeos-testnet-chikyu": {
426+
"armProxy": {
427+
"address": "0x0820f975ce90EE5c508657F0C58b71D1fcc85cE0",
428+
"version": "1.0.0"
429+
},
430+
"chainSelector": "7254999290874773717",
431+
"feeTokens": ["LINK", "WDOGE"],
432+
"registryModule": {
433+
"address": "0xD610B8f58689de7755947C05342A2DFaC30ebD57",
434+
"version": "1.6.0"
435+
},
436+
"router": {
437+
"address": "0x524B83ae8208490151339c626fd0E35b964483e3",
438+
"version": "1.2.0"
439+
},
440+
"tokenAdminRegistry": {
441+
"address": "0xEAB080c724587fFC9F2EFF82e36EE4Fb27774959",
442+
"version": "1.5.0"
443+
}
444+
},
405445
"ethereum-testnet-holesky": {
406446
"armProxy": {
407447
"address": "0x8607115fd037d4f182b0eBaEC3cF08Df67080d05",

0 commit comments

Comments
 (0)