diff --git a/src/data/evm_chains.json b/src/data/evm_chains.json index 156a08caf..38f821573 100644 --- a/src/data/evm_chains.json +++ b/src/data/evm_chains.json @@ -422,29 +422,54 @@ ], "testnet": [ { - "id": "ethereum", - "name": "Ethereum Goerli", - "chain_id": 5, - "network_id": "ethereum-2", + "id": "polygon", + "name": "Polygon", + "chain_id": 80001, + "network_id": "Polygon", "provider_params": [ { - "chainId": "0x5", - "chainName": "Ethereum Goerli", + "chainId": "0x13881", + "chainName": "Polygon Mumbai", "rpcUrls": [ - "https://rpc.ankr.com/eth_goerli", - "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" + "https://rpc.ankr.com/polygon_mumbai", + "https://polygon-mumbai.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + "https://matic-mumbai.chainstacklabs.com" ], "nativeCurrency": { - "name": "Ethereum", + "name": "Polygon", + "symbol": "MATIC", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://mumbai.polygonscan.com" + ] + } + ], + "image": "/images/chains/polygon.svg" + }, + { + "id": "polygon-zkevm", + "name": "Polygon zkEVM", + "chain_id": 1442, + "network_id": "polygon-zkevm", + "provider_params": [ + { + "chainId": "0x5A2", + "chainName": "Polygon zkEVM Testnet", + "rpcUrls": [ + "https://rpc.public.zkevm-test.net" + ], + "nativeCurrency": { + "name": "Ether", "symbol": "ETH", "decimals": 18 }, "blockExplorerUrls": [ - "https://goerli.etherscan.io" + "https://testnet-zkevm.polygonscan.com" ] } ], - "image": "/images/chains/ethereum.svg" + "image": "/images/chains/polygon.svg" }, { "id": "binance", @@ -473,106 +498,127 @@ "image": "/images/chains/binance.svg" }, { - "id": "polygon", - "name": "Polygon", - "chain_id": 80001, - "network_id": "Polygon", + "id": "avalanche", + "name": "Avalanche", + "chain_id": 43113, + "network_id": "Avalanche", "provider_params": [ { - "chainId": "0x13881", - "chainName": "Polygon Mumbai", + "chainId": "0xa869", + "chainName": "Avalanche Fuji", "rpcUrls": [ - "https://rpc.ankr.com/polygon_mumbai", - "https://polygon-mumbai.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", - "https://matic-mumbai.chainstacklabs.com" + "https://rpc.ankr.com/avalanche_fuji", + "https://api.avax-test.network/ext/bc/C/rpc" ], "nativeCurrency": { - "name": "Polygon", - "symbol": "MATIC", + "name": "Avalanche", + "symbol": "AVAX", "decimals": 18 }, "blockExplorerUrls": [ - "https://mumbai.polygonscan.com" + "https://testnet.snowtrace.io" ] } ], - "image": "/images/chains/polygon.svg" + "image": "/images/chains/avalanche.svg" }, { - "id": "avalanche", - "name": "Avalanche", - "chain_id": 43113, - "network_id": "Avalanche", + "id": "arbitrum", + "name": "Arbitrum", + "chain_id": 421613, + "network_id": "arbitrum", "provider_params": [ { - "chainId": "0xa869", - "chainName": "Avalanche Fuji", + "chainId": "0x66EED", + "chainName": "Arbitrum Goerli Testnet", "rpcUrls": [ - "https://rpc.ankr.com/avalanche_fuji", - "https://api.avax-test.network/ext/bc/C/rpc" + "https://goerli-rollup.arbitrum.io/rpc" ], "nativeCurrency": { - "name": "Avalanche", - "symbol": "AVAX", + "name": "Ethereum", + "symbol": "ETH", "decimals": 18 }, "blockExplorerUrls": [ - "https://testnet.snowtrace.io" + "https://goerli.arbiscan.io/" ] } ], - "image": "/images/chains/avalanche.svg" + "image": "/images/chains/arbitrum.svg" }, { - "id": "fantom", - "name": "Fantom", - "chain_id": 4002, - "network_id": "Fantom", + "id": "ethereum-sepolia", + "name": "Ethereum Sepolia", + "chain_id": "11155111", + "network_id": "ethereum-sepolia", "provider_params": [ { - "chainId": "0xfa2", - "chainName": "Fantom Testnet", + "chainId": "0xAA36A7", + "chainName": "Ethereum Sepolia", "rpcUrls": [ - "https://rpc.ankr.com/fantom_testnet", - "https://rpc.testnet.fantom.network" + "https://1rpc.io/sepolia" ], "nativeCurrency": { - "name": "Fantom", - "symbol": "FTM", + "name": "Ethereum", + "symbol": "ETH", "decimals": 18 }, "blockExplorerUrls": [ - "https://testnet.ftmscan.com" + "https://sepolia.etherscan.io" ] } ], - "image": "/images/chains/fantom.svg" + "image": "/images/chains/ethereum.svg" }, { - "id": "moonbeam", - "name": "Moonbase", - "chain_id": 1287, - "network_id": "Moonbeam", + "id": "ethereum", + "name": "Ethereum Goerli", + "chain_id": 5, + "network_id": "ethereum-2", "provider_params": [ { - "chainId": "0x507", - "chainName": "Moonbase Alpha", + "chainId": "0x5", + "chainName": "Ethereum Goerli", "rpcUrls": [ - "https://rpc.api.moonbase.moonbeam.network", - "https://rpc.testnet.moonbeam.network", - "https://moonbase-alpha.public.blastapi.io" + "https://rpc.ankr.com/eth_goerli", + "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161" ], "nativeCurrency": { - "name": "Dev", - "symbol": "DEV", + "name": "Ethereum", + "symbol": "ETH", "decimals": 18 }, "blockExplorerUrls": [ - "https://moonbase.moonscan.io" + "https://goerli.etherscan.io" ] } ], - "image": "/images/chains/moonbase.png" + "image": "/images/chains/ethereum.svg" + }, + { + "id": "fantom", + "name": "Fantom", + "chain_id": 4002, + "network_id": "Fantom", + "provider_params": [ + { + "chainId": "0xfa2", + "chainName": "Fantom Testnet", + "rpcUrls": [ + "https://rpc.ankr.com/fantom_testnet", + "https://rpc.testnet.fantom.network" + ], + "nativeCurrency": { + "name": "Fantom", + "symbol": "FTM", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://testnet.ftmscan.com" + ] + } + ], + "image": "/images/chains/fantom.svg" }, { "id": "celo", @@ -599,28 +645,30 @@ "image": "/images/chains/celo.svg" }, { - "id": "arbitrum", - "name": "Arbitrum", - "chain_id": 421613, - "network_id": "arbitrum", + "id": "moonbeam", + "name": "Moonbase", + "chain_id": 1287, + "network_id": "Moonbeam", "provider_params": [ { - "chainId": "0x66EED", - "chainName": "Arbitrum Goerli Testnet", + "chainId": "0x507", + "chainName": "Moonbase Alpha", "rpcUrls": [ - "https://goerli-rollup.arbitrum.io/rpc" + "https://rpc.api.moonbase.moonbeam.network", + "https://rpc.testnet.moonbeam.network", + "https://moonbase-alpha.public.blastapi.io" ], "nativeCurrency": { - "name": "Ethereum", - "symbol": "ETH", + "name": "Dev", + "symbol": "DEV", "decimals": 18 }, "blockExplorerUrls": [ - "https://goerli.arbiscan.io/" + "https://moonbase.moonscan.io" ] } ], - "image": "/images/chains/arbitrum.svg" + "image": "/images/chains/moonbase.png" }, { "id": "optimism", @@ -670,6 +718,30 @@ ], "image": "/images/chains/base.svg" }, + { + "id": "kava", + "name": "Kava", + "chain_id": "2221", + "network_id": "kava", + "provider_params": [ + { + "chainId": "0x8AD", + "chainName": "Kava EVM", + "rpcUrls": [ + "https://evm.testnet.kava.io" + ], + "nativeCurrency": { + "name": "Kava", + "symbol": "KAVA", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://explorer.testnet.kava.io/" + ] + } + ], + "image": "/images/chains/kava.svg" + }, { "id": "linea", "name": "Linea", @@ -742,30 +814,6 @@ ], "image": "/images/chains/scroll.svg" }, - { - "id": "polygon-zkevm", - "name": "Polygon zkEVM", - "chain_id": 1442, - "network_id": "polygon-zkevm", - "provider_params": [ - { - "chainId": "0x5A2", - "chainName": "Polygon zkEVM Testnet", - "rpcUrls": [ - "https://rpc.public.zkevm-test.net" - ], - "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://testnet-zkevm.polygonscan.com" - ] - } - ], - "image": "/images/chains/polygon.svg" - }, { "id": "filecoin", "name": "Filecoin", @@ -791,30 +839,6 @@ ], "image": "/images/chains/filecoin.svg" }, - { - "id": "kava", - "name": "Kava", - "chain_id": "2221", - "network_id": "kava", - "provider_params": [ - { - "chainId": "0x8AD", - "chainName": "Kava EVM", - "rpcUrls": [ - "https://evm.testnet.kava.io" - ], - "nativeCurrency": { - "name": "Kava", - "symbol": "KAVA", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://explorer.testnet.kava.io/" - ] - } - ], - "image": "/images/chains/kava.svg" - }, { "id": "centrifuge-2", "name": "Centrifuge", @@ -839,30 +863,6 @@ ], "image": "/images/chains/centrifuge.svg" }, - { - "id": "ethereum-sepolia", - "name": "Ethereum Sepolia", - "chain_id": "11155111", - "network_id": "ethereum-sepolia", - "provider_params": [ - { - "chainId": "0xAA36A7", - "chainName": "Ethereum Sepolia", - "rpcUrls": [ - "https://1rpc.io/sepolia" - ], - "nativeCurrency": { - "name": "Ethereum", - "symbol": "ETH", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://sepolia.etherscan.io" - ] - } - ], - "image": "/images/chains/ethereum.svg" - }, { "id": "immutable", "name": "Immutable",