From 70c54ec8eeaf2de9bb94da98a934bcc16d3cda39 Mon Sep 17 00:00:00 2001 From: MC Date: Thu, 21 Dec 2023 14:05:27 -0500 Subject: [PATCH] reorder chains based on axelarscan popularity --- src/data/evm_chains.json | 278 +++++++++++++++++++-------------------- 1 file changed, 139 insertions(+), 139 deletions(-) diff --git a/src/data/evm_chains.json b/src/data/evm_chains.json index 4804f9f85..156a08caf 100644 --- a/src/data/evm_chains.json +++ b/src/data/evm_chains.json @@ -1,29 +1,30 @@ { "mainnet": [ { - "id": "ethereum", - "name": "Ethereum", - "chain_id": 1, - "network_id": "Ethereum", + "id": "polygon", + "name": "Polygon", + "chain_id": 137, + "network_id": "Polygon", "provider_params": [ { - "chainId": "0x1", - "chainName": "Ethereum", + "chainId": "0x89", + "chainName": "Polygon", "rpcUrls": [ - "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", - "https://rpc.ankr.com/eth" + "https://rpc.ankr.com/polygon", + "https://matic-mainnet.chainstacklabs.com", + "https://polygon-rpc.com" ], "nativeCurrency": { - "name": "Ethereum", - "symbol": "ETH", + "name": "Polygon", + "symbol": "MATIC", "decimals": 18 }, "blockExplorerUrls": [ - "https://etherscan.io" + "https://polygonscan.com" ] } ], - "image": "/images/chains/ethereum.svg" + "image": "/images/chains/polygon.svg" }, { "id": "binance", @@ -50,32 +51,6 @@ ], "image": "/images/chains/binance.svg" }, - { - "id": "polygon", - "name": "Polygon", - "chain_id": 137, - "network_id": "Polygon", - "provider_params": [ - { - "chainId": "0x89", - "chainName": "Polygon", - "rpcUrls": [ - "https://rpc.ankr.com/polygon", - "https://matic-mainnet.chainstacklabs.com", - "https://polygon-rpc.com" - ], - "nativeCurrency": { - "name": "Polygon", - "symbol": "MATIC", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://polygonscan.com" - ] - } - ], - "image": "/images/chains/polygon.svg" - }, { "id": "avalanche", "name": "Avalanche", @@ -126,6 +101,107 @@ ], "image": "/images/chains/arbitrum.svg" }, + { + "id": "ethereum", + "name": "Ethereum", + "chain_id": 1, + "network_id": "Ethereum", + "provider_params": [ + { + "chainId": "0x1", + "chainName": "Ethereum", + "rpcUrls": [ + "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", + "https://rpc.ankr.com/eth" + ], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://etherscan.io" + ] + } + ], + "image": "/images/chains/ethereum.svg" + }, + { + "id": "fantom", + "name": "Fantom", + "chain_id": 250, + "network_id": "Fantom", + "provider_params": [ + { + "chainId": "0xfa", + "chainName": "Fantom", + "rpcUrls": [ + "https://rpc.ankr.com/fantom", + "https://rpc.ftm.tools", + "https://rpcapi.fantom.network" + ], + "nativeCurrency": { + "name": "Fantom", + "symbol": "FTM", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://ftmscan.com" + ] + } + ], + "image": "/images/chains/fantom.svg" + }, + { + "id": "moonbeam", + "name": "Moonbeam", + "chain_id": 1284, + "network_id": "Moonbeam", + "provider_params": [ + { + "chainId": "0x504", + "chainName": "Moonbeam", + "rpcUrls": [ + "https://rpc.ankr.com/moonbeam", + "https://rpc.api.moonbeam.network" + ], + "nativeCurrency": { + "name": "Glimmer", + "symbol": "GLMR", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://moonscan.io" + ] + } + ], + "image": "/images/chains/moonbeam.svg" + }, + { + "id": "celo", + "name": "Celo", + "chain_id": 42220, + "network_id": "celo", + "provider_params": [ + { + "chainId": "0xA4EC", + "chainName": "Celo", + "rpcUrls": [ + "https://forno.celo.org", + "https://rpc.ankr.com/celo" + ], + "nativeCurrency": { + "name": "Celo", + "symbol": "CELO", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://celoscan.io/" + ] + } + ], + "image": "/images/chains/celo.svg" + }, { "id": "optimism", "name": "Optimism", @@ -174,6 +250,30 @@ ], "image": "/images/chains/base.svg" }, + { + "id": "kava", + "name": "Kava", + "chain_id": 2222, + "network_id": "kava", + "provider_params": [ + { + "chainId": "0x8AE", + "chainName": "Kava", + "rpcUrls": [ + "https://evm.kava.io" + ], + "nativeCurrency": { + "name": "Kava", + "symbol": "KAVA", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://explorer.kava.io/" + ] + } + ], + "image": "/images/chains/kava.svg" + }, { "id": "linea", "name": "Linea", @@ -246,82 +346,6 @@ ], "image": "/images/chains/scroll.svg" }, - { - "id": "fantom", - "name": "Fantom", - "chain_id": 250, - "network_id": "Fantom", - "provider_params": [ - { - "chainId": "0xfa", - "chainName": "Fantom", - "rpcUrls": [ - "https://rpc.ankr.com/fantom", - "https://rpc.ftm.tools", - "https://rpcapi.fantom.network" - ], - "nativeCurrency": { - "name": "Fantom", - "symbol": "FTM", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://ftmscan.com" - ] - } - ], - "image": "/images/chains/fantom.svg" - }, - { - "id": "moonbeam", - "name": "Moonbeam", - "chain_id": 1284, - "network_id": "Moonbeam", - "provider_params": [ - { - "chainId": "0x504", - "chainName": "Moonbeam", - "rpcUrls": [ - "https://rpc.ankr.com/moonbeam", - "https://rpc.api.moonbeam.network" - ], - "nativeCurrency": { - "name": "Glimmer", - "symbol": "GLMR", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://moonscan.io" - ] - } - ], - "image": "/images/chains/moonbeam.svg" - }, - { - "id": "celo", - "name": "Celo", - "chain_id": 42220, - "network_id": "celo", - "provider_params": [ - { - "chainId": "0xA4EC", - "chainName": "Celo", - "rpcUrls": [ - "https://forno.celo.org", - "https://rpc.ankr.com/celo" - ], - "nativeCurrency": { - "name": "Celo", - "symbol": "CELO", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://celoscan.io/" - ] - } - ], - "image": "/images/chains/celo.svg" - }, { "id": "filecoin", "name": "Filecoin", @@ -347,30 +371,6 @@ ], "image": "/images/chains/filecoin.svg" }, - { - "id": "kava", - "name": "Kava", - "chain_id": 2222, - "network_id": "kava", - "provider_params": [ - { - "chainId": "0x8AE", - "chainName": "Kava", - "rpcUrls": [ - "https://evm.kava.io" - ], - "nativeCurrency": { - "name": "Kava", - "symbol": "KAVA", - "decimals": 18 - }, - "blockExplorerUrls": [ - "https://explorer.kava.io/" - ] - } - ], - "image": "/images/chains/kava.svg" - }, { "id": "centrifuge", "name": "Centrifuge", @@ -888,4 +888,4 @@ "image": "/images/chains/immutable.svg" } ] -} +} \ No newline at end of file