Skip to content

Commit

Permalink
reorder chains based on axelarscan popularity
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Dec 21, 2023
1 parent 1fd05a7 commit 70c54ec
Showing 1 changed file with 139 additions and 139 deletions.
278 changes: 139 additions & 139 deletions src/data/evm_chains.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -888,4 +888,4 @@
"image": "/images/chains/immutable.svg"
}
]
}
}

0 comments on commit 70c54ec

Please sign in to comment.