Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"displayName": "Cronos zkEVM",
"iconUrl": "https://docs.chain.link/assets/chains/cronoszkevm.svg"
},
"dogeos": {
"displayName": "DogeOS",
"iconUrl": "https://docs.chain.link/assets/chains/dogeos.svg"
},
"ethereum": {
"displayName": "Ethereum",
"iconUrl": "https://docs.chain.link/assets/chains/ethereum.svg"
Expand Down Expand Up @@ -366,6 +370,26 @@
}
},
"data": [
{
"category": "integration",
"date": "2026-02-10",
"description": "Chainlink CCIP expands support to new testnets:",
"newNetworks": [
{
"displayName": "Arc Network Testnet",
"network": "arc",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/arc-testnet"
},
{
"displayName": "DogeOS Chikyu Testnet",
"network": "dogeos",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/dogeos-testnet-chikyu"
}
],
"relatedNetworks": ["arc", "dogeos"],
"title": "CCIP on Arc Network Testnet and DogeOS Chikyu Testnet",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2026-02-09",
Expand Down
6 changes: 4 additions & 2 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export const productChainLinks: ProductChainLinks = {
morph: "/ccip/directory/mainnet/chain/morph-mainnet",
jovay: "/ccip/directory/mainnet/chain/jovay-mainnet",
stable: "/ccip/directory/mainnet/chain/stable-mainnet",
arc: "/ccip/directory/testnet/chain/arc-testnet",
dogeos: "/ccip/directory/testnet/chain/dogeos-testnet-chikyu",
},
},
CRE: {
Expand Down Expand Up @@ -264,7 +266,7 @@ export const productChainLinks: ProductChainLinks = {
abstract: "/resources/link-token-contracts#abstract",
apechain: "/resources/link-token-contracts#apechain",
arbitrum: "/resources/link-token-contracts#arbitrum",
arcnetwork: "/resources/link-token-contracts#arc-network",
arc: "/resources/link-token-contracts#arc-network",
astar: "/resources/link-token-contracts#astar",
avalanche: "/resources/link-token-contracts#avalanche",
base: "/resources/link-token-contracts#base",
Expand Down Expand Up @@ -435,6 +437,6 @@ export const chainNames: Record<string, string> = {
jovay: "Jovay",
stable: "Stable",
tempo: "Tempo",
arcnetwork: "Arc Network",
arc: "Arc Network",
dogeos: "DogeOS",
}
88 changes: 86 additions & 2 deletions src/config/data/ccip/v1_2_0/mainnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5218,6 +5218,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -5581,6 +5595,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -6481,6 +6509,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -8928,6 +8970,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -12634,6 +12690,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -23994,6 +24064,20 @@
}
}
},
"FLUID": {
"rateLimiterConfig": {
"in": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
},
"out": {
"capacity": "2000000000000000000000",
"isEnabled": true,
"rate": "23148148148148148"
}
}
},
"IXT": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -35444,9 +35528,9 @@
"rate": "0"
},
"out": {
"capacity": "250000000000000000000000",
"capacity": "50000000000000000000000",
"isEnabled": true,
"rate": "2900000000000000000"
"rate": "580000000000000000"
}
}
},
Expand Down
9 changes: 9 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,15 @@
}
},
"FLUID": {
"bsc-mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "Fluid",
"poolAddress": "0x8945F36EDaf4c997aA23AC3246560808cBbB2373",
"poolType": "burnMint",
"symbol": "FLUID",
"tokenAddress": "0x61E030A56D33e8260FdD81f03B162A79Fe3449Cd"
},
"ethereum-mainnet-arbitrum-1": {
"allowListEnabled": false,
"decimals": 18,
Expand Down
40 changes: 40 additions & 0 deletions src/config/data/ccip/v1_2_0/testnet/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,26 @@
"version": "TokenAdminRegistry 1.6.0"
}
},
"arc-testnet": {
"armProxy": {
"address": "0xD610B8f58689de7755947C05342A2DFaC30ebD57",
"version": "1.0.0"
},
"chainSelector": "3034092155422581607",
"feeTokens": ["LINK", "WUSDC"],
"registryModule": {
"address": "0x524B83ae8208490151339c626fd0E35b964483e3",
"version": "1.6.0"
},
"router": {
"address": "0xdE4E7FED43FAC37EB21aA0643d9852f75332eab8",
"version": "1.2.0"
},
"tokenAdminRegistry": {
"address": "0xd3e461C55676B10634a5F81b747c324B85686Dd1",
"version": "1.5.0"
}
},
"avalanche-fuji-testnet": {
"armProxy": {
"address": "0xAc8CFc3762a979628334a0E4C1026244498E821b",
Expand Down Expand Up @@ -402,6 +422,26 @@
"version": "1.5.0"
}
},
"dogeos-testnet-chikyu": {
"armProxy": {
"address": "0x0820f975ce90EE5c508657F0C58b71D1fcc85cE0",
"version": "1.0.0"
},
"chainSelector": "7254999290874773717",
"feeTokens": ["LINK", "WDOGE"],
"registryModule": {
"address": "0xD610B8f58689de7755947C05342A2DFaC30ebD57",
"version": "1.6.0"
},
"router": {
"address": "0x524B83ae8208490151339c626fd0E35b964483e3",
"version": "1.2.0"
},
"tokenAdminRegistry": {
"address": "0xEAB080c724587fFC9F2EFF82e36EE4Fb27774959",
"version": "1.5.0"
}
},
"ethereum-testnet-holesky": {
"armProxy": {
"address": "0x8607115fd037d4f182b0eBaEC3cF08Df67080d05",
Expand Down
Loading
Loading