From f92c0611aae5776586e41566f6884145da794be9 Mon Sep 17 00:00:00 2001 From: Grace Fletcher Date: Sun, 7 Dec 2025 16:08:39 -0800 Subject: [PATCH 01/10] nit --- public/assets/chains/morph.svg | 4 + public/assets/chains/stable.svg | 10 ++ .../QuickLinks/data/productChainLinks.ts | 7 + src/config/data/ccip/selectors.yml | 12 ++ src/config/data/chain-to-technology.json | 7 +- src/config/data/chains.json | 81 ++++++++++ src/config/types.ts | 8 + src/config/web3Providers.ts | 5 + .../resources/link-token-contracts.mdx | 24 +-- src/features/utils/index.ts | 20 +++ src/scripts/reference/chains.json | 145 ++++++++++++++---- src/scripts/reference/linkNameSymbol.json | 20 +++ 12 files changed, 304 insertions(+), 39 deletions(-) create mode 100644 public/assets/chains/morph.svg create mode 100644 public/assets/chains/stable.svg diff --git a/public/assets/chains/morph.svg b/public/assets/chains/morph.svg new file mode 100644 index 00000000000..fed6187a96d --- /dev/null +++ b/public/assets/chains/morph.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/chains/stable.svg b/public/assets/chains/stable.svg new file mode 100644 index 00000000000..f4b2e783bb9 --- /dev/null +++ b/public/assets/chains/stable.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 62e1d4c1a8f..fb5af5e3acf 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -264,6 +264,8 @@ export const productChainLinks: ProductChainLinks = { fantom: "/resources/link-token-contracts#fantom", "gnosis-chain": "/resources/link-token-contracts#gnosis-chain-xdai", hedera: "/resources/link-token-contracts#hedera", + janction: "/resources/link-token-contracts#janction", + jovay: "/resources/link-token-contracts#jovay", kroma: "/resources/link-token-contracts#kroma", mantle: "/resources/link-token-contracts#mantle", linea: "/resources/link-token-contracts#linea", @@ -273,6 +275,7 @@ export const productChainLinks: ProductChainLinks = { mode: "/resources/link-token-contracts#mode", moonbeam: "/resources/link-token-contracts#moonbeam", moonriver: "/resources/link-token-contracts#moonriver", + morph: "/resources/link-token-contracts#morph", neox: "/resources/link-token-contracts#neo-x", henesys: "/resources/link-token-contracts#henesys", optimism: "/resources/link-token-contracts#op", @@ -283,6 +286,7 @@ export const productChainLinks: ProductChainLinks = { scroll: "/resources/link-token-contracts#scroll", solana: "/resources/link-token-contracts#solana", soneium: "/resources/link-token-contracts#soneium", + stable: "/resources/link-token-contracts#stable", wemix: "/resources/link-token-contracts#wemix", zksync: "/resources/link-token-contracts#zksync", zircuit: "/resources/link-token-contracts#zircuit", @@ -423,4 +427,7 @@ export const chainNames: Record = { abchain: "AB Chain", henesys: "Henesys", pharos: "Pharos", + morph: "Morph", + jovay: "Jovay", + stable: "Stable", } diff --git a/src/config/data/ccip/selectors.yml b/src/config/data/ccip/selectors.yml index b10a86e7cef..072df72383a 100644 --- a/src/config/data/ccip/selectors.yml +++ b/src/config/data/ccip/selectors.yml @@ -433,6 +433,12 @@ selectors: 42429: selector: "3963528237232804922" name: "tempo-testnet" + 10087: + selector: "3667207123485082040" + name: gate-layer-testnet + 85: + selector: "3558960680482140165" + name: gate-chain-testnet-meteora # Mainnets 1: @@ -761,3 +767,9 @@ selectors: 4326: selector: "6093540873831549674" name: "megaeth-mainnet" + 10088: + selector: "9373518659714509671" + name: gate-layer-mainnet + 86: + selector: "9688382747979139404" + name: gate-chain-mainnet diff --git a/src/config/data/chain-to-technology.json b/src/config/data/chain-to-technology.json index 9ca8dd73405..e85e567b058 100644 --- a/src/config/data/chain-to-technology.json +++ b/src/config/data/chain-to-technology.json @@ -157,5 +157,10 @@ "AB_CHAIN_MAINNET": "AB_CHAIN", "MONAD_MAINNET": "MONAD", "NEXON_HENESYS_MAINNET": "HENESYS", - "PHAROS_ATLANTIC_TESTNET": "PHAROS" + "PHAROS_ATLANTIC_TESTNET": "PHAROS", + "MORPH_MAINNET": "MORPH", + "MORPH_TESTNET": "MORPH", + "JOVAY_MAINNET": "JOVAY", + "JOVAY_TESTNET": "JOVAY", + "STABLE_MAINNET": "STABLE" } diff --git a/src/config/data/chains.json b/src/config/data/chains.json index 20b7de2156b..f5ad5c60b48 100644 --- a/src/config/data/chains.json +++ b/src/config/data/chains.json @@ -2514,5 +2514,86 @@ } } } + }, + "MORPH": { + "title": "Morph", + "icon": "/assets/chains/morph.svg", + "chainType": "evm", + "chains": { + "MORPH_MAINNET": { + "chainId": 2818, + "title": "Morph Mainnet", + "explorer": { + "baseUrl": "https://explorer.morphl2.io" + }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + } + }, + "MORPH_HOODI_TESTNET": { + "chainId": 2910, + "title": "Morph Hoodi", + "explorer": { + "baseUrl": "https://explorer-hoodi.morphl2.io" + }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + } + } + } + }, + "JOVAY": { + "title": "Jovay", + "icon": "/assets/chains/jovay.svg", + "chainType": "evm", + "chains": { + "JOVAY_MAINNET": { + "chainId": 5734951, + "title": "Jovay Mainnet", + "explorer": { + "baseUrl": "https://explorer.jovay.io/l2" + }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + } + }, + "JOVAY_TESTNET": { + "chainId": 2019775, + "title": "Jovay Sepolia Testnet", + "explorer": { + "baseUrl": "https://sepolia-explorer.jovay.io/l2" + }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + } + } + } + }, + "STABLE": { + "title": "Stable", + "icon": "/assets/chains/stable.svg", + "chainType": "evm", + "chains": { + "STABLE_MAINNET": { + "chainId": 988, + "title": "Stable Mainnet", + "explorer": { + "baseUrl": "https://stablescan.xyz/" + }, + "nativeCurrency": { + "name": "gasUSDT", + "symbol": "gUSDT", + "decimals": 18 + } + } + } } } diff --git a/src/config/types.ts b/src/config/types.ts index 006611c42bb..7037e1d9247 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -77,6 +77,9 @@ export type SupportedTechnology = | "AB_CHAIN" | "PHAROS" | "HENESYS" + | "MORPH" + | "JOVAY" + | "STABLE" export type ChainType = "evm" | "solana" | "aptos" @@ -242,6 +245,11 @@ export type SupportedChain = | "MONAD_MAINNET" | "NEXON_HENESYS_MAINNET" | "PHAROS_ATLANTIC_TESTNET" + | "MORPH_MAINNET" + | "MORPH_TESTNET" + | "JOVAY_MAINNET" + | "JOVAY_TESTNET" + | "STABLE_MAINNET" export type ExplorerInfo = { baseUrl: string diff --git a/src/config/web3Providers.ts b/src/config/web3Providers.ts index 4e4aacb95ef..1bf8dbbcda7 100644 --- a/src/config/web3Providers.ts +++ b/src/config/web3Providers.ts @@ -164,6 +164,11 @@ export const chainToProvider: Record Provider> = { MONAD_MAINNET: () => new JsonRpcProvider("https://rpc3.monad.xyz"), NEXON_HENESYS_MAINNET: () => new JsonRpcProvider("https://henesys-rpc.msu.io/"), PHAROS_ATLANTIC_TESTNET: () => new JsonRpcProvider("https://atlantic.dplabs-internal.com/"), + MORPH_MAINNET: () => new JsonRpcProvider("https://rpc.morphl2.io"), + MORPH_TESTNET: () => new JsonRpcProvider("https://rpc-hoodi.morphl2.io/"), + JOVAY_MAINNET: () => new JsonRpcProvider("https://rpc.jovay.io"), + JOVAY_TESTNET: () => new JsonRpcProvider("https://api.zan.top/public/jovay-testnet"), + STABLE_MAINNET: () => new JsonRpcProvider("https://rpc.stable.xyz"), } export const getRpcUrlForChain = (chain: SupportedChain): string => { diff --git a/src/content/resources/link-token-contracts.mdx b/src/content/resources/link-token-contracts.mdx index 066e6cfeb7b..b142754fb2c 100644 --- a/src/content/resources/link-token-contracts.mdx +++ b/src/content/resources/link-token-contracts.mdx @@ -770,6 +770,18 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http | Symbol | LINK | | Decimals | 18 | +## Henesys + +### Henesys Mainnet + +| Parameter | Value | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `68414` | +| Address |
| +| Name | Chainlink Token on Nexon Henesys Mainnet | +| Symbol | LINK | +| Decimals | 18 | + ## HyperEVM ### HyperEVM Mainnet @@ -1235,18 +1247,6 @@ MOVR is used to pay transaction fees on Moonriver Mainnet. | Symbol | LINK | | Decimals | 18 | -## Henesys - -### Henesys Mainnet - -| Parameter | Value | -| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Chain ID | `68414` | -| Address |
| -| Name | Chainlink Token on Nexon Henesys Mainnet | -| Symbol | LINK | -| Decimals | 18 | - ## OPBNB ### OPBNB Mainnet diff --git a/src/features/utils/index.ts b/src/features/utils/index.ts index 95faa271bc8..a707ef0973d 100644 --- a/src/features/utils/index.ts +++ b/src/features/utils/index.ts @@ -514,6 +514,16 @@ export const directoryToSupportedChain = (chainInRdd: string): SupportedChain => return "NEXON_HENESYS_MAINNET" case "pharos-atlantic-testnet": return "PHAROS_ATLANTIC_TESTNET" + case "morph-mainnet": + return "MORPH_MAINNET" + case "morph-testnet": + return "MORPH_TESTNET" + case "jovay-mainnet": + return "JOVAY_MAINNET" + case "jovay-testnet": + return "JOVAY_TESTNET" + case "stable-mainnet": + return "STABLE_MAINNET" default: throw Error(`Chain not found ${chainInRdd}`) } @@ -827,6 +837,16 @@ export const supportedChainToChainInRdd = (supportedChain: SupportedChain): stri return "nexon-mainnet-henesys" case "PHAROS_ATLANTIC_TESTNET": return "pharos-atlantic-testnet" + case "MORPH_MAINNET": + return "morph-mainnet" + case "MORPH_TESTNET": + return "morph-testnet" + case "JOVAY_MAINNET": + return "jovay-mainnet" + case "JOVAY_TESTNET": + return "jovay-testnet" + case "STABLE_MAINNET": + return "stable-mainnet" default: throw Error(`Chain not found ${supportedChain}`) } diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json index bcec1605b9d..688e67d1d07 100644 --- a/src/scripts/reference/chains.json +++ b/src/scripts/reference/chains.json @@ -351,32 +351,6 @@ "slip44": 1, "explorers": [{ "name": "monadvision", "url": "https://monadvision.com/", "standard": "EIP3091" }] }, - { - "name": "Nexon Henesys Mainnet", - "chain": "nexon", - "icon": "nexon", - "rpc": ["https://henesys-rpc.msu.io/"], - "faucets": [], - "nativeCurrency": { "name": "NXPC", "symbol": "NXPC", "decimals": 18 }, - "infoURL": "https://henesysstudio.com/", - "shortName": "nexon", - "chainId": 68414, - "networkId": 68414, - "explorers": [{ "name": "avax", "url": "https://subnets.avax.network/henesys", "standard": "EIP3091" }] - }, - { - "name": "Pharos Atlantic Testnet", - "chain": "pharos", - "icon": "pharos", - "rpc": ["https://atlantic.dplabs-internal.com/"], - "faucets": [], - "nativeCurrency": { "name": "PHRS", "symbol": "PHRS", "decimals": 18 }, - "infoURL": "https://www.pharos.xyz/", - "shortName": "pharos", - "chainId": 688689, - "networkId": 688689, - "explorers": [{ "name": "pharosscan", "url": "https://atlantic.pharosscan.xyz/", "standard": "EIP3091" }] - }, { "name": "Sonic Mainnet", "chain": "sonic", @@ -1418,6 +1392,54 @@ ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://portal.mainnet.abs.xyz/bridge" }] } }, + { + "name": "Morph", + "title": "Morph Mainnet", + "chain": "ETH", + "rpc": [ + "https://rpc.morphl2.io", + "wss://rpc.morphl2.io:8443", + "https://rpc-quicknode.morphl2.io", + "wss://rpc-quicknode.morphl2.io" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://morphl2.io", + "shortName": "morph", + "chainId": 2818, + "networkId": 2818, + "slip44": 1, + "explorers": [{ "name": "Morph Mainnet Explorer", "url": "https://explorer.morphl2.io", "standard": "EIP3091" }], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.morphl2.io/" }] } + }, + { + "name": "Morph Hoodi", + "chain": "ETH", + "rpc": ["https://rpc-hoodi.morphl2.io/"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://morphl2.io", + "shortName": "morph", + "chainId": 2910, + "networkId": 2910, + "slip44": 1, + "explorers": [ + { "name": "Morph Hoodi Explorer", "url": "https://explorer-hoodi.morphl2.io", "standard": "EIP3091" } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.morphl2.io/" }] } + }, + { + "name": "Stable Mainnet", + "chain": "ETH", + "rpc": ["https://rpc.stable.xyz"], + "faucets": [], + "nativeCurrency": { "name": "gasUSDT", "symbol": "gUSDT", "decimals": 18 }, + "infoURL": "https://docs.stable.xyz/", + "shortName": "Stable", + "chainId": 988, + "networkId": 988, + "explorers": [{ "name": "Stable Mainnet Explorer", "url": "https://stablescan.xyz/", "standard": "EIP3091" }] + }, { "name": "Botanix Testnet", "chain": "BOTANIX", @@ -2225,6 +2247,19 @@ ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://app.treasure.lol/chain/bridge" }] } }, + { + "name": "Nexon Henesys Mainnet", + "chain": "nexon", + "icon": "nexon", + "rpc": ["https://henesys-rpc.msu.io/"], + "faucets": [], + "nativeCurrency": { "name": "NXPC", "symbol": "NXPC", "decimals": 18 }, + "infoURL": "https://henesysstudio.com/", + "shortName": "nexon", + "chainId": 68414, + "networkId": 68414, + "explorers": [{ "name": "avax", "url": "https://subnets.avax.network/henesys", "standard": "EIP3091" }] + }, { "name": "Amoy", "title": "Polygon Amoy Testnet", @@ -2597,6 +2632,19 @@ "explorers": [{ "name": "Merlin Testnet", "url": "https://testnet-scan.merlinchain.io/", "standard": "none" }], "infoURL": "https://merlinchain.io/" }, + { + "name": "Pharos Atlantic Testnet", + "chain": "pharos", + "icon": "pharos", + "rpc": ["https://atlantic.dplabs-internal.com/"], + "faucets": [], + "nativeCurrency": { "name": "PHRS", "symbol": "PHRS", "decimals": 18 }, + "infoURL": "https://www.pharos.xyz/", + "shortName": "pharos", + "chainId": 688689, + "networkId": 688689, + "explorers": [{ "name": "pharosscan", "url": "https://atlantic.pharosscan.xyz/", "standard": "EIP3091" }] + }, { "name": "Hemi Sepolia", "chain": "ETH", @@ -2695,6 +2743,51 @@ ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://app.treasure.lol/chain/bridge" }] } }, + { + "name": "Jovay Sepolia Testnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://api.zan.top/public/jovay-testnet", + "https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}", + "wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}" + ], + "faucets": ["https://zan.top/faucet/jovay"], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://jovay.io", + "shortName": "jovay-sepolia", + "chainId": 2019775, + "networkId": 2019775, + "icon": "jovay", + "slip44": 1, + "explorers": [ + { "name": "Jovay Testnet Explorer", "url": "https://sepolia-explorer.jovay.io/l2", "standard": "none" } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://docs.jovay.io/guide/developer-quickstart" }] + } + }, + { + "name": "Jovay Mainnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://rpc.jovay.io", + "https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}", + "wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://jovay.io", + "shortName": "jovay", + "chainId": 5734951, + "networkId": 5734951, + "icon": "jovay", + "explorers": [{ "name": "Jovay Explorer", "url": "https://explorer.jovay.io/l2", "standard": "none" }], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [] } + }, { "name": "Zora", "chain": "ETH", diff --git a/src/scripts/reference/linkNameSymbol.json b/src/scripts/reference/linkNameSymbol.json index ae28aa575cb..9862ef0959e 100644 --- a/src/scripts/reference/linkNameSymbol.json +++ b/src/scripts/reference/linkNameSymbol.json @@ -623,5 +623,25 @@ "68414": { "name": "ChainLink Token", "symbol": "LINK" + }, + "5734951": { + "name": "ChainLink Token", + "symbol": "LINK" + }, + "2019775": { + "name": "ChainLink Token", + "symbol": "LINK" + }, + "2818": { + "name": "ChainLink Token", + "symbol": "LINK" + }, + "2910": { + "name": "ChainLink Token", + "symbol": "LINK" + }, + "988": { + "name": "ChainLink Token", + "symbol": "LINK" } } From aba72e9b3a6727f16006f7221e0314541e36785f Mon Sep 17 00:00:00 2001 From: Grace Fletcher Date: Sun, 7 Dec 2025 16:16:50 -0800 Subject: [PATCH 02/10] changelog --- public/changelog.json | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 9cae6c20712..5283947d201 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -148,6 +148,10 @@ "displayName": "Janction", "iconUrl": "https://docs.chain.link/assets/chains/janction.svg" }, + "jovay": { + "displayName": "Jovay", + "iconUrl": "https://docs.chain.link/assets/chains/jovay.svg" + }, "kaia": { "displayName": "Kaia", "iconUrl": "https://docs.chain.link/assets/chains/kaia.svg" @@ -220,6 +224,10 @@ "displayName": "Moonriver", "iconUrl": "https://docs.chain.link/assets/chains/moonriver.svg" }, + "morph": { + "displayName": "Morph", + "iconUrl": "https://docs.chain.link/assets/chains/morph.svg" + }, "neox": { "displayName": "Neo X", "iconUrl": "https://docs.chain.link/assets/chains/neox.svg" @@ -284,6 +292,10 @@ "displayName": "Sonic", "iconUrl": "https://docs.chain.link/assets/chains/sonic.svg" }, + "stable": { + "displayName": "Stable", + "iconUrl": "https://docs.chain.link/assets/chains/stable.svg" + }, "starknet": { "displayName": "Starknet", "iconUrl": "https://docs.chain.link/assets/chains/starknet.svg" @@ -342,6 +354,41 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-12-08", + "description": "Chainlink CCIP expands support to new blockchains:", + "newNetworks": [ + { + "displayName": "Jovay Mainnet", + "network": "jovay", + "url": "https://docs.chain.link/ccip/directory/mainnet/chain/jovay-mainnet" + }, + { + "displayName": "Jovay Testnet", + "network": "jovay", + "url": "https://docs.chain.link/ccip/directory/testnet/chain/jovay-testnet" + }, + { + "displayName": "Morph Mainnet", + "network": "morph", + "url": "https://docs.chain.link/ccip/directory/mainnet/chain/morph-mainnet" + }, + { + "displayName": "Morph Testnet", + "network": "morph", + "url": "https://docs.chain.link/ccip/directory/testnet/chain/morph-testnet" + }, + { + "displayName": "Stable Mainnet", + "network": "stable", + "url": "https://docs.chain.link/ccip/directory/mainnet/chain/stable-mainnet" + } + ], + "relatedNetworks": ["jovay", "morph", "stable"], + "title": "CCIP Expands to Jovay Mainnet & Testnet, Morph Mainnet & Testnet, Stable Mainnet", + "topic": "CCIP" + }, { "category": "integration", "date": "2025-11-30", From ded834f27b134d3fb70d1759a3e29c4f9347cc19 Mon Sep 17 00:00:00 2001 From: gfletcher-cll Date: Sun, 7 Dec 2025 16:24:47 -0800 Subject: [PATCH 03/10] Update productChainLinks.ts fix --- src/components/QuickLinks/data/productChainLinks.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index fb5af5e3acf..5fe1300395b 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -419,7 +419,6 @@ export const chainNames: Record = { tac: "Tac", kaia: "Kaia", plasma: "Plasma", - jovay: "Jovay", memento: "Memento", xdc: "XDC", bittensor: "Bittensor EVM", From 05b84a0b15ced9d723e010d18da5f3a2f43f967a Mon Sep 17 00:00:00 2001 From: gfletcher-cll Date: Sun, 7 Dec 2025 16:29:48 -0800 Subject: [PATCH 04/10] Update productChainLinks.ts --- src/components/QuickLinks/data/productChainLinks.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 5fe1300395b..d4874bed5dd 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -265,7 +265,6 @@ export const productChainLinks: ProductChainLinks = { "gnosis-chain": "/resources/link-token-contracts#gnosis-chain-xdai", hedera: "/resources/link-token-contracts#hedera", janction: "/resources/link-token-contracts#janction", - jovay: "/resources/link-token-contracts#jovay", kroma: "/resources/link-token-contracts#kroma", mantle: "/resources/link-token-contracts#mantle", linea: "/resources/link-token-contracts#linea", @@ -275,7 +274,6 @@ export const productChainLinks: ProductChainLinks = { mode: "/resources/link-token-contracts#mode", moonbeam: "/resources/link-token-contracts#moonbeam", moonriver: "/resources/link-token-contracts#moonriver", - morph: "/resources/link-token-contracts#morph", neox: "/resources/link-token-contracts#neo-x", henesys: "/resources/link-token-contracts#henesys", optimism: "/resources/link-token-contracts#op", @@ -286,7 +284,6 @@ export const productChainLinks: ProductChainLinks = { scroll: "/resources/link-token-contracts#scroll", solana: "/resources/link-token-contracts#solana", soneium: "/resources/link-token-contracts#soneium", - stable: "/resources/link-token-contracts#stable", wemix: "/resources/link-token-contracts#wemix", zksync: "/resources/link-token-contracts#zksync", zircuit: "/resources/link-token-contracts#zircuit", From e64fa2bef0d4db7e0aa46bcfefc074a1158b612f Mon Sep 17 00:00:00 2001 From: gfletcher-cll Date: Sun, 7 Dec 2025 16:40:22 -0800 Subject: [PATCH 05/10] Update productChainLinks.ts --- src/components/QuickLinks/data/productChainLinks.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index d4874bed5dd..8952ad07227 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -264,7 +264,6 @@ export const productChainLinks: ProductChainLinks = { fantom: "/resources/link-token-contracts#fantom", "gnosis-chain": "/resources/link-token-contracts#gnosis-chain-xdai", hedera: "/resources/link-token-contracts#hedera", - janction: "/resources/link-token-contracts#janction", kroma: "/resources/link-token-contracts#kroma", mantle: "/resources/link-token-contracts#mantle", linea: "/resources/link-token-contracts#linea", @@ -410,7 +409,7 @@ export const chainNames: Record = { metal: "Metal L2", rootstock: "Rootstock", etherlink: "Etherlink", - janction: "Janction", + : "", neox: "Neo X", polygonkatana: "Polygon Katana", tac: "Tac", From 396dbc0363e67a305f0ff012253acb3c93b52522 Mon Sep 17 00:00:00 2001 From: gfletcher-cll Date: Sun, 7 Dec 2025 16:44:50 -0800 Subject: [PATCH 06/10] Update productChainLinks.ts --- src/components/QuickLinks/data/productChainLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 8952ad07227..d0ab8103f5a 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -409,7 +409,7 @@ export const chainNames: Record = { metal: "Metal L2", rootstock: "Rootstock", etherlink: "Etherlink", - : "", + janction: "Janction", neox: "Neo X", polygonkatana: "Polygon Katana", tac: "Tac", From 0409e87c2a45295799620668c7019b6aaab99023 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 8 Dec 2025 13:48:12 +0100 Subject: [PATCH 07/10] update chains --- .../data/ccip/v1_2_0/mainnet/chains.json | 20 + .../data/ccip/v1_2_0/mainnet/lanes.json | 1196 ++++++++++++++--- .../data/ccip/v1_2_0/mainnet/tokens.json | 306 ++++- .../data/ccip/v1_2_0/testnet/chains.json | 20 + .../data/ccip/v1_2_0/testnet/lanes.json | 106 ++ .../data/ccip/v1_2_0/testnet/tokens.json | 34 + 6 files changed, 1423 insertions(+), 259 deletions(-) diff --git a/src/config/data/ccip/v1_2_0/mainnet/chains.json b/src/config/data/ccip/v1_2_0/mainnet/chains.json index 3ff82daadfb..dfa004f81d2 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/chains.json +++ b/src/config/data/ccip/v1_2_0/mainnet/chains.json @@ -1250,6 +1250,26 @@ "version": "1.5.0" } }, + "morph-mainnet": { + "armProxy": { + "address": "0x15C03488B29e27d62BAf10E30b0c474bf60E0264", + "version": "1.0.0" + }, + "chainSelector": "18164309074156128038", + "feeTokens": ["LINK", "WETH"], + "registryModule": { + "address": "0x9A82E768C885DEF7C4b47451Fd4Db53d8B21ed07", + "version": "1.6.0" + }, + "router": { + "address": "0x3201a20D2a33820C0DaC8Bc93C4819755C2a8c7F", + "version": "1.2.0" + }, + "tokenAdminRegistry": { + "address": "0xEfd5fEFEdE55B5C41B8fa0d171a79ba5BeadD2Aa", + "version": "1.5.0" + } + }, "nexon-mainnet-henesys": { "armProxy": { "address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13", diff --git a/src/config/data/ccip/v1_2_0/mainnet/lanes.json b/src/config/data/ccip/v1_2_0/mainnet/lanes.json index e3419d8fb0d..239154b2f40 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/lanes.json +++ b/src/config/data/ccip/v1_2_0/mainnet/lanes.json @@ -20,6 +20,22 @@ "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01", "enforceOutOfOrder": false, "version": "1.6.0" + }, + "supportedTokens": { + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } }, "ethereum-mainnet-base-1": { @@ -31,6 +47,22 @@ "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01", "enforceOutOfOrder": false, "version": "1.6.0" + }, + "supportedTokens": { + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } }, "hyperliquid-mainnet": { @@ -97,6 +129,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wstETH": { "rateLimiterConfig": { "in": { @@ -1068,6 +1114,20 @@ } } }, + "Memento": { + "rateLimiterConfig": { + "in": { + "capacity": "1000000000000000000000", + "isEnabled": true, + "rate": "11574000000000000" + }, + "out": { + "capacity": "1000000000000000000000", + "isEnabled": true, + "rate": "11574000000000000" + } + } + }, "MYST": { "rateLimiterConfig": { "in": { @@ -1166,6 +1226,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "xSolvBTC": { "rateLimiterConfig": { "in": { @@ -1248,6 +1322,20 @@ "version": "1.6.0" }, "supportedTokens": { + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -1276,6 +1364,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "savBTC": { "rateLimiterConfig": { "in": { @@ -1518,6 +1634,20 @@ "version": "1.5.0" }, "supportedTokens": { + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -1546,6 +1676,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "BETS": { "rateLimiterConfig": { "in": { @@ -1675,14 +1833,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -1982,14 +2140,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -3672,9 +3830,9 @@ "rate": "0" }, "out": { - "capacity": "200000000", - "isEnabled": true, - "rate": "2315" + "capacity": "0", + "isEnabled": false, + "rate": "0" } } }, @@ -5482,6 +5640,17 @@ } } }, + "kaia-mainnet": { + "offRamp": { + "address": "0xCEC63FD347d053A335B51b68cDeDd08F8563Ab8E", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x77c70012Dc201E89c9E7597D58cD78a73f58dCc3", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, "mainnet": { "offRamp": { "address": "0xF616733641D420207b8F30db9C4cE39684768991", @@ -5745,6 +5914,20 @@ } } }, + "JCT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "LBTC": { "rateLimiterConfig": { "in": { @@ -6702,6 +6885,20 @@ } } }, + "KNET": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "MEW": { "rateLimiterConfig": { "in": { @@ -7083,6 +7280,17 @@ "version": "1.5.0" } }, + "kaia-mainnet": { + "offRamp": { + "address": "0x0CAb90fdE075F29341df7A7FB91b792e8Beea676", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x130E86D0eF4368aF31763925e89eE53d3bd7B1C6", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, "mainnet": { "offRamp": { "address": "0x1B12D218280DD1767304A00070101a91f7A61470", @@ -7358,22 +7566,6 @@ "address": "0x8d3039fE2400151c06Ae84a18CAf38dD9b6Ce58b", "enforceOutOfOrder": false, "version": "1.5.0" - }, - "supportedTokens": { - "SDL": { - "rateLimiterConfig": { - "in": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - }, - "out": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - } - } - } } }, "mainnet": { @@ -7385,65 +7577,22 @@ "address": "0xdF5394c57A0570ECe45DE0c0fA2e722A672B9198", "enforceOutOfOrder": false, "version": "1.5.0" + } + } + }, + "ethereum-mainnet-arbitrum-1": { + "0g-mainnet": { + "offRamp": { + "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x76a443768A5e3B8d1AED0105FC250877841Deb40", + "enforceOutOfOrder": false, + "version": "1.6.0" }, "supportedTokens": { - "BONE": { - "rateLimiterConfig": { - "in": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - }, - "out": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - } - } - }, - "LEASH": { - "rateLimiterConfig": { - "in": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - }, - "out": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - } - } - }, - "LINK": { - "rateLimiterConfig": { - "in": { - "capacity": "50000000000000000000000", - "isEnabled": true, - "rate": "13880000000000000000" - }, - "out": { - "capacity": "50000000000000000000000", - "isEnabled": true, - "rate": "13880000000000000000" - } - } - }, - "SDL": { - "rateLimiterConfig": { - "in": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - }, - "out": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - } - } - }, - "SHIB": { + "W0G": { "rateLimiterConfig": { "in": { "capacity": "0", @@ -7458,19 +7607,6 @@ } } } - } - }, - "ethereum-mainnet-arbitrum-1": { - "0g-mainnet": { - "offRamp": { - "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", - "version": "1.6.0" - }, - "onRamp": { - "address": "0x76a443768A5e3B8d1AED0105FC250877841Deb40", - "enforceOutOfOrder": false, - "version": "1.6.0" - } }, "apechain-mainnet": { "offRamp": { @@ -8123,22 +8259,6 @@ "address": "0xF1e73c37CDa8E47768De2246AEf5eFD4d76330ae", "enforceOutOfOrder": false, "version": "1.5.0" - }, - "supportedTokens": { - "SDL": { - "rateLimiterConfig": { - "in": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - }, - "out": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - } - } - } } }, "ethereum-mainnet-base-1": { @@ -8572,6 +8692,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WETH": { "rateLimiterConfig": { "in": { @@ -8642,6 +8776,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wUSDx": { "rateLimiterConfig": { "in": { @@ -9300,6 +9448,17 @@ "version": "1.6.0" } }, + "kaia-mainnet": { + "offRamp": { + "address": "0xC1657856cfcb4ecC99Ae263f80550F06D1Ece3f9", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x1Fe0f6bd28dc2b342D79D95BD7A3b4dc6a3Bf1E4", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, "mainnet": { "offRamp": { "address": "0x91e46cc5590A4B9182e47f40006140A7077Dec31", @@ -10081,6 +10240,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WECO": { "rateLimiterConfig": { "in": { @@ -10887,6 +11060,22 @@ "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", "enforceOutOfOrder": false, "version": "1.6.0" + }, + "supportedTokens": { + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } }, "apechain-mainnet": { @@ -11036,6 +11225,20 @@ } } }, + "Memento": { + "rateLimiterConfig": { + "in": { + "capacity": "1100000000000000000000", + "isEnabled": true, + "rate": "12731481000000000" + }, + "out": { + "capacity": "1000000000000000000000", + "isEnabled": true, + "rate": "11574000000000000" + } + } + }, "MYST": { "rateLimiterConfig": { "in": { @@ -11134,6 +11337,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "xSolvBTC": { "rateLimiterConfig": { "in": { @@ -12075,6 +12292,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WETH": { "rateLimiterConfig": { "in": { @@ -12145,6 +12376,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wUSDx": { "rateLimiterConfig": { "in": { @@ -12841,6 +13086,17 @@ "version": "1.6.0" } }, + "kaia-mainnet": { + "offRamp": { + "address": "0xD4736362efd058b0d48359bAD2034E945A5a907C", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x31389D2162B5829EE73ecf5F00299d95534eAC52", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, "mainnet": { "offRamp": { "address": "0xCA04169671A81E4fB8768cfaD46c347ae65371F1", @@ -13289,14 +13545,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "55000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "636574074000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "50000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "578703704000000000" } } }, @@ -13734,6 +13990,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WETH": { "rateLimiterConfig": { "in": { @@ -13790,6 +14060,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wUSDx": { "rateLimiterConfig": { "in": { @@ -14030,14 +14314,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -14125,6 +14409,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "xGold": { "rateLimiterConfig": { "in": { @@ -14635,6 +14933,20 @@ } } }, + "pippin": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "USDC": { "rateLimiterConfig": { "in": { @@ -15857,6 +16169,20 @@ "version": "1.6.0" }, "supportedTokens": { + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -15885,6 +16211,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "savBTC": { "rateLimiterConfig": { "in": { @@ -16375,6 +16729,20 @@ } } }, + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -16403,6 +16771,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "BONE": { "rateLimiterConfig": { "in": { @@ -16768,6 +17164,20 @@ } } }, + "syrupUSDT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "uniBTC": { "rateLimiterConfig": { "in": { @@ -16781,6 +17191,20 @@ "rate": "11574" } } + }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } } } } @@ -20139,6 +20563,50 @@ } }, "kaia-mainnet": { + "bsc-mainnet": { + "offRamp": { + "address": "0x55b2d9272511Efe642fA3Fd5Bc0F5aAE21852f56", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x014353cCf0C2932F3Fee5A65fa92368b3BFD36ed", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, + "celo-mainnet": { + "offRamp": { + "address": "0x6A849EDe87fd30B89ca88c02ec4705A78Ae46584", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x1D1F8987e77bfe15B0803C6c1667f04E003F8771", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, + "ethereum-mainnet-arbitrum-1": { + "offRamp": { + "address": "0x07a0E5E6782B60aD2b0Be9ab6ca44670526Fe217", + "version": "1.5.0" + }, + "onRamp": { + "address": "0x92f05d54E4500f432F26F52aB30F87B6b39F9e26", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, + "ethereum-mainnet-base-1": { + "offRamp": { + "address": "0x48C28947b4b4b3231304e1F0D1c96e2bc8de41cd", + "version": "1.5.0" + }, + "onRamp": { + "address": "0xDdf18F563455001791fC3E0a512B417431672a47", + "enforceOutOfOrder": false, + "version": "1.5.0" + } + }, "mainnet": { "offRamp": { "address": "0x59a65c7A78A0757b6e27905f9C0e21831b25df51", @@ -20247,6 +20715,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wstETH": { "rateLimiterConfig": { "in": { @@ -20406,6 +20888,20 @@ "version": "1.5.0" }, "supportedTokens": { + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -20434,6 +20930,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "BETS": { "rateLimiterConfig": { "in": { @@ -20563,14 +21087,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -21173,9 +21697,9 @@ "uniBTC": { "rateLimiterConfig": { "in": { - "capacity": "200000000", - "isEnabled": true, - "rate": "2315" + "capacity": "0", + "isEnabled": false, + "rate": "0" }, "out": { "capacity": "200000000", @@ -21567,6 +22091,20 @@ } } }, + "JCT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "LBTC": { "rateLimiterConfig": { "in": { @@ -22267,78 +22805,6 @@ "address": "0x75d536eED32f4c8Bb39F4B0c992163f5BA49B84e", "enforceOutOfOrder": false, "version": "1.5.0" - }, - "supportedTokens": { - "BONE": { - "rateLimiterConfig": { - "in": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - }, - "out": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - } - } - }, - "LEASH": { - "rateLimiterConfig": { - "in": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - }, - "out": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - } - } - }, - "LINK": { - "rateLimiterConfig": { - "in": { - "capacity": "50000000000000000000000", - "isEnabled": true, - "rate": "13880000000000000000" - }, - "out": { - "capacity": "50000000000000000000000", - "isEnabled": true, - "rate": "13880000000000000000" - } - } - }, - "SDL": { - "rateLimiterConfig": { - "in": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - }, - "out": { - "capacity": "750000000000000000000000", - "isEnabled": true, - "rate": "207500000000000000000" - } - } - }, - "SHIB": { - "rateLimiterConfig": { - "in": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - }, - "out": { - "capacity": "0", - "isEnabled": false, - "rate": "0" - } - } - } } }, "ethereum-mainnet-arbitrum-1": { @@ -23122,6 +23588,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WECO": { "rateLimiterConfig": { "in": { @@ -23796,14 +24276,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "55000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "636574074000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "50000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "578703704000000000" } } }, @@ -24241,6 +24721,20 @@ } } }, + "W0G": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "WETH": { "rateLimiterConfig": { "in": { @@ -24297,6 +24791,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "wUSDx": { "rateLimiterConfig": { "in": { @@ -24657,6 +25165,20 @@ } } }, + "avBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "avETH": { "rateLimiterConfig": { "in": { @@ -24685,6 +25207,34 @@ } } }, + "avUSD": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "avUSDx": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "BONE": { "rateLimiterConfig": { "in": { @@ -24936,6 +25486,20 @@ } } }, + "syrupUSDT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "uniBTC": { "rateLimiterConfig": { "in": { @@ -24949,6 +25513,20 @@ "rate": "11574" } } + }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } } } }, @@ -26251,14 +26829,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -26573,6 +27151,20 @@ } } }, + "SolvBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000000000000", + "isEnabled": true, + "rate": "57870000000000" + }, + "out": { + "capacity": "30000000000000000000", + "isEnabled": true, + "rate": "347220000000000" + } + } + }, "USD1": { "rateLimiterConfig": { "in": { @@ -26600,9 +27192,34 @@ "rate": "23148148140000000" } } + }, + "xSolvBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000000000000", + "isEnabled": true, + "rate": "57870000000000" + }, + "out": { + "capacity": "30000000000000000000", + "isEnabled": true, + "rate": "347220000000000" + } + } } } }, + "morph-mainnet": { + "offRamp": { + "address": "0x26d3681DfC9E4c8C79cfbf461adec8A21d5d73C5", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x913814782144864e523C3FdB78E3ca25D2c2aeCa", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "nexon-mainnet-henesys": { "offRamp": { "address": "0x26d3681DfC9E4c8C79cfbf461adec8A21d5d73C5", @@ -27357,6 +27974,20 @@ } } }, + "PTsUSDE": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "SolvBTC": { "rateLimiterConfig": { "in": { @@ -27399,6 +28030,20 @@ } } }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "USDC": { "rateLimiterConfig": { "in": { @@ -28200,14 +28845,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -28915,14 +29560,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -29010,6 +29655,20 @@ } } }, + "wstLINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "xGold": { "rateLimiterConfig": { "in": { @@ -29441,14 +30100,14 @@ "Memento": { "rateLimiterConfig": { "in": { - "capacity": "250000000000000000000000", + "capacity": "1100000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "12731481000000000" }, "out": { - "capacity": "250000000000000000000000", + "capacity": "1000000000000000000000", "isEnabled": true, - "rate": "138880000000000000000" + "rate": "11574000000000000" } } }, @@ -30233,6 +30892,20 @@ } } }, + "SolvBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "30000000000000000000", + "isEnabled": true, + "rate": "347220000000000" + }, + "out": { + "capacity": "5000000000000000000", + "isEnabled": true, + "rate": "57870000000000" + } + } + }, "USD1": { "rateLimiterConfig": { "in": { @@ -30260,6 +30933,20 @@ "rate": "23148148140000000" } } + }, + "xSolvBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "30000000000000000000", + "isEnabled": true, + "rate": "347220000000000" + }, + "out": { + "capacity": "5000000000000000000", + "isEnabled": true, + "rate": "57870000000000" + } + } } } }, @@ -30329,6 +31016,19 @@ } } }, + "morph-mainnet": { + "mainnet": { + "offRamp": { + "address": "0x76159c2b43ff6F630193e37EC68452169914C1Bb", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x318Ec96df83AccC18B5EAD5D23e0F022F7Eb5503", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + } + }, "nexon-mainnet-henesys": { "avalanche-mainnet": { "offRamp": { @@ -32247,6 +32947,20 @@ } } }, + "KNET": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "MEW": { "rateLimiterConfig": { "in": { @@ -32511,6 +33225,20 @@ } } }, + "pippin": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "USDC": { "rateLimiterConfig": { "in": { @@ -32784,6 +33512,20 @@ } } }, + "PTsUSDE": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "SolvBTC": { "rateLimiterConfig": { "in": { @@ -32826,6 +33568,20 @@ } } }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, "USDC": { "rateLimiterConfig": { "in": { diff --git a/src/config/data/ccip/v1_2_0/mainnet/tokens.json b/src/config/data/ccip/v1_2_0/mainnet/tokens.json index 2ee064ddd20..c4b53a34f4f 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/tokens.json +++ b/src/config/data/ccip/v1_2_0/mainnet/tokens.json @@ -174,6 +174,35 @@ "tokenAddress": "0x594DaaD7D77592a2b97b725A7AD59D7E188b5bFa" } }, + "avBTC": { + "avalanche-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avBTC", + "poolAddress": "0x5684B0455837d41e47260a31bD954bE72C935E32", + "poolType": "lockRelease", + "symbol": "avBTC", + "tokenAddress": "0xfd2c2A98009d0cBed715882036e43d26C4289053" + }, + "ethereum-mainnet-linea-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "avBTC", + "poolAddress": "0xCE7Eb84463675C6dD219A6A8939Cc36F650808c6", + "poolType": "burnMint", + "symbol": "avBTC", + "tokenAddress": "0x2D4C0d9742cd0F11b3627f103A3dDd9C8AE341b6" + }, + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avBTC", + "poolAddress": "0x63bd4CC0A4F72cb3a6181604d03633671e5A93d2", + "poolType": "burnMint", + "symbol": "avBTC", + "tokenAddress": "0x84d797c33708E5bDbfdB73481530DCf8c03eC17E" + } + }, "avETH": { "avalanche-mainnet": { "allowListEnabled": false, @@ -232,6 +261,64 @@ "tokenAddress": "0x2E8b7190eE84E7AC757Ddff42Ba14d4EAe24B865" } }, + "avUSD": { + "avalanche-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD", + "poolAddress": "0xD4fe4186c4A7b089eb849d57b43C5F6a3d3BcCbe", + "poolType": "lockRelease", + "symbol": "avUSD", + "tokenAddress": "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346" + }, + "ethereum-mainnet-linea-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD", + "poolAddress": "0x9F299fbDbB581E55217c15b8439588e16b95018f", + "poolType": "burnMint", + "symbol": "avUSD", + "tokenAddress": "0x37c44fc08e403Efc0946C0623CB1164A52CE1576" + }, + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD", + "poolAddress": "0x81B72171642FaB457aa815C0B8412A22B63A6aF8", + "poolType": "burnMint", + "symbol": "avUSD", + "tokenAddress": "0xf4c13D631450De6B12a19829E37c8e2826891dC4" + } + }, + "avUSDx": { + "avalanche-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD MAX", + "poolAddress": "0x89541CE9940DFA3add6D6dc2e20E3F743075DFF5", + "poolType": "lockRelease", + "symbol": "avUSDx", + "tokenAddress": "0xDd1cDFA52E7D8474d434cd016fd346701db6B3B9" + }, + "ethereum-mainnet-linea-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD MAX", + "poolAddress": "0x2c12313da5465D6da6E0A3574249A30839Fe8766", + "poolType": "burnMint", + "symbol": "avUSDx", + "tokenAddress": "0xC37d32b09B0bB0aa9B2A70372d7Bc1216CB7D903" + }, + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "avUSD MAX", + "poolAddress": "0xD08f814614Fb21bdcdd3Aa92123e2F954F9864b7", + "poolType": "burnMint", + "symbol": "avUSDx", + "tokenAddress": "0xF424a63E4aC41b1faC5074Ccc24c7E5048fcA25D" + } + }, "AXS": { "mainnet": { "allowListEnabled": false, @@ -613,15 +700,6 @@ "symbol": "BONE", "tokenAddress": "0xD301a90cb3C7a9253305af30D92dd2C1FD1e704E" }, - "ethereum-mainnet-andromeda-1": { - "allowListEnabled": false, - "decimals": 18, - "name": "BONE SHIBASWAP", - "poolAddress": "0x476e0714DE6Fcf0d009Eb4c4E8a8DB325BF2Ba4A", - "poolType": "burnMint", - "symbol": "BONE", - "tokenAddress": "0x32aF448529b5067f9E4aBf9764ecfcE97d53aFD4" - }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -1961,6 +2039,26 @@ "tokenAddress": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" } }, + "JCT": { + "bsc-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "JANCTION", + "poolAddress": "0xdA1B1B3d3C97974B272E28f70F25Ab7c290e8357", + "poolType": "burnMint", + "symbol": "JCT", + "tokenAddress": "0xeA37A8DE1de2d9D10772EEB569e28Bfa5Cb17707" + }, + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "JANCTION", + "poolAddress": "0x58e53cad56180743aCE00349Ef3E1BFE4EfF5732", + "poolType": "burnMint", + "symbol": "JCT", + "tokenAddress": "0xC477B6dfd26EC2460b3b92de18837Fd476Ea7549" + } + }, "kHYPE": { "hyperliquid-mainnet": { "allowListEnabled": false, @@ -1981,6 +2079,26 @@ "tokenAddress": "0x319053B625e598994Dd1179948771a4C2f66b873" } }, + "KNET": { + "bsc-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Kingnet AI", + "poolAddress": "0x02E5F79eFD3c5e0306fD1127787EA672634AACF1", + "poolType": "burnMint", + "symbol": "KNET", + "tokenAddress": "0x8b24BF9fE8BB1D4D9deA81Eebc9Fed6F0Fc67a46" + }, + "solana-mainnet": { + "allowListEnabled": false, + "decimals": 9, + "name": "Kingnet AI", + "poolAddress": "5skyDWAPgiNe7ttGoEEdn4Z3dHxvkF4vi3wGdebQ76cR", + "poolType": "lockRelease", + "symbol": "KNET", + "tokenAddress": "CfVs3waH2Z9TM397qSkaipTDhA9wWgtt8UchZKfwkYiu" + } + }, "LAND": { "bsc-mainnet": { "allowListEnabled": false, @@ -2168,15 +2286,6 @@ "symbol": "LEASH", "tokenAddress": "0x2b702DC45b540aEDA62F60cE4E5BFAED37b1D27a" }, - "ethereum-mainnet-andromeda-1": { - "allowListEnabled": false, - "decimals": 18, - "name": "DOGE KILLER", - "poolAddress": "0x2133c3b98928d0DC519Fc0607EB39DC2fc4b9df4", - "poolType": "burnMint", - "symbol": "LEASH", - "tokenAddress": "0xc55eABF6624224b6E185B6A79a3217e0e751046A" - }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -2538,8 +2647,7 @@ "allowListEnabled": false, "decimals": 18, "name": "ChainLink Token", - "poolAddress": "0xff170aD8f1d86eFAC90CA7a2E1204bA64aC5e0f9", - "poolType": "burnMint", + "poolType": "feeTokenOnly", "symbol": "LINK", "tokenAddress": "0xd2FE54D1E5F568eB710ba9d898Bf4bD02C7c0353" }, @@ -2813,6 +2921,14 @@ "symbol": "LINK", "tokenAddress": "0x76f257B1DDA5cC71bee4eF637Fbdde4C801310A9" }, + "morph-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "ChainLink Token", + "poolType": "feeTokenOnly", + "symbol": "LINK", + "tokenAddress": "0x76a443768A5e3B8d1AED0105FC250877841Deb40" + }, "nexon-mainnet-henesys": { "allowListEnabled": false, "decimals": 18, @@ -3779,6 +3895,26 @@ "tokenAddress": "0xb4562fDEFD5eD58f7705CE9386D54EE9B53831d1" } }, + "pippin": { + "ethereum-mainnet-base-1": { + "allowListEnabled": false, + "decimals": 6, + "name": "Pippin", + "poolAddress": "0x5Efb8F091d49ce1e138353c75d4AAd07a98D79A5", + "poolType": "burnMint", + "symbol": "pippin", + "tokenAddress": "0x3945Eaaf908d6c743090D4ca1748c057d8A5634a" + }, + "solana-mainnet": { + "allowListEnabled": false, + "decimals": 6, + "name": "Pippin", + "poolAddress": "GFZDNxdQFFoPok1ZX1uwzbbfFNB46kJGNnAa1rd7LUVF", + "poolType": "lockRelease", + "symbol": "pippin", + "tokenAddress": "Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump" + } + }, "PIXEL": { "mainnet": { "allowListEnabled": false, @@ -3799,6 +3935,26 @@ "tokenAddress": "0x7EAe20d11Ef8c779433Eb24503dEf900b9d28ad7" } }, + "PTsUSDE": { + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "PT Ethena sUSDE 5FEB2026", + "poolAddress": "0x04790065826123136eB50d9dF1276f98376a6e91", + "poolType": "lockRelease", + "symbol": "PT-sUSDE-5FEB2026", + "tokenAddress": "0xE8483517077afa11A9B07f849cee2552f040d7b2" + }, + "solana-mainnet": { + "allowListEnabled": false, + "decimals": 9, + "name": "ETH PT sUSDe (USDe) 2026Feb", + "poolAddress": "R78LZoZJCfG5dTxPT9bAc6DCgvYQ32Gp8hVrkbjGiF1", + "poolType": "burnMint", + "symbol": "PTsUSDE", + "tokenAddress": "PTSg1sXMujX5bgTM88C2PMksHG5w2bqvXJrG9uUdzpA" + } + }, "pufETH": { "berachain-mainnet": { "allowListEnabled": false, @@ -4211,15 +4367,6 @@ } }, "SDL": { - "ethereum-mainnet-andromeda-1": { - "allowListEnabled": false, - "decimals": 18, - "name": "stake.link", - "poolAddress": "0xC31A8B3Ba209FC60c3E9364649ED452939403E27", - "poolType": "burnMint", - "symbol": "SDL", - "tokenAddress": "0xd7cf0e0fC12fB97e03841CE4f3086dB327CE0F2B" - }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -4392,15 +4539,6 @@ "symbol": "SHIB", "tokenAddress": "0xf5607d767CCa3789CAe872A33E3cfb76cFbaaaA2" }, - "ethereum-mainnet-andromeda-1": { - "allowListEnabled": false, - "decimals": 18, - "name": "SHIBA INU", - "poolAddress": "0x48A148B6EFAD4D59225034f1A243cea734e67bB0", - "poolType": "burnMint", - "symbol": "SHIB", - "tokenAddress": "0x7C87cc813Ce92D384c437C263E9FB2E7F945188E" - }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -4858,6 +4996,15 @@ "symbol": "SolvBTC", "tokenAddress": "0xaE4EFbc7736f963982aACb17EFA37fCBAb924cB3" }, + "monad-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Solv BTC", + "poolAddress": "0x4bc35816c1D0B911940894ccd5121eC64Ffd69eb", + "poolType": "burnMint", + "symbol": "SolvBTC", + "tokenAddress": "0xaE4EFbc7736f963982aACb17EFA37fCBAb924cB3" + }, "sei-mainnet": { "allowListEnabled": false, "decimals": 18, @@ -5300,6 +5447,15 @@ } }, "syrupUSDT": { + "ethereum-mainnet-mantle-1": { + "allowListEnabled": false, + "decimals": 6, + "name": "Syrup USDT", + "poolAddress": "0x0aA145a62153190B8f0D3cA00c441e451529f755", + "poolType": "burnMint", + "symbol": "syrupUSDT", + "tokenAddress": "0x051665f2455116e929b9972c36d23070F5054Ce0" + }, "mainnet": { "allowListEnabled": false, "decimals": 6, @@ -5904,6 +6060,15 @@ "symbol": "USD1", "tokenAddress": "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d" }, + "ethereum-mainnet-mantle-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "World Liberty Financial USD", + "poolAddress": "0xf58A2e303e519f6A1b772137995871967e30391a", + "poolType": "burnMint", + "symbol": "USD1", + "tokenAddress": "0x111111d2bf19e43C34263401e0CAd979eD1cdb61" + }, "mainnet": { "allowListEnabled": false, "decimals": 18, @@ -5930,6 +6095,15 @@ "poolType": "burnMint", "symbol": "USD1", "tokenAddress": "0x111111d2bf19e43C34263401e0CAd979eD1cdb61" + }, + "solana-mainnet": { + "allowListEnabled": false, + "decimals": 6, + "name": "World Liberty Financial USD", + "poolAddress": "B4PB9qWUW6R18Gbpk5Km8mJ2GoQgCcVpgdqhU7C2n8fh", + "poolType": "burnMint", + "symbol": "USD1", + "tokenAddress": "USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB" } }, "USDC": { @@ -6501,9 +6675,37 @@ "allowListEnabled": false, "decimals": 18, "name": "Wrapped 0G", - "poolType": "feeTokenOnly", + "poolAddress": "0xF6839B313671daE8c1B6AbCaB4eBd0bF41259187", + "poolType": "lockRelease", "symbol": "W0G", "tokenAddress": "0x1Cd0690fF9a693f5EF2dD976660a8dAFc81A109c" + }, + "ethereum-mainnet-arbitrum-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped 0G", + "poolAddress": "0x22fF19A7307eee6bd6d38C569f8bcb40fD071Ff4", + "poolType": "burnMint", + "symbol": "W0G", + "tokenAddress": "0x418176040912d11d9445dd4AEc322772A42f2a59" + }, + "ethereum-mainnet-base-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped 0G", + "poolAddress": "0x049DF7Ed53037C58BCAB45510c153D5CD5564830", + "poolType": "burnMint", + "symbol": "W0G", + "tokenAddress": "0x23cd099eB438CcA50349EE2BC809196b1ae00861" + }, + "mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped 0G", + "poolAddress": "0xE25a97E9e2f1Eeee81d4a7986A018AC3Ae8D857b", + "poolType": "burnMint", + "symbol": "W0G", + "tokenAddress": "0x4C1Dab3Be86347977F3DfC4b9688224ef2272939" } }, "WAB": { @@ -6932,6 +7134,14 @@ "symbol": "WETH", "tokenAddress": "0x4200000000000000000000000000000000000006" }, + "morph-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped Ether", + "poolType": "feeTokenOnly", + "symbol": "WETH", + "tokenAddress": "0x5300000000000000000000000000000000000011" + }, "polygon-mainnet-katana": { "allowListEnabled": false, "decimals": 18, @@ -7538,6 +7748,15 @@ "symbol": "wstLINK", "tokenAddress": "0x3106E2e148525b3DB36795b04691D444c24972fB" }, + "ethereum-mainnet-base-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped stLINK", + "poolAddress": "0xc80088D32830Cdb869eBA08bb25Bb6D7B17467FF", + "poolType": "burnMint", + "symbol": "wstLINK", + "tokenAddress": "0xF2f7901B7bbA5799493B617B06EAd1862F771297" + }, "mainnet": { "allowListEnabled": false, "decimals": 18, @@ -8021,6 +8240,15 @@ "symbol": "xSolvBTC", "tokenAddress": "0xc99F5c922DAE05B6e2ff83463ce705eF7C91F077" }, + "monad-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "xSolvBTC", + "poolAddress": "0x8A76fe7fA6da27f85a626c5C53730B38D13603d7", + "poolType": "burnMint", + "symbol": "xSolvBTC", + "tokenAddress": "0xc99F5c922DAE05B6e2ff83463ce705eF7C91F077" + }, "sei-mainnet": { "allowListEnabled": false, "decimals": 18, diff --git a/src/config/data/ccip/v1_2_0/testnet/chains.json b/src/config/data/ccip/v1_2_0/testnet/chains.json index f18f979bf60..3d718a9b457 100644 --- a/src/config/data/ccip/v1_2_0/testnet/chains.json +++ b/src/config/data/ccip/v1_2_0/testnet/chains.json @@ -1078,6 +1078,26 @@ "version": "1.5.1" } }, + "jovay-testnet": { + "armProxy": { + "address": "0x5Dc49Ec54B92F7D493bC8126c0730DA74605cc00", + "version": "1.0.0" + }, + "chainSelector": "945045181441419236", + "feeTokens": ["LINK", "WETH"], + "registryModule": { + "address": "0xd1CBe8dF481C7a78AaaAfB0466814d13d93bd9b7", + "version": "1.6.0" + }, + "router": { + "address": "0x2016AA303B331bd739Fd072998e579a3052500A6", + "version": "1.2.0" + }, + "tokenAdminRegistry": { + "address": "0xaCc1C3b214CA255918C9Da66Db3bcc933d57188B", + "version": "1.5.0" + } + }, "kaia-testnet-kairos": { "armProxy": { "address": "0x0a57d85E0CE3AafB22079A4c18B4Eb6D3B88BA46", diff --git a/src/config/data/ccip/v1_2_0/testnet/lanes.json b/src/config/data/ccip/v1_2_0/testnet/lanes.json index 03d33e90789..abfe3e32fa6 100644 --- a/src/config/data/ccip/v1_2_0/testnet/lanes.json +++ b/src/config/data/ccip/v1_2_0/testnet/lanes.json @@ -2393,6 +2393,20 @@ "rate": "167000000000000000000" } } + }, + "syrupUSDT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } } } }, @@ -2780,6 +2794,33 @@ "version": "1.5.0" } }, + "jovay-testnet": { + "offRamp": { + "address": "0x0820f975ce90EE5c508657F0C58b71D1fcc85cE0", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x23a5084Fa78104F3DF11C63Ae59fcac4f6AD9DeE", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "CCIP-BnM": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, "kaia-testnet-kairos": { "offRamp": { "address": "0x2be11937018B7C9959430EBf8AD784e1aebe1981", @@ -4765,6 +4806,20 @@ "rate": "167000000000000000000" } } + }, + "syrupUSDT": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } } } } @@ -5755,6 +5810,46 @@ } } }, + "jovay-testnet": { + "ethereum-testnet-sepolia": { + "offRamp": { + "address": "0xFA5F1e092dE0907EE761fad89184B8E8AcC9089D", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x1f5EF38782b6B7C6DE489406b8EE504e46F05a18", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "CCIP-BnM": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, + "polygon-testnet-amoy": { + "offRamp": { + "address": "0xFA5F1e092dE0907EE761fad89184B8E8AcC9089D", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x1f5EF38782b6B7C6DE489406b8EE504e46F05a18", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + } + }, "kaia-testnet-kairos": { "ethereum-testnet-sepolia": { "offRamp": { @@ -6398,6 +6493,17 @@ } } }, + "jovay-testnet": { + "offRamp": { + "address": "0x056A1FAb28562750a54063E37DDc66d506e320d2", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xF4EbCC2c077d3939434C7Ab0572660c5A45e4df5", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "memento-testnet": { "offRamp": { "address": "0x056A1FAb28562750a54063E37DDc66d506e320d2", diff --git a/src/config/data/ccip/v1_2_0/testnet/tokens.json b/src/config/data/ccip/v1_2_0/testnet/tokens.json index 93eb74fcf63..20fcbbe3ba4 100644 --- a/src/config/data/ccip/v1_2_0/testnet/tokens.json +++ b/src/config/data/ccip/v1_2_0/testnet/tokens.json @@ -262,6 +262,15 @@ "symbol": "CCIP-BnM", "tokenAddress": "0x414dbe1d58dd9BA7C84f7Fc0e4f82bc858675d37" }, + "jovay-testnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "CCIP-BnM", + "poolAddress": "0x2bF249E1796D5F3a293dFB0B084f52bF5D3f35CB", + "poolType": "burnMint", + "symbol": "CCIP-BnM", + "tokenAddress": "0xB45B9eb94F25683B47e5AFb0f74A05a58be86311" + }, "memento-testnet": { "allowListEnabled": false, "decimals": 18, @@ -994,6 +1003,14 @@ "symbol": "LINK", "tokenAddress": "0x7311DED199CC28D80E58e81e8589aa160199FCD2" }, + "jovay-testnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "ChainLink Token", + "poolType": "feeTokenOnly", + "symbol": "LINK", + "tokenAddress": "0xd3e461C55676B10634a5F81b747c324B85686Dd1" + }, "kaia-testnet-kairos": { "allowListEnabled": false, "decimals": 18, @@ -1261,6 +1278,15 @@ "symbol": "syrupUSDT", "tokenAddress": "0x7679CBe9aE66298114AC6dAC73487B63ac023c0b" }, + "ethereum-testnet-sepolia-mantle-1": { + "allowListEnabled": false, + "decimals": 6, + "name": "Syrup USDT", + "poolAddress": "0x4F213c8374c4F223eB85d8770Fc76eAd5163FC23", + "poolType": "burnMint", + "symbol": "syrupUSDT", + "tokenAddress": "0x1495CB0831108160405c8F453E1B8e155DbFbEdC" + }, "plasma-testnet": { "allowListEnabled": false, "decimals": 6, @@ -1654,6 +1680,14 @@ "symbol": "WETH", "tokenAddress": "0x4200000000000000000000000000000000000006" }, + "jovay-testnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped Ether", + "poolType": "feeTokenOnly", + "symbol": "WETH", + "tokenAddress": "0xFe06d41BA962A74209845f938c387b363a931505" + }, "megaeth-testnet": { "allowListEnabled": false, "decimals": 18, From 8b4cd1602ad9767ac12e561da4122645139be75a Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 8 Dec 2025 17:55:17 +0100 Subject: [PATCH 08/10] mainnet --- .../data/ccip/v1_2_0/mainnet/chains.json | 40 + .../data/ccip/v1_2_0/mainnet/lanes.json | 864 ++++++++++++++++++ .../data/ccip/v1_2_0/mainnet/tokens.json | 96 +- 3 files changed, 998 insertions(+), 2 deletions(-) diff --git a/src/config/data/ccip/v1_2_0/mainnet/chains.json b/src/config/data/ccip/v1_2_0/mainnet/chains.json index dfa004f81d2..daf483542d5 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/chains.json +++ b/src/config/data/ccip/v1_2_0/mainnet/chains.json @@ -1018,6 +1018,26 @@ "version": "1.5.1" } }, + "jovay-mainnet": { + "armProxy": { + "address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13", + "version": "1.0.0" + }, + "chainSelector": "1523760397290643893", + "feeTokens": ["LINK", "WETH"], + "registryModule": { + "address": "0xf4a170A36D4C656F614d44453f73308Bdb275196", + "version": "1.6.0" + }, + "router": { + "address": "0x492641F648a4986844848E0beFE66D14817bCE34", + "version": "1.2.0" + }, + "tokenAdminRegistry": { + "address": "0xA27056438FfA1f286AB197488808692F0db93F8B", + "version": "1.5.0" + } + }, "kaia-mainnet": { "armProxy": { "address": "0x98E7867DE8D5904bEda540Ee2Ee4E941Ac1caFD9", @@ -1544,6 +1564,26 @@ "version": "1.5.1" } }, + "stable-mainnet": { + "armProxy": { + "address": "0x8A76fe7fA6da27f85a626c5C53730B38D13603d7", + "version": "1.0.0" + }, + "chainSelector": "16978377838628290997", + "feeTokens": ["LINK", "WgUSDT"], + "registryModule": { + "address": "0x7CcFb2Fa43637b4858Cb1269CF0d64a99e8C668a", + "version": "1.6.0" + }, + "router": { + "address": "0xECFF67559c0583027A5fbd85136E33bC4D66eeA0", + "version": "1.2.0" + }, + "tokenAdminRegistry": { + "address": "0x3c23e6FB09064e9A64829Fa8FEe27Ad19A27Bfa9", + "version": "1.5.0" + } + }, "superseed-mainnet": { "armProxy": { "address": "0x1A99FF887e5bb3962dA97F409487663B5F539799", diff --git a/src/config/data/ccip/v1_2_0/mainnet/lanes.json b/src/config/data/ccip/v1_2_0/mainnet/lanes.json index 239154b2f40..7693213e7e8 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/lanes.json +++ b/src/config/data/ccip/v1_2_0/mainnet/lanes.json @@ -159,6 +159,17 @@ } } }, + "monad-mainnet": { + "offRamp": { + "address": "0xb0B4b5847E35033766d5B49CD9C0fC40F459321F", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "solana-mainnet": { "offRamp": { "address": "0xb0B4b5847E35033766d5B49CD9C0fC40F459321F", @@ -2519,6 +2530,33 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0xe72d25aDd538E8ef9CeF85622eA8912a6CB98Be6", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x02A4D69cFfeC00Fbf7F3B60c93e3529Dfc58894d", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, "wemix-mainnet": { "offRamp": { "address": "0xFA5CF1bBFe0Ba5c01e60513EF8960945A99B78A4", @@ -7109,6 +7147,33 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0xA27056438FfA1f286AB197488808692F0db93F8B", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, "tac-mainnet": { "offRamp": { "address": "0xA27056438FfA1f286AB197488808692F0db93F8B", @@ -7566,6 +7631,22 @@ "address": "0x8d3039fE2400151c06Ae84a18CAf38dD9b6Ce58b", "enforceOutOfOrder": false, "version": "1.5.0" + }, + "supportedTokens": { + "SDL": { + "rateLimiterConfig": { + "in": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + }, + "out": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + } + } + } } }, "mainnet": { @@ -7577,6 +7658,78 @@ "address": "0xdF5394c57A0570ECe45DE0c0fA2e722A672B9198", "enforceOutOfOrder": false, "version": "1.5.0" + }, + "supportedTokens": { + "BONE": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "LEASH": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "50000000000000000000000", + "isEnabled": true, + "rate": "13880000000000000000" + }, + "out": { + "capacity": "50000000000000000000000", + "isEnabled": true, + "rate": "13880000000000000000" + } + } + }, + "SDL": { + "rateLimiterConfig": { + "in": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + }, + "out": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + } + } + }, + "SHIB": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } } }, @@ -8259,6 +8412,22 @@ "address": "0xF1e73c37CDa8E47768De2246AEf5eFD4d76330ae", "enforceOutOfOrder": false, "version": "1.5.0" + }, + "supportedTokens": { + "SDL": { + "rateLimiterConfig": { + "in": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + }, + "out": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + } + } + } } }, "ethereum-mainnet-base-1": { @@ -10995,6 +11164,17 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x76a443768A5e3B8d1AED0105FC250877841Deb40", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "wemix-mainnet": { "offRamp": { "address": "0x893c14bA328A49336a188F972f997C0d7286B8E4", @@ -15143,6 +15323,33 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, "wemix-mainnet": { "offRamp": { "address": "0x9001D632834FAf4c6ce717c5CcAd7e0c4b0803c0", @@ -15180,6 +15387,17 @@ } } } + }, + "xdc-mainnet": { + "offRamp": { + "address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", + "enforceOutOfOrder": false, + "version": "1.6.0" + } } }, "ethereum-mainnet-blast-1": { @@ -15998,6 +16216,33 @@ } } }, + "monad-mainnet": { + "offRamp": { + "address": "0x77FDbd20ED582794b1d9F1a8a94e4a60494D677e", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x530Ae314EC3fA038bd9A215095E37295ec76162a", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "wstETH": { + "rateLimiterConfig": { + "in": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + }, + "out": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + } + } + } + } + }, "plasma-mainnet": { "offRamp": { "address": "0x77FDbd20ED582794b1d9F1a8a94e4a60494D677e", @@ -20239,6 +20484,17 @@ "version": "1.6.0" } }, + "solana-mainnet": { + "offRamp": { + "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xdd8aF6046349EDFD40123E0b616286cEC08010ed", + "enforceOutOfOrder": true, + "version": "1.6.0" + } + }, "tac-mainnet": { "offRamp": { "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01", @@ -20562,6 +20818,46 @@ } } }, + "jovay-mainnet": { + "mainnet": { + "offRamp": { + "address": "0x59d32e5Fa8EeD1Fd1510f7E583a2b6e6142DD49F", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x9b04018b5285FF16F3967Af108Bdc72423d547cC", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, + "matic-mainnet": { + "offRamp": { + "address": "0x59d32e5Fa8EeD1Fd1510f7E583a2b6e6142DD49F", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x9b04018b5285FF16F3967Af108Bdc72423d547cC", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + } + }, "kaia-mainnet": { "bsc-mainnet": { "offRamp": { @@ -22805,6 +23101,78 @@ "address": "0x75d536eED32f4c8Bb39F4B0c992163f5BA49B84e", "enforceOutOfOrder": false, "version": "1.5.0" + }, + "supportedTokens": { + "BONE": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "LEASH": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "50000000000000000000000", + "isEnabled": true, + "rate": "13880000000000000000" + }, + "out": { + "capacity": "50000000000000000000000", + "isEnabled": true, + "rate": "13880000000000000000" + } + } + }, + "SDL": { + "rateLimiterConfig": { + "in": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + }, + "out": { + "capacity": "750000000000000000000000", + "isEnabled": true, + "rate": "207500000000000000000" + } + } + }, + "SHIB": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } }, "ethereum-mainnet-arbitrum-1": { @@ -26654,6 +27022,33 @@ } } }, + "jovay-mainnet": { + "offRamp": { + "address": "0x26d3681DfC9E4c8C79cfbf461adec8A21d5d73C5", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x913814782144864e523C3FdB78E3ca25D2c2aeCa", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, "kaia-mainnet": { "offRamp": { "address": "0x4676537819a87E9D515D654f8bedf45A744cF214", @@ -27218,6 +27613,36 @@ "address": "0x913814782144864e523C3FdB78E3ca25D2c2aeCa", "enforceOutOfOrder": false, "version": "1.6.0" + }, + "supportedTokens": { + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } }, "nexon-mainnet-henesys": { @@ -28450,6 +28875,47 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0x26d3681DfC9E4c8C79cfbf461adec8A21d5d73C5", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x913814782144864e523C3FdB78E3ca25D2c2aeCa", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + }, + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, "superseed-mainnet": { "offRamp": { "address": "0x3c5990484D4D7b728Ae875d001E97469284210C1", @@ -29974,6 +30440,17 @@ } } }, + "jovay-mainnet": { + "offRamp": { + "address": "0x77FDbd20ED582794b1d9F1a8a94e4a60494D677e", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x530Ae314EC3fA038bd9A215095E37295ec76162a", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "mainnet": { "offRamp": { "address": "0xa06e68a11d5694316Cc819f2FFD02663e3314C7C", @@ -30764,6 +31241,17 @@ } }, "monad-mainnet": { + "0g-mainnet": { + "offRamp": { + "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xcDca5D374e46A6DDDab50bD2D9acB8c796eC35C3", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "avalanche-mainnet": { "offRamp": { "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", @@ -30856,6 +31344,33 @@ } } }, + "ethereum-mainnet-ink-1": { + "offRamp": { + "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xcDca5D374e46A6DDDab50bD2D9acB8c796eC35C3", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "wstETH": { + "rateLimiterConfig": { + "in": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + }, + "out": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + } + } + } + } + }, "ethereum-mainnet-optimism-1": { "offRamp": { "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", @@ -30950,6 +31465,33 @@ } } }, + "plasma-mainnet": { + "offRamp": { + "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xcDca5D374e46A6DDDab50bD2D9acB8c796eC35C3", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "wstETH": { + "rateLimiterConfig": { + "in": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + }, + "out": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + } + } + } + } + }, "polygon-mainnet-katana": { "offRamp": { "address": "0xdCc981e12Fd132d9172eb03E8373BE68032588e8", @@ -31026,6 +31568,36 @@ "address": "0x318Ec96df83AccC18B5EAD5D23e0F022F7Eb5503", "enforceOutOfOrder": false, "version": "1.6.0" + }, + "supportedTokens": { + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + }, + "USD1": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } } } }, @@ -31431,6 +32003,33 @@ } } }, + "monad-mainnet": { + "offRamp": { + "address": "0xc2BE2F77562A6676098e8D363B9d8A33Ea009D4e", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x8FE3B17E6B0863aeEA3D38DF063AEa39D4Ab1602", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "wstETH": { + "rateLimiterConfig": { + "in": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + }, + "out": { + "capacity": "2000000000000000000000", + "isEnabled": true, + "rate": "23148148140000000" + } + } + } + } + }, "solana-mainnet": { "offRamp": { "address": "0xc2BE2F77562A6676098e8D363B9d8A33Ea009D4e", @@ -31933,6 +32532,33 @@ } } } + }, + "stable-mainnet": { + "offRamp": { + "address": "0x02A4D69cFfeC00Fbf7F3B60c93e3529Dfc58894d", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xc23071a8AE83671f37bdA1DaDBC745a9780f632A", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } } }, "ronin-mainnet": { @@ -33362,6 +33988,17 @@ "version": "1.6.0" } }, + "everclear-mainnet": { + "offRamp": { + "address": "offqSMQWgQud6WJz694LRzkeN5kMYpCHTpXQr3Rkcjm", + "version": "1.6.0" + }, + "onRamp": { + "address": "Ccip842gzYHhvdDkSyi2YVCoAWPbYJoApMFzSxQroE9C", + "enforceOutOfOrder": true, + "version": "1.6.0" + } + }, "hyperliquid-mainnet": { "offRamp": { "address": "offqSMQWgQud6WJz694LRzkeN5kMYpCHTpXQr3Rkcjm", @@ -35123,6 +35760,33 @@ } } }, + "stable-mainnet": { + "offRamp": { + "address": "0xee85aEfb15b9489563A6a29891ebe0750AA1A7Ae", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x76a443768A5e3B8d1AED0105FC250877841Deb40", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, "xdai-mainnet": { "offRamp": { "address": "0x8dc1d6233Cc4cA5C90fF4b068Af4d11ca1F38eA2", @@ -35135,6 +35799,195 @@ } } }, + "stable-mainnet": { + "avalanche-mainnet": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, + "bsc-mainnet": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, + "ethereum-mainnet-arbitrum-1": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, + "ethereum-mainnet-base-1": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, + "mainnet": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + }, + "LINK": { + "rateLimiterConfig": { + "in": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + }, + "out": { + "capacity": "0", + "isEnabled": false, + "rate": "0" + } + } + } + } + }, + "polygon-mainnet-katana": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + }, + "sonic-mainnet": { + "offRamp": { + "address": "0x3FD9aD7dC98e98c5E3FAB8d20f8aAEe5f7809933", + "version": "1.6.0" + }, + "onRamp": { + "address": "0xD21D5a4e3fA0eBACC3DaBB5258d9C1F4d24dc894", + "enforceOutOfOrder": false, + "version": "1.6.0" + }, + "supportedTokens": { + "LBTC": { + "rateLimiterConfig": { + "in": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + }, + "out": { + "capacity": "5000000000", + "isEnabled": true, + "rate": "462963" + } + } + } + } + } + }, "superseed-mainnet": { "mainnet": { "offRamp": { @@ -35828,6 +36681,17 @@ } }, "xdc-mainnet": { + "ethereum-mainnet-base-1": { + "offRamp": { + "address": "0xE939C02E92e9E66d1F0D8E4F099E7d3d269a8a11", + "version": "1.6.0" + }, + "onRamp": { + "address": "0x40530f5305d6Fd6912925C5ec2C36453B85d8F5f", + "enforceOutOfOrder": false, + "version": "1.6.0" + } + }, "mainnet": { "offRamp": { "address": "0xE939C02E92e9E66d1F0D8E4F099E7d3d269a8a11", diff --git a/src/config/data/ccip/v1_2_0/mainnet/tokens.json b/src/config/data/ccip/v1_2_0/mainnet/tokens.json index c4b53a34f4f..d44a581e269 100644 --- a/src/config/data/ccip/v1_2_0/mainnet/tokens.json +++ b/src/config/data/ccip/v1_2_0/mainnet/tokens.json @@ -700,6 +700,15 @@ "symbol": "BONE", "tokenAddress": "0xD301a90cb3C7a9253305af30D92dd2C1FD1e704E" }, + "ethereum-mainnet-andromeda-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "BONE SHIBASWAP", + "poolAddress": "0x476e0714DE6Fcf0d009Eb4c4E8a8DB325BF2Ba4A", + "poolType": "burnMint", + "symbol": "BONE", + "tokenAddress": "0x32aF448529b5067f9E4aBf9764ecfcE97d53aFD4" + }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -2219,6 +2228,15 @@ "symbol": "LBTC", "tokenAddress": "0xecAc9C5F704e954931349Da37F60E39f515c11c1" }, + "stable-mainnet": { + "allowListEnabled": false, + "decimals": 8, + "name": "Lombard Staked Bitcoin", + "poolAddress": "0xD7F069e67345ED91AC699e7EcFDc211782495888", + "poolType": "burnMint", + "symbol": "LBTC", + "tokenAddress": "0xecAc9C5F704e954931349Da37F60E39f515c11c1" + }, "tac-mainnet": { "allowListEnabled": false, "decimals": 8, @@ -2286,6 +2304,15 @@ "symbol": "LEASH", "tokenAddress": "0x2b702DC45b540aEDA62F60cE4E5BFAED37b1D27a" }, + "ethereum-mainnet-andromeda-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "DOGE KILLER", + "poolAddress": "0x2133c3b98928d0DC519Fc0607EB39DC2fc4b9df4", + "poolType": "burnMint", + "symbol": "LEASH", + "tokenAddress": "0xc55eABF6624224b6E185B6A79a3217e0e751046A" + }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -2647,7 +2674,8 @@ "allowListEnabled": false, "decimals": 18, "name": "ChainLink Token", - "poolType": "feeTokenOnly", + "poolAddress": "0xff170aD8f1d86eFAC90CA7a2E1204bA64aC5e0f9", + "poolType": "burnMint", "symbol": "LINK", "tokenAddress": "0xd2FE54D1E5F568eB710ba9d898Bf4bD02C7c0353" }, @@ -2840,6 +2868,15 @@ "symbol": "LINK", "tokenAddress": "0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" }, + "jovay-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "ChainLink Token", + "poolAddress": "0x6E6CBEF068fe546ceA52af587AEd8A2EfDD846bD", + "poolType": "burnMint", + "symbol": "LINK", + "tokenAddress": "0x76a443768A5e3B8d1AED0105FC250877841Deb40" + }, "kaia-mainnet": { "allowListEnabled": false, "decimals": 0, @@ -2925,7 +2962,8 @@ "allowListEnabled": false, "decimals": 18, "name": "ChainLink Token", - "poolType": "feeTokenOnly", + "poolAddress": "0x2E64625FF3b3c9d51A022B28d96935d920a2993A", + "poolType": "burnMint", "symbol": "LINK", "tokenAddress": "0x76a443768A5e3B8d1AED0105FC250877841Deb40" }, @@ -3031,6 +3069,15 @@ "symbol": "LINK", "tokenAddress": "0x71052BAe71C25C78E37fD12E5ff1101A71d9018F" }, + "stable-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "ChainLink Token", + "poolAddress": "0x0dC94D4E45031f87b7df9e9B749dBB88f67Bcd78", + "poolType": "burnMint", + "symbol": "LINK", + "tokenAddress": "0x985FB0821Eef0056ec26DD8b33dC61b9415B7F4b" + }, "superseed-mainnet": { "allowListEnabled": false, "decimals": 18, @@ -4367,6 +4414,15 @@ } }, "SDL": { + "ethereum-mainnet-andromeda-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "stake.link", + "poolAddress": "0xC31A8B3Ba209FC60c3E9364649ED452939403E27", + "poolType": "burnMint", + "symbol": "SDL", + "tokenAddress": "0xd7cf0e0fC12fB97e03841CE4f3086dB327CE0F2B" + }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -4539,6 +4595,15 @@ "symbol": "SHIB", "tokenAddress": "0xf5607d767CCa3789CAe872A33E3cfb76cFbaaaA2" }, + "ethereum-mainnet-andromeda-1": { + "allowListEnabled": false, + "decimals": 18, + "name": "SHIBA INU", + "poolAddress": "0x48A148B6EFAD4D59225034f1A243cea734e67bB0", + "poolType": "burnMint", + "symbol": "SHIB", + "tokenAddress": "0x7C87cc813Ce92D384c437C263E9FB2E7F945188E" + }, "ethereum-mainnet-arbitrum-1": { "allowListEnabled": false, "decimals": 18, @@ -6087,6 +6152,15 @@ "symbol": "USD1", "tokenAddress": "0x111111d2bf19e43C34263401e0CAd979eD1cdb61" }, + "morph-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "World Liberty Financial USD", + "poolAddress": "0x258Fc917b8de98b4aA0d38776E95dcce9e7EC8aC", + "poolType": "burnMint", + "symbol": "USD1", + "tokenAddress": "0x111111d2bf19e43C34263401e0CAd979eD1cdb61" + }, "plume-mainnet": { "allowListEnabled": false, "decimals": 18, @@ -7085,6 +7159,14 @@ "symbol": "WETH", "tokenAddress": "0x4200000000000000000000000000000000000006" }, + "jovay-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped Ether", + "poolType": "feeTokenOnly", + "symbol": "WETH", + "tokenAddress": "0xeA29Cbb2808CF848C185E4405Bb002F53f92a241" + }, "lisk-mainnet": { "allowListEnabled": false, "decimals": 18, @@ -7233,6 +7315,16 @@ "tokenAddress": "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F" } }, + "WgUSDT": { + "stable-mainnet": { + "allowListEnabled": false, + "decimals": 18, + "name": "Wrapped gUSDT", + "poolType": "feeTokenOnly", + "symbol": "WgUSDT", + "tokenAddress": "0x817997Ca8394E26CCE3dE3A076a4889b27DbF9dE" + } + }, "WHBAR": { "hedera-mainnet": { "allowListEnabled": false, From 3b6988339f3be85dea7b623f04b7bda870ecbf35 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 8 Dec 2025 18:23:20 +0100 Subject: [PATCH 09/10] mainnet --- public/changelog.json | 7 +------ src/components/QuickLinks/data/productChainLinks.ts | 3 +++ src/config/data/chains.json | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index 5283947d201..19e1b83cc65 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -374,11 +374,6 @@ "network": "morph", "url": "https://docs.chain.link/ccip/directory/mainnet/chain/morph-mainnet" }, - { - "displayName": "Morph Testnet", - "network": "morph", - "url": "https://docs.chain.link/ccip/directory/testnet/chain/morph-testnet" - }, { "displayName": "Stable Mainnet", "network": "stable", @@ -386,7 +381,7 @@ } ], "relatedNetworks": ["jovay", "morph", "stable"], - "title": "CCIP Expands to Jovay Mainnet & Testnet, Morph Mainnet & Testnet, Stable Mainnet", + "title": "CCIP Expands to Jovay Mainnet & Testnet, Morph Mainnet, Stable Mainnet", "topic": "CCIP" }, { diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index d0ab8103f5a..a95a456fb29 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -99,6 +99,9 @@ export const productChainLinks: ProductChainLinks = { abchain: "/ccip/directory/mainnet/chain/ab-mainnet", henesys: "/ccip/directory/mainnet/chain/nexon-mainnet-henesys", pharos: "/ccip/directory/testnet/chain/pharos-atlantic-testnet", + morph: "/ccip/directory/mainnet/chain/morph-mainnet", + jovay: "/ccip/directory/mainnet/chain/jovay-mainnet", + stable: "/ccip/directory/mainnet/chain/stable-mainnet", }, }, CRE: { diff --git a/src/config/data/chains.json b/src/config/data/chains.json index f5ad5c60b48..b2efde2a9e0 100644 --- a/src/config/data/chains.json +++ b/src/config/data/chains.json @@ -2522,7 +2522,7 @@ "chains": { "MORPH_MAINNET": { "chainId": 2818, - "title": "Morph Mainnet", + "title": "Morph", "explorer": { "baseUrl": "https://explorer.morphl2.io" }, @@ -2553,7 +2553,7 @@ "chains": { "JOVAY_MAINNET": { "chainId": 5734951, - "title": "Jovay Mainnet", + "title": "Jovay", "explorer": { "baseUrl": "https://explorer.jovay.io/l2" }, @@ -2584,7 +2584,7 @@ "chains": { "STABLE_MAINNET": { "chainId": 988, - "title": "Stable Mainnet", + "title": "Stable", "explorer": { "baseUrl": "https://stablescan.xyz/" }, From af429f9fccaef1972f88ba37d44d68cbca1a0a7a Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 8 Dec 2025 18:43:52 +0100 Subject: [PATCH 10/10] mainnet --- public/changelog.json | 232 ++++++++++++++++++ .../resources/link-token-contracts.mdx | 46 ++++ 2 files changed, 278 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 19e1b83cc65..ff7bca050b7 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -384,6 +384,238 @@ "title": "CCIP Expands to Jovay Mainnet & Testnet, Morph Mainnet, Stable Mainnet", "topic": "CCIP" }, + { + "category": "integration", + "date": "2025-12-07", + "description": "New Data Streams available on all [supported networks](https://docs.chain.link/data-streams/crypto-streams):", + "relatedNetworks": [ + "0g", + "apechain", + "aptos", + "arbitrum", + "avalanche", + "base", + "berachain", + "bitlayer", + "blast", + "bnb-chain", + "bob", + "botanix", + "celo", + "ethereum", + "gnosis-chain", + "gravity", + "hashkey", + "hedera", + "hyperliquid", + "injective", + "ink", + "jovay", + "katana", + "lens", + "linea", + "mantle", + "metis", + "monad", + "opbnb", + "optimism", + "polygon", + "plasma", + "ronin", + "scroll", + "shibarium", + "sei", + "soneium", + "sonic", + "solana", + "taiko", + "unichain", + "worldchain", + "zksync" + ], + "relatedTokens": [ + { + "assetName": "PLTR", + "baseAsset": "PLTR", + "quoteAsset": "USD", + "url": "https://data.chain.link/streams/pltr-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/pltr.webp" + }, + { + "assetName": "SOLVBTC / BTC Exchange Rate", + "baseAsset": "SOLVBTC", + "quoteAsset": "BTC", + "url": "https://data.chain.link/streams/solvbtc-btc", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/solvbtc.webp" + } + ], + "title": "Added support to Data Streams", + "topic": "Data Streams" + }, + { + "category": "integration", + "date": "2025-12-07", + "description": "New SmartData Feeds available:", + "relatedNetworks": ["base"], + "relatedTokens": [ + { + "assetName": "ARSx", + "baseAsset": "ARSx", + "network": "base", + "productTypeCode": "PoR", + "url": "https://data.chain.link/feeds/base/base/arsx-base-por", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/arsx.webp" + } + ], + "title": "Added support to SmartData", + "topic": "SmartData" + }, + { + "category": "integration", + "date": "2025-12-07", + "description": "New Data Feeds available:", + "relatedNetworks": ["arbitrum", "optimism", "ethereum", "mantle", "base"], + "relatedTokens": [ + { + "assetName": "Aave", + "baseAsset": "AAVE", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/aave-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/aave.webp" + }, + { + "assetName": "Arbitrum", + "baseAsset": "ARB", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/arb-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/arb.webp" + }, + { + "assetName": "Bitcoin", + "baseAsset": "BTC", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/btc-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/btc.webp" + }, + { + "assetName": "Calculated ETH+", + "baseAsset": "ETH+", + "quoteAsset": "USD", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/calculated-ethplus-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/eth+.webp" + }, + { + "assetName": "Chainlink", + "baseAsset": "LINK", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/link-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/link.webp" + }, + { + "assetName": "Circle EUR", + "baseAsset": "EURC", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/eurc-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/eurc.webp" + }, + { + "assetName": "Circle USD", + "baseAsset": "USDC", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/usdc-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdc.webp" + }, + { + "assetName": "Compounding OpenDollar", + "baseAsset": "CUSDO", + "quoteAsset": "USD", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/cusdo-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/cusdo.webp" + }, + { + "assetName": "DAI", + "baseAsset": "DAI", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/dai-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/dai.webp" + }, + { + "assetName": "Ethena Staked USDe", + "baseAsset": "SUSDE", + "quoteAsset": "USDE", + "network": "mantle", + "url": "https://data.chain.link/feeds/mantle/mantle/susde-usde-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/susde.webp" + }, + { + "assetName": "FRAX", + "baseAsset": "FRAX", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/frax-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/frax.webp" + }, + { + "assetName": "GHO", + "baseAsset": "GHO", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/gho-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/gho.webp" + }, + { + "assetName": "Kelp DAO Restaked ETH", + "baseAsset": "RSETH", + "quoteAsset": "ETH (SVR)", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/rseth-eth-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/rseth.webp" + }, + { + "assetName": "Liquity USD", + "baseAsset": "LUSD", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/lusd-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/lusd.webp" + }, + { + "assetName": "syrupUSDC-USDC Exchange Rate", + "baseAsset": "syrupUSDC", + "quoteAsset": "USDC", + "network": "mantle", + "url": "https://data.chain.link/feeds/mantle/mantle/syrupusdc-usdc-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/syrupusdc.webp" + }, + { + "assetName": "syrupUSDT-USDT Exchange Rate", + "baseAsset": "syrupUSDT", + "quoteAsset": "USDT", + "network": "mantle", + "url": "https://data.chain.link/feeds/mantle/mantle/syrupusdt-usdt-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/syrupusdt.webp" + }, + { + "assetName": "Tether USD", + "baseAsset": "USDT", + "quoteAsset": "USD (SVR)", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/usdt-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdt.webp" + } + ], + "title": "Added support to Data Feeds", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2025-11-30", diff --git a/src/content/resources/link-token-contracts.mdx b/src/content/resources/link-token-contracts.mdx index b142754fb2c..f6a39f47120 100644 --- a/src/content/resources/link-token-contracts.mdx +++ b/src/content/resources/link-token-contracts.mdx @@ -838,6 +838,28 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http | Symbol | LINK | | Decimals | 18 | +## Jovay + +### Jovay Mainnet + +| Parameter | Value | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `5734951` | +| Address |
| +| Name | Chainlink Token on Jovay Mainnet | +| Symbol | LINK | +| Decimals | 18 | + +### Jovay Sepolia Testnet + +| Parameter | Value | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `2019775` | +| Address |
| +| Name | Chainlink Token on Jovay Sepolia Testnet | +| Symbol | LINK | +| Decimals | 18 | + ## Kaia ### Kaia Mainnet @@ -1225,6 +1247,18 @@ MOVR is used to pay transaction fees on Moonriver Mainnet. | Decimals | 18 | | Network status | [moonscan.freshstatus.io](https://moonscan.freshstatus.io/) | +## Morph + +### Morph Mainnet + +| Parameter | Value | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `2818` | +| Address |
| +| Name | Chainlink Token on Morph Mainnet | +| Symbol | LINK | +| Decimals | 18 | + ## Neo X ### Neo X Mainnet @@ -1660,6 +1694,18 @@ Testnet S is used to pay for transactions on Sonic Blaze testnet. | Symbol | LINK | | Decimals | 18 | +## Stable + +### Stable Mainnet + +| Parameter | Value | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `988` | +| Address |
| +| Name | Chainlink Token on Stable Mainnet | +| Symbol | LINK | +| Decimals | 18 | + ## Starknet ### Starknet Mainnet