diff --git a/src/config/data/chains.json b/src/config/data/chains.json index e1727f33f00..35aca7b561c 100644 --- a/src/config/data/chains.json +++ b/src/config/data/chains.json @@ -68,7 +68,7 @@ "POLYGON_AMOY": { "chainId": 80002, "title": "Amoy testnet", - "explorer": "https://www.oklink.com/amoy", + "explorer": "https://amoy.polygonscan.com/", "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", diff --git a/src/content/resources/link-token-contracts.mdx b/src/content/resources/link-token-contracts.mdx index c9d3af79f7c..7dfdc986d87 100644 --- a/src/content/resources/link-token-contracts.mdx +++ b/src/content/resources/link-token-contracts.mdx @@ -120,14 +120,14 @@ Watch the [Moving Chainlink Cross-Chains](https://www.youtube.com/watch?v=WKvIGk Testnet MATIC is used to pay for transactions on Polygon Amoy. -| Parameter | Value | -| :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Chain ID | `80002` | -| Address |
| -| Name | Chainlink Token | -| Symbol | LINK | -| Decimals | 18 | -| Network status | [polygonscan.freshstatus.io](https://polygonscan.freshstatus.io) | +| Parameter | Value | +| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Chain ID | `80002` | +| Address | | +| Name | Chainlink Token | +| Symbol | LINK | +| Decimals | 18 | +| Network status | [polygonscan.freshstatus.io](https://polygonscan.freshstatus.io) | ## Gnosis Chain (xDai) diff --git a/src/features/data/chains.ts b/src/features/data/chains.ts index eee910ed832..43c7c309202 100644 --- a/src/features/data/chains.ts +++ b/src/features/data/chains.ts @@ -102,7 +102,7 @@ export const CHAINS: Chain[] = [ }, { name: "Amoy Testnet", - explorerUrl: "https://www.oklink.com/amoy/address/%s", + explorerUrl: "https://amoy.polygonscan.com/address/%s", networkType: "testnet", rddUrl: "https://reference-data-directory.vercel.app/feeds-polygon-testnet-amoy.json", queryString: "polygon-amoy", diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json index 6edc9e0f5b5..6eb3a5184de 100644 --- a/src/scripts/reference/chains.json +++ b/src/scripts/reference/chains.json @@ -22,19 +22,46 @@ "https://eth.drpc.org", "wss://eth.drpc.org" ], - "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://ethereum.org", "shortName": "eth", "chainId": 1, "networkId": 1, "slip44": 60, - "ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, + "ens": { + "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" + }, "explorers": [ - { "name": "etherscan", "url": "https://etherscan.io", "standard": "EIP3091" }, - { "name": "blockscout", "url": "https://eth.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://ethereum.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "etherscan", + "url": "https://etherscan.io", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://eth.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://ethereum.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -50,15 +77,33 @@ "wss://optimism.drpc.org" ], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://optimism.io", "shortName": "oeth", "chainId": 10, "networkId": 10, "explorers": [ - { "name": "etherscan", "url": "https://optimistic.etherscan.io", "standard": "EIP3091" }, - { "name": "blockscout", "url": "https://optimism.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://optimism.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "etherscan", + "url": "https://optimistic.etherscan.io", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://optimism.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://optimism.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -82,15 +127,28 @@ "wss://bsc-ws-node.nariox.org" ], "faucets": [], - "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "BNB", "decimals": 18 }, + "nativeCurrency": { + "name": "BNB Chain Native Token", + "symbol": "BNB", + "decimals": 18 + }, "infoURL": "https://www.bnbchain.org/en", "shortName": "bnb", "chainId": 56, "networkId": 56, "slip44": 714, "explorers": [ - { "name": "bscscan", "url": "https://bscscan.com", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://bnb.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "bscscan", + "url": "https://bscscan.com", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://bnb.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -107,13 +165,23 @@ "wss://bsc-testnet-rpc.publicnode.com" ], "faucets": ["https://testnet.bnbchain.org/faucet-smart"], - "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "tBNB", "decimals": 18 }, + "nativeCurrency": { + "name": "BNB Chain Native Token", + "symbol": "tBNB", + "decimals": 18 + }, "infoURL": "https://www.bnbchain.org/en", "shortName": "bnbt", "chainId": 97, "networkId": 97, "slip44": 1, - "explorers": [{ "name": "bscscan-testnet", "url": "https://testnet.bscscan.com", "standard": "EIP3091" }] + "explorers": [ + { + "name": "bscscan-testnet", + "url": "https://testnet.bscscan.com", + "standard": "EIP3091" + } + ] }, { "name": "Gnosis", @@ -138,16 +206,34 @@ "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai" ], - "nativeCurrency": { "name": "xDAI", "symbol": "XDAI", "decimals": 18 }, + "nativeCurrency": { + "name": "xDAI", + "symbol": "XDAI", + "decimals": 18 + }, "infoURL": "https://docs.gnosischain.com", "shortName": "gno", "chainId": 100, "networkId": 100, "slip44": 700, "explorers": [ - { "name": "gnosisscan", "url": "https://gnosisscan.io", "standard": "EIP3091" }, - { "name": "blockscout", "url": "https://gnosis.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://gnosis.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "gnosisscan", + "url": "https://gnosisscan.io", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://gnosis.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://gnosis.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -169,15 +255,28 @@ "wss://polygon.drpc.org" ], "faucets": [], - "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, + "nativeCurrency": { + "name": "MATIC", + "symbol": "MATIC", + "decimals": 18 + }, "infoURL": "https://polygon.technology/", "shortName": "matic", "chainId": 137, "networkId": 137, "slip44": 966, "explorers": [ - { "name": "polygonscan", "url": "https://polygonscan.com", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://polygon.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "polygonscan", + "url": "https://polygonscan.com", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://polygon.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -191,15 +290,29 @@ "wss://fantom.drpc.org" ], "faucets": [], - "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, + "nativeCurrency": { + "name": "Fantom", + "symbol": "FTM", + "decimals": 18 + }, "infoURL": "https://fantom.foundation", "shortName": "ftm", "chainId": 250, "networkId": 250, "icon": "fantom", "explorers": [ - { "name": "ftmscan", "url": "https://ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://fantom.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "ftmscan", + "url": "https://ftmscan.com", + "icon": "ftmscan", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://fantom.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ] }, { @@ -207,23 +320,44 @@ "chain": "ETH", "rpc": ["https://api.kroma.network"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://kroma.network", "icon": "kroma", "shortName": "kroma", "chainId": 255, "networkId": 255, "explorers": [ - { "name": "blockscout", "url": "https://blockscout.kroma.network", "icon": "blockscout", "standard": "EIP3091" } + { + "name": "blockscout", + "url": "https://blockscout.kroma.network", + "icon": "blockscout", + "standard": "EIP3091" + } ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://kroma.network/bridge" }] } + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://kroma.network/bridge" + } + ] + } }, { "name": "zkSync Sepolia Testnet", "chain": "ETH", "rpc": ["https://sepolia.era.zksync.dev", "https://zksync-sepolia.drpc.org", "wss://zksync-sepolia.drpc.org"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://zksync.io/", "shortName": "zksync-sepolia", "chainId": 300, @@ -238,7 +372,15 @@ "standard": "EIP3091" } ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zksync.io/" }] }, + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.zksync.io/" + } + ] + }, "redFlags": ["reusedChainId"] }, { @@ -246,7 +388,11 @@ "chain": "ETH", "rpc": ["https://mainnet.era.zksync.io", "https://zksync.drpc.org", "wss://zksync.drpc.org"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://zksync.io/", "shortName": "zksync", "chainId": 324, @@ -260,20 +406,46 @@ "standard": "EIP3091" } ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zksync.io/" }] } + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.zksync.io/" + } + ] + } }, { "name": "Metis Andromeda Mainnet", "chain": "ETH", "rpc": ["https://andromeda.metis.io/?owner=1088", "https://metis.drpc.org", "wss://metis.drpc.org"], "faucets": [], - "nativeCurrency": { "name": "Metis", "symbol": "METIS", "decimals": 18 }, + "nativeCurrency": { + "name": "Metis", + "symbol": "METIS", + "decimals": 18 + }, "infoURL": "https://www.metis.io", "shortName": "metis-andromeda", "chainId": 1088, "networkId": 1088, - "explorers": [{ "name": "blockscout", "url": "https://andromeda-explorer.metis.io", "standard": "EIP3091" }], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.metis.io" }] } + "explorers": [ + { + "name": "blockscout", + "url": "https://andromeda-explorer.metis.io", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.metis.io" + } + ] + } }, { "name": "Polygon zkEVM", @@ -281,42 +453,77 @@ "chain": "Polygon", "rpc": ["https://zkevm-rpc.com", "https://polygon-zkevm.drpc.org", "wss://polygon-zkevm.drpc.org"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://polygon.technology/polygon-zkevm", "shortName": "zkevm", "chainId": 1101, "networkId": 1101, "icon": "zkevm", "explorers": [ - { "name": "blockscout", "url": "https://zkevm.polygonscan.com", "icon": "zkevm", "standard": "EIP3091" } + { + "name": "blockscout", + "url": "https://zkevm.polygonscan.com", + "icon": "zkevm", + "standard": "EIP3091" + } ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zkevm-rpc.com" }] } + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.zkevm-rpc.com" + } + ] + } }, { "name": "WEMIX3.0 Mainnet", "chain": "WEMIX", "rpc": ["https://api.wemix.com", "wss://ws.wemix.com"], "faucets": [], - "nativeCurrency": { "name": "WEMIX", "symbol": "WEMIX", "decimals": 18 }, + "nativeCurrency": { + "name": "WEMIX", + "symbol": "WEMIX", + "decimals": 18 + }, "infoURL": "https://wemix.com", "shortName": "wemix", "chainId": 1111, "networkId": 1111, - "explorers": [{ "name": "WEMIX Block Explorer", "url": "https://explorer.wemix.com", "standard": "EIP3091" }] + "explorers": [ + { + "name": "WEMIX Block Explorer", + "url": "https://explorer.wemix.com", + "standard": "EIP3091" + } + ] }, { "name": "WEMIX3.0 Testnet", "chain": "TWEMIX", "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"], "faucets": ["https://wallet.test.wemix.com/faucet"], - "nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", "decimals": 18 }, + "nativeCurrency": { + "name": "TestnetWEMIX", + "symbol": "tWEMIX", + "decimals": 18 + }, "infoURL": "https://wemix.com", "shortName": "twemix", "chainId": 1112, "networkId": 1112, "slip44": 1, "explorers": [ - { "name": "WEMIX Testnet Microscope", "url": "https://microscope.test.wemix.com", "standard": "EIP3091" } + { + "name": "WEMIX Testnet Microscope", + "url": "https://microscope.test.wemix.com", + "standard": "EIP3091" + } ] }, { @@ -331,12 +538,22 @@ "wss://moonbeam.drpc.org" ], "faucets": [], - "nativeCurrency": { "name": "Glimmer", "symbol": "GLMR", "decimals": 18 }, + "nativeCurrency": { + "name": "Glimmer", + "symbol": "GLMR", + "decimals": 18 + }, "infoURL": "https://moonbeam.network/networks/moonbeam/", "shortName": "mbeam", "chainId": 1284, "networkId": 1284, - "explorers": [{ "name": "moonscan", "url": "https://moonbeam.moonscan.io", "standard": "none" }] + "explorers": [ + { + "name": "moonscan", + "url": "https://moonbeam.moonscan.io", + "standard": "none" + } + ] }, { "name": "Moonriver", @@ -350,12 +567,22 @@ "wss://moonriver.drpc.org" ], "faucets": [], - "nativeCurrency": { "name": "Moonriver", "symbol": "MOVR", "decimals": 18 }, + "nativeCurrency": { + "name": "Moonriver", + "symbol": "MOVR", + "decimals": 18 + }, "infoURL": "https://moonbeam.network/networks/moonriver/", "shortName": "mriver", "chainId": 1285, "networkId": 1285, - "explorers": [{ "name": "moonscan", "url": "https://moonriver.moonscan.io", "standard": "none" }] + "explorers": [ + { + "name": "moonscan", + "url": "https://moonriver.moonscan.io", + "standard": "none" + } + ] }, { "name": "Kroma Sepolia", @@ -365,7 +592,11 @@ "chain": "ETH", "networkId": 2358, "slip44": 1, - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, "rpc": ["https://api.sepolia.kroma.network"], "faucets": [], "infoURL": "https://kroma.network", @@ -378,7 +609,15 @@ "standard": "EIP3091" } ], - "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://kroma.network/bridge" }] } + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://kroma.network/bridge" + } + ] + } }, { "name": "Polygon zkEVM Cardona Testnet", @@ -386,14 +625,32 @@ "chain": "Polygon", "rpc": ["https://rpc.cardona.zkevm-rpc.com"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://polygon.technology/polygon-zkevm", "shortName": "zkevm-testnet-cardona", "chainId": 2442, "networkId": 2442, "icon": "zkevm", - "explorers": [{ "name": "polygonscan", "url": "https://cardona-zkevm.polygonscan.com", "standard": "EIP3091" }], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge-ui.cardona.zkevm-rpc.com" }] } + "explorers": [ + { + "name": "polygonscan", + "url": "https://cardona-zkevm.polygonscan.com", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge-ui.cardona.zkevm-rpc.com" + } + ] + } }, { "name": "Fantom Testnet", @@ -406,14 +663,25 @@ "wss://fantom-testnet.drpc.org" ], "faucets": ["https://faucet.fantom.network"], - "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, + "nativeCurrency": { + "name": "Fantom", + "symbol": "FTM", + "decimals": 18 + }, "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet", "shortName": "tftm", "chainId": 4002, "networkId": 4002, "slip44": 1, "icon": "fantom", - "explorers": [{ "name": "ftmscan", "url": "https://testnet.ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" }] + "explorers": [ + { + "name": "ftmscan", + "url": "https://testnet.ftmscan.com", + "icon": "ftmscan", + "standard": "EIP3091" + } + ] }, { "name": "Base", @@ -427,16 +695,34 @@ "wss://base-rpc.publicnode.com" ], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://base.org", "shortName": "base", "chainId": 8453, "networkId": 8453, "icon": "base", "explorers": [ - { "name": "basescan", "url": "https://basescan.org", "standard": "none" }, - { "name": "basescout", "url": "https://base.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://base.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "basescan", + "url": "https://basescan.org", + "standard": "none" + }, + { + "name": "basescout", + "url": "https://base.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://base.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ], "status": "active" }, @@ -454,7 +740,11 @@ "wss://gnosis-chiado.drpc.org" ], "faucets": ["https://gnosisfaucet.com"], - "nativeCurrency": { "name": "Chiado xDAI", "symbol": "XDAI", "decimals": 18 }, + "nativeCurrency": { + "name": "Chiado xDAI", + "symbol": "XDAI", + "decimals": 18 + }, "infoURL": "https://docs.gnosischain.com", "shortName": "chi", "chainId": 10200, @@ -481,7 +771,11 @@ "shortName": "arb1", "chain": "ETH", "networkId": 42161, - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "rpc": [ "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", @@ -491,12 +785,33 @@ ], "faucets": [], "explorers": [ - { "name": "Arbiscan", "url": "https://arbiscan.io", "standard": "EIP3091" }, - { "name": "Arbitrum Explorer", "url": "https://explorer.arbitrum.io", "standard": "EIP3091" }, - { "name": "dexguru", "url": "https://arbitrum.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + { + "name": "Arbiscan", + "url": "https://arbiscan.io", + "standard": "EIP3091" + }, + { + "name": "Arbitrum Explorer", + "url": "https://explorer.arbitrum.io", + "standard": "EIP3091" + }, + { + "name": "dexguru", + "url": "https://arbitrum.dex.guru", + "icon": "dexguru", + "standard": "EIP3091" + } ], "infoURL": "https://arbitrum.io", - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.arbitrum.io" + } + ] + } }, { "name": "Celo Mainnet", @@ -504,13 +819,25 @@ "shortName": "celo", "chain": "CELO", "networkId": 42220, - "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, + "nativeCurrency": { + "name": "CELO", + "symbol": "CELO", + "decimals": 18 + }, "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], "faucets": [], "infoURL": "https://docs.celo.org/", "explorers": [ - { "name": "Celoscan", "url": "https://celoscan.io", "standard": "EIP3091" }, - { "name": "blockscout", "url": "https://explorer.celo.org", "standard": "none" } + { + "name": "Celoscan", + "url": "https://celoscan.io", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://explorer.celo.org", + "standard": "none" + } ] }, { @@ -523,13 +850,23 @@ "wss://avalanche-fuji-c-chain-rpc.publicnode.com" ], "faucets": ["https://faucet.avax-test.network/"], - "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, + "nativeCurrency": { + "name": "Avalanche", + "symbol": "AVAX", + "decimals": 18 + }, "infoURL": "https://cchain.explorer.avax-test.network", "shortName": "Fuji", "chainId": 43113, "networkId": 1, "slip44": 1, - "explorers": [{ "name": "snowtrace", "url": "https://testnet.snowtrace.io", "standard": "EIP3091" }] + "explorers": [ + { + "name": "snowtrace", + "url": "https://testnet.snowtrace.io", + "standard": "EIP3091" + } + ] }, { "name": "Avalanche C-Chain", @@ -540,15 +877,29 @@ "https://avalanche-c-chain-rpc.publicnode.com", "wss://avalanche-c-chain-rpc.publicnode.com" ], - "features": [{ "name": "EIP1559" }], + "features": [ + { + "name": "EIP1559" + } + ], "faucets": [], - "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, + "nativeCurrency": { + "name": "Avalanche", + "symbol": "AVAX", + "decimals": 18 + }, "infoURL": "https://www.avax.network/", "shortName": "avax", "chainId": 43114, "networkId": 43114, "slip44": 9005, - "explorers": [{ "name": "snowtrace", "url": "https://snowtrace.io", "standard": "EIP3091" }] + "explorers": [ + { + "name": "snowtrace", + "url": "https://snowtrace.io", + "standard": "EIP3091" + } + ] }, { "name": "Celo Alfajores Testnet", @@ -557,11 +908,21 @@ "chain": "CELO", "networkId": 44787, "slip44": 1, - "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, + "nativeCurrency": { + "name": "CELO", + "symbol": "CELO", + "decimals": 18 + }, "rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"], "faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"], "infoURL": "https://docs.celo.org/", - "explorers": [{ "name": "Alfajoresscan", "url": "https://alfajores.celoscan.io", "standard": "EIP3091" }] + "explorers": [ + { + "name": "Alfajoresscan", + "url": "https://alfajores.celoscan.io", + "standard": "EIP3091" + } + ] }, { "name": "Linea", @@ -574,17 +935,44 @@ "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [], - "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Linea Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://linea.build", "shortName": "linea", "chainId": 59144, "networkId": 59144, "icon": "linea", - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.linea.build" }] }, + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.linea.build" + } + ] + }, "explorers": [ - { "name": "Etherscan", "url": "https://lineascan.build", "standard": "EIP3091", "icon": "linea" }, - { "name": "Blockscout", "url": "https://explorer.linea.build", "standard": "EIP3091", "icon": "linea" }, - { "name": "L2scan", "url": "https://linea.l2scan.co", "standard": "EIP3091", "icon": "linea" } + { + "name": "Etherscan", + "url": "https://lineascan.build", + "standard": "EIP3091", + "icon": "linea" + }, + { + "name": "Blockscout", + "url": "https://explorer.linea.build", + "standard": "EIP3091", + "icon": "linea" + }, + { + "name": "L2scan", + "url": "https://linea.l2scan.co", + "standard": "EIP3091", + "icon": "linea" + } ], "status": "active" }, @@ -599,13 +987,23 @@ "wss://polygon-amoy-bor-rpc.publicnode.com" ], "faucets": ["https://faucet.polygon.technology/"], - "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, + "nativeCurrency": { + "name": "MATIC", + "symbol": "MATIC", + "decimals": 18 + }, "infoURL": "https://polygon.technology/", "shortName": "polygonamoy", "chainId": 80002, "networkId": 80002, "slip44": 1, - "explorers": [{ "name": "polygonamoy", "url": "https://www.oklink.com/amoy", "standard": "EIP3091" }] + "explorers": [ + { + "name": "polygonamoy", + "url": "https://amoy.polygonscan.com/", + "standard": "EIP3091" + } + ] }, { "name": "Base Sepolia Testnet", @@ -616,7 +1014,11 @@ "wss://base-sepolia-rpc.publicnode.com" ], "faucets": [], - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://base.org", "shortName": "basesep", "chainId": 84532, @@ -624,7 +1026,12 @@ "slip44": 1, "icon": "baseTestnet", "explorers": [ - { "name": "basescout", "url": "https://base-sepolia.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } + { + "name": "basescout", + "url": "https://base-sepolia.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + } ] }, { @@ -633,7 +1040,11 @@ "chain": "ETH", "rpc": ["https://sepolia-rollup.arbitrum.io/rpc", "https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}"], "faucets": [], - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://arbitrum.io", "shortName": "arb-sep", "chainId": 421614, @@ -646,7 +1057,15 @@ "standard": "EIP3091" } ], - "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://bridge.arbitrum.io" + } + ] + } }, { "name": "Scroll Sepolia Testnet", @@ -659,16 +1078,32 @@ "https://scroll-testnet-public.unifra.io" ], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://scroll.io", "shortName": "scr-sepolia", "chainId": 534351, "networkId": 534351, "slip44": 1, "explorers": [ - { "name": "Scroll Sepolia Etherscan", "url": "https://sepolia.scrollscan.com", "standard": "EIP3091" } + { + "name": "Scroll Sepolia Etherscan", + "url": "https://sepolia.scrollscan.com", + "standard": "EIP3091" + } ], - "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://sepolia.scroll.io/bridge" }] } + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://sepolia.scroll.io/bridge" + } + ] + } }, { "name": "Scroll", @@ -676,13 +1111,31 @@ "status": "active", "rpc": ["https://rpc.scroll.io", "https://rpc.ankr.com/scroll", "https://scroll-mainnet.chainstacklabs.com"], "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://scroll.io", "shortName": "scr", "chainId": 534352, "networkId": 534352, - "explorers": [{ "name": "Scrollscan", "url": "https://scrollscan.com", "standard": "EIP3091" }], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://scroll.io/bridge" }] } + "explorers": [ + { + "name": "Scrollscan", + "url": "https://scrollscan.com", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://scroll.io/bridge" + } + ] + } }, { "name": "Sepolia", @@ -703,15 +1156,27 @@ "wss://sepolia.drpc.org" ], "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://sepolia.otterscan.io", "shortName": "sep", "chainId": 11155111, "networkId": 11155111, "slip44": 1, "explorers": [ - { "name": "etherscan-sepolia", "url": "https://sepolia.etherscan.io", "standard": "EIP3091" }, - { "name": "otterscan-sepolia", "url": "https://sepolia.otterscan.io", "standard": "EIP3091" } + { + "name": "etherscan-sepolia", + "url": "https://sepolia.etherscan.io", + "standard": "EIP3091" + }, + { + "name": "otterscan-sepolia", + "url": "https://sepolia.otterscan.io", + "standard": "EIP3091" + } ] }, { @@ -719,7 +1184,11 @@ "chain": "ETH", "rpc": ["https://sepolia.optimism.io", "https://optimism-sepolia.drpc.org", "wss://optimism-sepolia.drpc.org"], "faucets": ["https://app.optimism.io/faucet"], - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, "infoURL": "https://optimism.io", "shortName": "opsep", "chainId": 11155420,