diff --git a/public/assets/chains/edge.svg b/public/assets/chains/edge.svg
new file mode 100644
index 00000000000..34bd3e50cac
--- /dev/null
+++ b/public/assets/chains/edge.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/changelog.json b/public/changelog.json
index e7d1b7f948d..70b78989bd2 100644
--- a/public/changelog.json
+++ b/public/changelog.json
@@ -104,6 +104,10 @@
"displayName": "DogeOS",
"iconUrl": "https://docs.chain.link/assets/chains/dogeos.svg"
},
+ "edge": {
+ "displayName": "Edge",
+ "iconUrl": "https://docs.chain.link/assets/chains/edge.svg"
+ },
"ethereum": {
"displayName": "Ethereum",
"iconUrl": "https://docs.chain.link/assets/chains/ethereum.svg"
@@ -390,6 +394,46 @@
}
},
"data": [
+ {
+ "category": "integration",
+ "date": "2026-03-06",
+ "description": "Chainlink CCIP expands support to new networks:",
+ "newNetworks": [
+ {
+ "displayName": "ADI Network Mainnet",
+ "network": "adi-network",
+ "url": "https://docs.chain.link/ccip/directory/mainnet/chain/adi-network-mainnet"
+ },
+ {
+ "displayName": "Edge Mainnet",
+ "network": "edge-mainnet",
+ "url": "https://docs.chain.link/ccip/directory/mainnet/chain/edge-mainnet"
+ },
+ {
+ "displayName": "Edge Testnet",
+ "network": "edge-testnet",
+ "url": "https://docs.chain.link/ccip/directory/testnet/chain/edge-testnet"
+ }
+ ],
+ "relatedNetworks": ["adi-network", "edge"],
+ "title": "CCIP on ADI Network Mainnet, Edge Mainnet and Edge Testnet",
+ "topic": "CCIP"
+ },
+ {
+ "category": "integration",
+ "date": "2026-03-06",
+ "description": "Newly supported tokens: ZYPTO",
+ "relatedTokens": [
+ {
+ "assetName": "ZYPTO",
+ "baseAsset": "ZYPTO",
+ "url": "https://docs.chain.link/ccip/directory/mainnet/token/ZYPTO",
+ "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/zypto.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
+ }
+ ],
+ "title": "Cross-chain token (CCT) standard: Added support for new tokens",
+ "topic": "CCIP"
+ },
{
"category": "release",
"date": "2026-03-05",
diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts
index da66e786d49..5e12a4df3f6 100644
--- a/src/components/QuickLinks/data/productChainLinks.ts
+++ b/src/components/QuickLinks/data/productChainLinks.ts
@@ -295,6 +295,7 @@ export const productChainLinks: ProductChainLinks = {
cronos: "/resources/link-token-contracts#cronos",
cronoszkevm: "/resources/link-token-contracts#cronos-zkevm",
dogeos: "/resources/link-token-contracts#dogeos",
+ edge: "/resources/link-token-contracts#edge",
etherlink: "/resources/link-token-contracts#etherlink",
ethereum: "/resources/link-token-contracts#ethereum",
everclear: "/resources/link-token-contracts#everclear",
@@ -452,4 +453,5 @@ export const chainNames: Record = {
"adi-network": "ADI Network",
arc: "Arc Network",
dogeos: "DogeOS",
+ edge: "Edge",
}
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 d37f0d70f23..be24df9c878 100644
--- a/src/config/data/ccip/v1_2_0/mainnet/chains.json
+++ b/src/config/data/ccip/v1_2_0/mainnet/chains.json
@@ -59,6 +59,26 @@
"version": "1.5.0"
}
},
+ "adi-mainnet": {
+ "armProxy": {
+ "address": "0x61b7492A40AE4c403629703a38d24851CAA1e7E4",
+ "version": "1.0.0"
+ },
+ "chainSelector": "4059281736450291836",
+ "feeTokens": ["LINK", "WADI"],
+ "registryModule": {
+ "address": "0x6525923279256B8a86c1C01cF5955eB00C39B048",
+ "version": "1.6.0"
+ },
+ "router": {
+ "address": "0x010771998A1F4736BD844939d0bf01ac5cA0f8fa",
+ "version": "1.2.0"
+ },
+ "tokenAdminRegistry": {
+ "address": "0x5fA6f142EAC511DF12325776386AB92B0F4D1eba",
+ "version": "1.5.0"
+ }
+ },
"apechain-mainnet": {
"armProxy": {
"address": "0x768a1a3B321126A8B214d7376D48465C7f6Fa061",
@@ -450,6 +470,26 @@
"version": "1.5.0"
}
},
+ "edge-mainnet": {
+ "armProxy": {
+ "address": "0xBF38331E34ef7f248020611bB31Be0576D06413D",
+ "version": "1.0.0"
+ },
+ "chainSelector": "6325494908023253251",
+ "feeTokens": ["LINK", "WETH"],
+ "registryModule": {
+ "address": "0x91339eb99C4c2Be9A071203DD99E014A3189FD29",
+ "version": "1.6.0"
+ },
+ "router": {
+ "address": "0x0aA145a62153190B8f0D3cA00c441e451529f755",
+ "version": "1.2.0"
+ },
+ "tokenAdminRegistry": {
+ "address": "0x051665f2455116e929b9972c36d23070F5054Ce0",
+ "version": "1.5.0"
+ }
+ },
"ethereum-mainnet-andromeda-1": {
"armProxy": {
"address": "0xd99cc1d64027E07Cd2AaE871E16bb32b8F401998",
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 f43c15541ad..468c9e86c7c 100644
--- a/src/config/data/ccip/v1_2_0/mainnet/lanes.json
+++ b/src/config/data/ccip/v1_2_0/mainnet/lanes.json
@@ -302,6 +302,35 @@
}
}
},
+ "adi-mainnet": {
+ "mainnet": {
+ "offRamp": {
+ "address": "0x7f0252830b6946152152c37bD0d02Dd5158d9D71",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0xabd3F7722C178e42DB20065f063B1e758B19FDB6",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ },
+ "supportedTokens": {
+ "LINK": {
+ "rateLimiterConfig": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
"apechain-mainnet": {
"ethereum-mainnet-arbitrum-1": {
"offRamp": {
@@ -8811,6 +8840,35 @@
}
}
},
+ "edge-mainnet": {
+ "mainnet": {
+ "offRamp": {
+ "address": "0xb0B4b5847E35033766d5B49CD9C0fC40F459321F",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0xa132F089492CcE5f1D79483a9e4552f37266ed01",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ },
+ "supportedTokens": {
+ "LINK": {
+ "rateLimiterConfig": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
+ }
+ }
+ }
+ },
"ethereum-mainnet-andromeda-1": {
"ethereum-mainnet-arbitrum-1": {
"offRamp": {
@@ -15928,6 +15986,20 @@
"rate": "5787000000000000000"
}
}
+ },
+ "ZYPTO": {
+ "rateLimiterConfig": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
}
}
},
@@ -23487,6 +23559,33 @@
}
}
},
+ "adi-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"
+ }
+ }
+ }
+ }
+ },
"apechain-mainnet": {
"offRamp": {
"address": "0x7115F0fB22e0A85133C06b50aDc3B90b335ea175",
@@ -25598,6 +25697,33 @@
"version": "1.5.0"
}
},
+ "edge-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"
+ }
+ }
+ }
+ }
+ },
"ethereum-mainnet-andromeda-1": {
"offRamp": {
"address": "0x330349112e13232131Da51f9f3b153d825f65e61",
@@ -27832,6 +27958,20 @@
"rate": "5787000000000000000"
}
}
+ },
+ "ZYPTO": {
+ "rateLimiterConfig": {
+ "in": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ },
+ "out": {
+ "capacity": "0",
+ "isEnabled": false,
+ "rate": "0"
+ }
+ }
}
}
},
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 edaf2b1d979..7c6dbaa00e7 100644
--- a/src/config/data/ccip/v1_2_0/mainnet/tokens.json
+++ b/src/config/data/ccip/v1_2_0/mainnet/tokens.json
@@ -2704,6 +2704,15 @@
"symbol": "LINK",
"tokenAddress": "0x2Ea38D6cDb6774992d4A62fe622f4405663729Dd"
},
+ "adi-mainnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "ChainLink Token",
+ "poolAddress": "0xE939C02E92e9E66d1F0D8E4F099E7d3d269a8a11",
+ "poolType": "burnMint",
+ "symbol": "LINK",
+ "tokenAddress": "0x76a443768A5e3B8d1AED0105FC250877841Deb40"
+ },
"apechain-mainnet": {
"allowListEnabled": false,
"decimals": 18,
@@ -2842,6 +2851,15 @@
"symbol": "LINK",
"tokenAddress": "0x61170ca9fB9cF98d4c7d684e07be6D969D59667E"
},
+ "edge-mainnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "ChainLink Token",
+ "poolAddress": "0x8e2f5e915687919691c591C552F3ea37EDE499aa",
+ "poolType": "burnMint",
+ "symbol": "LINK",
+ "tokenAddress": "0x76a443768A5e3B8d1AED0105FC250877841Deb40"
+ },
"ethereum-mainnet-andromeda-1": {
"allowListEnabled": false,
"decimals": 18,
@@ -7228,6 +7246,16 @@
"tokenAddress": "0x51dA03503FBBA94B9d0D88C15690D840F02F15F4"
}
},
+ "WADI": {
+ "adi-mainnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "Wrapped ADI",
+ "poolType": "feeTokenOnly",
+ "symbol": "WADI",
+ "tokenAddress": "0xBa7A1DA3d3C9F9bE5A1A56d25014932C9166D09C"
+ }
+ },
"WAPE": {
"apechain-mainnet": {
"allowListEnabled": false,
@@ -7463,6 +7491,14 @@
"symbol": "WETH",
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
+ "edge-mainnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "WETH",
+ "poolType": "feeTokenOnly",
+ "symbol": "WETH",
+ "tokenAddress": "0xBf10e3Dd6D1303310D3bf4567595091758827bc5"
+ },
"ethereum-mainnet-arbitrum-1": {
"allowListEnabled": false,
"decimals": 18,
@@ -9242,5 +9278,25 @@
"symbol": "zunUSD",
"tokenAddress": "0x8C0D76C9B18779665475F3E212D9Ca1Ed6A1A0e6"
}
+ },
+ "ZYPTO": {
+ "ethereum-mainnet-base-1": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "Zypto Token",
+ "poolAddress": "0x307933Cf4b8dA967A35bb8470D473b108F1b588E",
+ "poolType": "burnMint",
+ "symbol": "ZYPTO",
+ "tokenAddress": "0xdE184C7228430CCa03A4A5792234A6fc99728EF1"
+ },
+ "mainnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "Zypto Token",
+ "poolAddress": "0x7F8189A226093f76AEc663C9C5bf8EEA9Ad0CB71",
+ "poolType": "lockRelease",
+ "symbol": "ZYPTO",
+ "tokenAddress": "0x7A65CB87F596Caf31a4932f074c59c0592bE77D7"
+ }
}
}
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 3ecd3a2362b..35cd713f839 100644
--- a/src/config/data/ccip/v1_2_0/testnet/chains.json
+++ b/src/config/data/ccip/v1_2_0/testnet/chains.json
@@ -414,6 +414,26 @@
"version": "1.5.0"
}
},
+ "edge-testnet": {
+ "armProxy": {
+ "address": "0x0ED0EEb9b71778C2b826f37D35c4Be91D2741F33",
+ "version": "1.0.0"
+ },
+ "chainSelector": "13222148116102326311",
+ "feeTokens": ["LINK", "WETH"],
+ "registryModule": {
+ "address": "0xD19CFe54f26679a0C9dd7766AA8ac374b9c2Ac6b",
+ "version": "1.6.0"
+ },
+ "router": {
+ "address": "0x64c12A9Bfdb4DEB5F37A0eC4c5fae0405669612A",
+ "version": "1.2.0"
+ },
+ "tokenAdminRegistry": {
+ "address": "0x948cfD1C48C52a93D23Ace2CfB4D2abACc0Ada29",
+ "version": "1.5.0"
+ }
+ },
"ethereum-testnet-holesky-fraxtal-1": {
"armProxy": {
"address": "0x9496599d8C12955028E615B26D014c1387E771cb",
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 f202b582245..30d4897e15a 100644
--- a/src/config/data/ccip/v1_2_0/testnet/lanes.json
+++ b/src/config/data/ccip/v1_2_0/testnet/lanes.json
@@ -1402,6 +1402,19 @@
}
}
},
+ "edge-testnet": {
+ "ethereum-testnet-sepolia": {
+ "offRamp": {
+ "address": "0x66Ff6B85daF4df0413d534B476ddCB5BEa5c2E0C",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x5D445DF89674096B6A138565cAE955FF816f352D",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ }
+ },
"ethereum-testnet-holesky-fraxtal-1": {
"ethereum-testnet-sepolia": {
"offRamp": {
@@ -1982,6 +1995,17 @@
}
}
},
+ "edge-testnet": {
+ "offRamp": {
+ "address": "0x0820f975ce90EE5c508657F0C58b71D1fcc85cE0",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x23a5084Fa78104F3DF11C63Ae59fcac4f6AD9DeE",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ },
"ethereum-testnet-holesky-fraxtal-1": {
"offRamp": {
"address": "0x5F1cC8907BE00716Fa0ACE019f5d90239403b83C",
@@ -3897,6 +3921,17 @@
"version": "1.5.0"
}
},
+ "plasma-testnet": {
+ "offRamp": {
+ "address": "0xF4EbCC2c077d3939434C7Ab0572660c5A45e4df5",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x28A025d34c830BF212f5D2357C8DcAB32dD92A20",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ },
"polygon-testnet-amoy": {
"offRamp": {
"address": "0xB6C02E529D90B55fe64fbC27df6ad7890339A13f",
@@ -4455,6 +4490,17 @@
"version": "1.6.0"
}
},
+ "plasma-testnet": {
+ "offRamp": {
+ "address": "0xF4EbCC2c077d3939434C7Ab0572660c5A45e4df5",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x28A025d34c830BF212f5D2357C8DcAB32dD92A20",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ },
"polygon-testnet-amoy": {
"offRamp": {
"address": "0x9D20eF141F921048d7A4202A55711c65d316B85b",
@@ -6164,6 +6210,28 @@
}
}
},
+ "ethereum-testnet-sepolia-arbitrum-1": {
+ "offRamp": {
+ "address": "0xFA5F1e092dE0907EE761fad89184B8E8AcC9089D",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x1f5EF38782b6B7C6DE489406b8EE504e46F05a18",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ },
+ "ethereum-testnet-sepolia-base-1": {
+ "offRamp": {
+ "address": "0xFA5F1e092dE0907EE761fad89184B8E8AcC9089D",
+ "version": "1.6.0"
+ },
+ "onRamp": {
+ "address": "0x1f5EF38782b6B7C6DE489406b8EE504e46F05a18",
+ "enforceOutOfOrder": false,
+ "version": "1.6.0"
+ }
+ },
"ink-testnet-sepolia": {
"offRamp": {
"address": "0xFA5F1e092dE0907EE761fad89184B8E8AcC9089D",
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 049cc1870da..b05df35a746 100644
--- a/src/config/data/ccip/v1_2_0/testnet/tokens.json
+++ b/src/config/data/ccip/v1_2_0/testnet/tokens.json
@@ -789,6 +789,14 @@
"symbol": "LINK",
"tokenAddress": "0xe5e3a4fF1773d043a387b16Ceb3c91cC49bAFD54"
},
+ "edge-testnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "ChainLink Token",
+ "poolType": "feeTokenOnly",
+ "symbol": "LINK",
+ "tokenAddress": "0xD610B8f58689de7755947C05342A2DFaC30ebD57"
+ },
"ethereum-testnet-holesky-fraxtal-1": {
"allowListEnabled": false,
"decimals": 18,
@@ -1575,6 +1583,14 @@
"symbol": "WETH",
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
+ "edge-testnet": {
+ "allowListEnabled": false,
+ "decimals": 18,
+ "name": "WETH",
+ "poolType": "feeTokenOnly",
+ "symbol": "WETH",
+ "tokenAddress": "0x348fc2Dd7648a398DA276751bdd50E08c31f4F72"
+ },
"ethereum-testnet-holesky-taiko-1": {
"allowListEnabled": false,
"decimals": 18,
diff --git a/src/config/data/chain-to-technology.json b/src/config/data/chain-to-technology.json
index a96f28a0ec1..c3f91f45c44 100644
--- a/src/config/data/chain-to-technology.json
+++ b/src/config/data/chain-to-technology.json
@@ -170,5 +170,8 @@
"TEMPO_TESTNET": "TEMPO",
"ARC_NETWORK_TESTNET": "ARC_NETWORK",
"DOGE_OS_CHIKYU_TESTNET": "DOGE_OS",
- "ADI_NETWORK_AB_TESTNET": "ADI_NETWORK"
+ "ADI_NETWORK_AB_TESTNET": "ADI_NETWORK",
+ "ADI_NETWORK_MAINNET": "ADI_NETWORK",
+ "EDGE_MAINNET": "EDGE",
+ "EDGE_TESTNET": "EDGE"
}
diff --git a/src/config/data/chains.json b/src/config/data/chains.json
index a899727edd0..db5de992bf7 100644
--- a/src/config/data/chains.json
+++ b/src/config/data/chains.json
@@ -2717,6 +2717,49 @@
"symbol": "ADI",
"decimals": 18
}
+ },
+ "ADI_NETWORK_MAINNET": {
+ "chainId": 36900,
+ "title": "ADI Network",
+ "explorer": {
+ "baseUrl": "https://explorer.adifoundation.ai"
+ },
+ "nativeCurrency": {
+ "name": "ADI",
+ "symbol": "ADI",
+ "decimals": 18
+ }
+ }
+ }
+ },
+ "EDGE": {
+ "title": "Edge",
+ "icon": "/assets/chains/edge.svg",
+ "chainType": "evm",
+ "chains": {
+ "EDGE_MAINNET": {
+ "chainId": 3343,
+ "title": "Edge",
+ "explorer": {
+ "baseUrl": "https://edge-mainnet.explorer.alchemy.com"
+ },
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ }
+ },
+ "EDGE_TESTNET": {
+ "chainId": 33431,
+ "title": "Edge Testnet",
+ "explorer": {
+ "baseUrl": "https://edge-testnet.explorer.alchemy.com/"
+ },
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ }
}
}
}
diff --git a/src/config/types.ts b/src/config/types.ts
index f50fdff1a48..f92ac014e96 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -83,6 +83,7 @@ export type SupportedTechnology =
| "ARC_NETWORK"
| "DOGE_OS"
| "ADI_NETWORK"
+ | "EDGE"
export type ChainType = "evm" | "solana" | "aptos" | "sui" | "canton" | "ton" | "tron" | "stellar" | "starknet"
@@ -261,6 +262,9 @@ export type SupportedChain =
| "ARC_NETWORK_TESTNET"
| "DOGE_OS_CHIKYU_TESTNET"
| "ADI_NETWORK_AB_TESTNET"
+ | "ADI_NETWORK_MAINNET"
+ | "EDGE_MAINNET"
+ | "EDGE_TESTNET"
export type ExplorerInfo = {
baseUrl: string
diff --git a/src/config/web3Providers.ts b/src/config/web3Providers.ts
index e33ec901b49..468ecb0bd9b 100644
--- a/src/config/web3Providers.ts
+++ b/src/config/web3Providers.ts
@@ -177,6 +177,9 @@ export const chainToProvider: Record Provider> = {
ARC_NETWORK_TESTNET: () => new JsonRpcProvider("https://rpc.testnet.arc.network"),
DOGE_OS_CHIKYU_TESTNET: () => new JsonRpcProvider("https://rpc.testnet.dogeos.com/"),
ADI_NETWORK_AB_TESTNET: () => new JsonRpcProvider("https://rpc.ab.testnet.adifoundation.ai/"),
+ ADI_NETWORK_MAINNET: () => new JsonRpcProvider("https://rpc.adifoundation.ai"),
+ EDGE_TESTNET: () => new JsonRpcProvider("https://edge-testnet.g.alchemy.com/public"),
+ EDGE_MAINNET: () => new JsonRpcProvider("https://edge-mainnet.g.alchemy.com/public"),
}
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 586a28d1802..c5a8e05f6da 100644
--- a/src/content/resources/link-token-contracts.mdx
+++ b/src/content/resources/link-token-contracts.mdx
@@ -77,6 +77,16 @@ To use Chainlink services on a given blockchain, it is necessary to use LINK tok
##
ADI Network
+### ADI Network Mainnet
+
+| Parameter | Value |
+| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Chain ID | `36900` |
+| Address | |
+| Name | Chainlink Token on ADI Network Mainnet |
+| Symbol | LINK |
+| Decimals | 18 |
+
### ADI Network AB Testnet
| Parameter | Value |
@@ -571,6 +581,28 @@ Testnet Native and LINK is available at [faucets.chain.link/corn-testnet](https:
| Symbol | LINK |
| Decimals | 18 |
+##
Edge
+
+### Edge Mainnet
+
+| Parameter | Value |
+| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Chain ID | `3343` |
+| Address | |
+| Name | Chainlink Token on Edge Mainnet |
+| Symbol | LINK |
+| Decimals | 18 |
+
+### Edge Testnet
+
+| Parameter | Value |
+| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Chain ID | `33431` |
+| Address | |
+| Name | Chainlink Token on Edge Testnet |
+| Symbol | LINK |
+| Decimals | 18 |
+
##
Ethereum
### Ethereum Mainnet
diff --git a/src/features/utils/index.ts b/src/features/utils/index.ts
index 792bbc2f6d7..f69b9bd186c 100644
--- a/src/features/utils/index.ts
+++ b/src/features/utils/index.ts
@@ -559,6 +559,12 @@ export const directoryToSupportedChain = (chainInRdd: string): SupportedChain =>
return "DOGE_OS_CHIKYU_TESTNET"
case "adi-testnet":
return "ADI_NETWORK_AB_TESTNET"
+ case "adi-mainnet":
+ return "ADI_NETWORK_MAINNET"
+ case "edge-testnet":
+ return "EDGE_TESTNET"
+ case "edge-mainnet":
+ return "EDGE_MAINNET"
default:
throw Error(`Chain not found ${chainInRdd}`)
}
@@ -898,6 +904,12 @@ export const supportedChainToChainInRdd = (supportedChain: SupportedChain): stri
return "dogeos-testnet-chikyu"
case "ADI_NETWORK_AB_TESTNET":
return "adi-testnet"
+ case "ADI_NETWORK_MAINNET":
+ return "adi-mainnet"
+ case "EDGE_TESTNET":
+ return "edge-testnet"
+ case "EDGE_MAINNET":
+ return "edge-mainnet"
default:
throw Error(`Chain not found ${supportedChain}`)
}
diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json
index d9929311230..71b3513248d 100644
--- a/src/scripts/reference/chains.json
+++ b/src/scripts/reference/chains.json
@@ -1453,6 +1453,20 @@
],
"parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.morphl2.io/" }] }
},
+ {
+ "name": "Edge",
+ "chain": "ETH",
+ "rpc": ["https://edge-mainnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
+ "infoURL": "https://www.edgex.exchange",
+ "shortName": "edge",
+ "chainId": 3343,
+ "networkId": 3343,
+ "explorers": [
+ { "name": "Alchemy Explorer", "url": "https://edge-mainnet.explorer.alchemy.com", "standard": "EIP3091" }
+ ]
+ },
{
"name": "Botanix Testnet",
"chain": "BOTANIX",
@@ -1910,6 +1924,20 @@
"icon": "apechain",
"explorers": [{ "name": "ApeChain Explorer", "url": "https://apescan.io", "standard": "EIP3091" }]
},
+ {
+ "name": "Edge Testnet",
+ "chain": "ETH",
+ "rpc": ["https://edge-testnet.g.alchemy.com/public"],
+ "faucets": [],
+ "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
+ "infoURL": "https://www.edgex.exchange",
+ "shortName": "edge-testnet",
+ "chainId": 33431,
+ "networkId": 33431,
+ "explorers": [
+ { "name": "Alchemy Explorer", "url": "https://edge-testnet.explorer.alchemy.com", "standard": "EIP3091" }
+ ]
+ },
{
"name": "Mode",
"chain": "ETH",
@@ -1938,6 +1966,19 @@
"networkId": 36888,
"explorers": [{ "name": "AB Core", "url": "https://explorer.core.ab.org/", "standard": "none" }]
},
+ {
+ "name": "ADI Network",
+ "chain": "ADI",
+ "icon": "adi",
+ "rpc": ["https://rpc.adifoundation.ai"],
+ "faucets": [],
+ "nativeCurrency": { "name": "ADI", "symbol": "ADI", "decimals": 18 },
+ "infoURL": "https://adifoundation.ai",
+ "shortName": "adi",
+ "chainId": 36900,
+ "networkId": 36900,
+ "explorers": [{ "name": "ADI Explorer", "url": "https://explorer.adifoundation.ai", "standard": "EIP3091" }]
+ },
{
"name": "Lens Sepolia Testnet",
"chain": "Lens",
diff --git a/src/scripts/reference/linkNameSymbol.json b/src/scripts/reference/linkNameSymbol.json
index 309aa60d010..dcdeffe60e5 100644
--- a/src/scripts/reference/linkNameSymbol.json
+++ b/src/scripts/reference/linkNameSymbol.json
@@ -679,5 +679,17 @@
"99999": {
"name": "ChainLink Token",
"symbol": "LINK"
+ },
+ "36900": {
+ "name": "ChainLink Token",
+ "symbol": "LINK"
+ },
+ "33431": {
+ "name": "ChainLink Token",
+ "symbol": "LINK"
+ },
+ "3343": {
+ "name": "ChainLink Token",
+ "symbol": "LINK"
}
}