File tree Expand file tree Collapse file tree 1 file changed +48
-9
lines changed
Expand file tree Collapse file tree 1 file changed +48
-9
lines changed Original file line number Diff line number Diff line change @@ -2452,15 +2452,54 @@ export default [
24522452 "World Chain" : "wc" ,
24532453 } ,
24542454 } ,
2455- // {
2456- // id: 96,
2457- // displayName: "Chainlink CCIP",
2458- // bridgeDbName: "ccip",
2459- // iconLink: "icons:ccip",
2460- // largeTxThreshold: 10000,
2461- // url: "https://ccip.chain.link/",
2462- // chains: ["Ethereum"],
2463- // },
2455+ {
2456+ id : 96 ,
2457+ displayName : "Chainlink CCIP" ,
2458+ bridgeDbName : "ccip" ,
2459+ iconLink : "icons:ccip" ,
2460+ largeTxThreshold : 10000 ,
2461+ url : "https://ccip.chain.link/" ,
2462+ chains : [
2463+ "Celo" ,
2464+ "Ethereum" ,
2465+ "BSC" ,
2466+ "Bitlayer" ,
2467+ "Base" ,
2468+ "FHE" ,
2469+ "Soneium" ,
2470+ "Astar" ,
2471+ "Berachain" ,
2472+ "Polygon" ,
2473+ "Avalanche" ,
2474+ "Arbitrum" ,
2475+ "Optimism" ,
2476+ "Ronin" ,
2477+ "Linea" ,
2478+ "Aptos" ,
2479+ "Shibarium" ,
2480+ "Sonic" ,
2481+ "Wemix" ,
2482+ "BSquared" ,
2483+ "Gnosis" ,
2484+ "BOB" ,
2485+ "Hyperliquid" ,
2486+ "Unichain" ,
2487+ "Katana" ,
2488+ "Mantle" ,
2489+ "World Chain" ,
2490+ "Plume" ,
2491+ "ZKsync Era" ,
2492+ "Metis" ,
2493+ "Sei"
2494+ ] ,
2495+ chainMapping : {
2496+ "World Chain" : "wc" ,
2497+ "ZKsync Era" : "era" ,
2498+ bsquared : "b2-mainnet" ,
2499+ gnosis : "xdai" ,
2500+ avalanche : "avax" ,
2501+ } ,
2502+ } ,
24642503 {
24652504 id : 97 ,
24662505 displayName : "Agglayer" ,
You can’t perform that action at this time.
0 commit comments