diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5c23ee2d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: gradle + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 3 diff --git a/.gitignore b/.gitignore index 7099f5c9..a070a95c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ _site .jekyll-metadata .DS_Store .env -node_modules \ No newline at end of file +node_modules +.idea diff --git a/README.md b/README.md index 584db353..31a4b6da 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,6 @@ There are also aggregated json files with all chains automatically assembled: * [TREZOR](https://trezor.io) * [networks.vercel.app](https://networks.vercel.app) * [eth-chains](https://github.com/taylorjdawson/eth-chains) + * [EVM-BOX](https://github.com/izayl/evm-box) + * [FaucETH](https://github.com/komputing/FaucETH) * Your project - contact us to add it here! diff --git a/_data/chains/eip155-1286.json b/_data/chains/deprecated/eip155-1286.json similarity index 90% rename from _data/chains/eip155-1286.json rename to _data/chains/deprecated/eip155-1286.json index 4b573435..3cc60c66 100644 --- a/_data/chains/eip155-1286.json +++ b/_data/chains/deprecated/eip155-1286.json @@ -1,7 +1,6 @@ { "name": "Moonrock", "chain": "MOON", - "network": "moonrock", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/deprecated/eip155-218.json b/_data/chains/deprecated/eip155-218.json index 62ee4bf0..9cc2c382 100644 --- a/_data/chains/deprecated/eip155-218.json +++ b/_data/chains/deprecated/eip155-218.json @@ -1,7 +1,6 @@ { "name": "SoterOne Mainnet", "chain": "SOTER", - "network": "mainnet", "rpc": [ "https://rpc.soter.one" ], diff --git a/_data/chains/eip155-1.json b/_data/chains/eip155-1.json index 16c91853..7954077b 100644 --- a/_data/chains/eip155-1.json +++ b/_data/chains/eip155-1.json @@ -1,7 +1,6 @@ { "name": "Ethereum Mainnet", "chain": "ETH", - "network": "mainnet", "icon": "ethereum", "rpc": [ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index 99350723..ca033651 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -1,7 +1,6 @@ { "name": "Optimistic Ethereum", "chain": "ETH", - "network": "mainnet", "rpc": ["https://mainnet.optimism.io/"], "faucets": [], "nativeCurrency": { @@ -12,5 +11,11 @@ "infoURL": "https://optimism.io", "shortName": "oeth", "chainId": 10, - "networkId": 10 + "networkId": 10, + + "explorers": [{ + "name": "etherscan", + "url": "https://optimistic.etherscan.io", + "standard": "none" + }] } diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index c6ce2e40..59cf6497 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -1,7 +1,6 @@ { - "name": "xDAI Chain", - "chain": "XDAI", - "network": "mainnet", + "name": "Gnosis Chain (formerly xDai)", + "chain": "Gnosis", "rpc": [ "https://rpc.xdaichain.com", "https://xdai.poanetwork.dev", @@ -11,15 +10,21 @@ "https://dai.poa.network", "ws://xdai.poanetwork.dev:8546" ], - "faucets": [], + "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", "decimals": 18 }, - "infoURL": "https://forum.poa.network/c/xdai-chain", - "shortName": "xdai", + "infoURL": "https://www.xdaichain.com/", + "shortName": "gno", "chainId": 100, "networkId": 100, - "slip44": 700 + "slip44": 700, + + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/xdai/mainnet", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-10000.json b/_data/chains/eip155-10000.json index 8c226a10..3de8bedc 100644 --- a/_data/chains/eip155-10000.json +++ b/_data/chains/eip155-10000.json @@ -1,11 +1,11 @@ { "name": "Smart Bitcoin Cash", "chain": "smartBCH", - "network": "mainnet", "rpc": [ "https://smartbch.greyh.at", "https://rpc-mainnet.smartbch.org", - "https://smartbch.fountainhead.cash/mainnet" + "https://smartbch.fountainhead.cash/mainnet", + "https://smartbch.devops.cash/mainnet" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-100000.json b/_data/chains/eip155-100000.json index fdce1bc0..29ef2692 100644 --- a/_data/chains/eip155-100000.json +++ b/_data/chains/eip155-100000.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Root", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://jrpc.mainnet.quarkchain.io:38391/" ], diff --git a/_data/chains/eip155-100001.json b/_data/chains/eip155-100001.json index 82595bc4..a2d0b175 100644 --- a/_data/chains/eip155-100001.json +++ b/_data/chains/eip155-100001.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 0", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39000/" ], diff --git a/_data/chains/eip155-100002.json b/_data/chains/eip155-100002.json index 7bc05ab8..f81dd7e5 100644 --- a/_data/chains/eip155-100002.json +++ b/_data/chains/eip155-100002.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 1", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39001/" ], diff --git a/_data/chains/eip155-100003.json b/_data/chains/eip155-100003.json index 5f49588a..c5702393 100644 --- a/_data/chains/eip155-100003.json +++ b/_data/chains/eip155-100003.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 2", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39002/" ], diff --git a/_data/chains/eip155-100004.json b/_data/chains/eip155-100004.json index eb343d61..ae3b5865 100644 --- a/_data/chains/eip155-100004.json +++ b/_data/chains/eip155-100004.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 3", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39003/" ], diff --git a/_data/chains/eip155-100005.json b/_data/chains/eip155-100005.json index 336e01fe..e795282d 100644 --- a/_data/chains/eip155-100005.json +++ b/_data/chains/eip155-100005.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 4", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39004/" ], diff --git a/_data/chains/eip155-100006.json b/_data/chains/eip155-100006.json index 8fe4ea63..8b23c9ad 100644 --- a/_data/chains/eip155-100006.json +++ b/_data/chains/eip155-100006.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 5", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39005/" ], diff --git a/_data/chains/eip155-100007.json b/_data/chains/eip155-100007.json index 5e640378..b6ee3cc4 100644 --- a/_data/chains/eip155-100007.json +++ b/_data/chains/eip155-100007.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 6", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39006/" ], diff --git a/_data/chains/eip155-100008.json b/_data/chains/eip155-100008.json index 67419f39..ecc23244 100644 --- a/_data/chains/eip155-100008.json +++ b/_data/chains/eip155-100008.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Mainnet Shard 7", "chain": "QuarkChain", - "network": "mainnet", "rpc": [ "http://eth-jrpc.mainnet.quarkchain.io:39007/" ], diff --git a/_data/chains/eip155-10001.json b/_data/chains/eip155-10001.json index 507453ca..b193de31 100644 --- a/_data/chains/eip155-10001.json +++ b/_data/chains/eip155-10001.json @@ -1,9 +1,9 @@ { "name": "Smart Bitcoin Cash Testnet", "chain": "smartBCHTest", - "network": "testnet", "rpc": [ - "https://rpc-testnet.smartbch.org" + "https://rpc-testnet.smartbch.org", + "https://smartbch.devops.cash/testnet" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index da0f663b..8d8046b4 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -1,9 +1,8 @@ { "name": "Klaytn Testnet Baobab", "chain": "KLAY", - "network": "baobab", "rpc": [ - "https://node-api.klaytnapi.com/v1/klaytn" + "https://api.baobab.klaytn.net:8651" ], "faucets": [ "https://baobab.wallet.klaytn.com/access?next=faucet" diff --git a/_data/chains/eip155-1007.json b/_data/chains/eip155-1007.json index b66433b8..7f5f4147 100644 --- a/_data/chains/eip155-1007.json +++ b/_data/chains/eip155-1007.json @@ -1,7 +1,6 @@ { "name": "Newton Testnet", "chain": "NEW", - "network": "testnet", "rpc": [ "https://rpc1.newchain.newtonproject.org" ], diff --git a/_data/chains/eip155-101.json b/_data/chains/eip155-101.json index ae18812f..499c41db 100644 --- a/_data/chains/eip155-101.json +++ b/_data/chains/eip155-101.json @@ -1,7 +1,6 @@ { "name": "EtherInc", "chain": "ETI", - "network": "mainnet", "rpc": [ "https://api.einc.io/jsonrpc/mainnet" ], diff --git a/_data/chains/eip155-1010.json b/_data/chains/eip155-1010.json index ea34268e..b607bec2 100644 --- a/_data/chains/eip155-1010.json +++ b/_data/chains/eip155-1010.json @@ -1,7 +1,6 @@ { "name": "Evrice Network", "chain": "EVC", - "network": "Evrice", "rpc": [ "https://meta.evrice.com" ], @@ -14,5 +13,6 @@ "infoURL": "https://evrice.com", "shortName": "EVC", "chainId": 1010, - "networkId": 1010 + "networkId": 1010, + "slip44": 1020 } diff --git a/_data/chains/eip155-10101.json b/_data/chains/eip155-10101.json index eff89654..7150c45b 100644 --- a/_data/chains/eip155-10101.json +++ b/_data/chains/eip155-10101.json @@ -1,7 +1,6 @@ { "name": "Blockchain Genesis Mainnet", "chain": "GEN", - "network": "mainnet", "rpc": [ "https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", diff --git a/_data/chains/eip155-1012.json b/_data/chains/eip155-1012.json index d77c5215..7397ea91 100644 --- a/_data/chains/eip155-1012.json +++ b/_data/chains/eip155-1012.json @@ -1,7 +1,6 @@ { "name": "Newton", "chain": "NEW", - "network": "mainnet", "rpc": [ "https://global.rpc.mainnet.newtonproject.org" ], diff --git a/_data/chains/eip155-102.json b/_data/chains/eip155-102.json index cdb9a5e5..d6597dc4 100644 --- a/_data/chains/eip155-102.json +++ b/_data/chains/eip155-102.json @@ -1,8 +1,7 @@ { "name": "Web3Games Testnet", "chain": "Web3Games", - "network": "testnet", - "rpc": ["https://substrate.org.cn"], + "rpc": ["https://testnet.web3games.org/evm"], "faucets": [], "nativeCurrency": { "name": "Web3Games", diff --git a/_data/chains/eip155-1022.json b/_data/chains/eip155-1022.json index 8e4098ee..7b364a83 100644 --- a/_data/chains/eip155-1022.json +++ b/_data/chains/eip155-1022.json @@ -1,7 +1,6 @@ { "name": "Sakura", "chain": "Sakura", - "network": "sakura", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1023.json b/_data/chains/eip155-1023.json index 94328e40..dc479714 100644 --- a/_data/chains/eip155-1023.json +++ b/_data/chains/eip155-1023.json @@ -1,7 +1,6 @@ { "name": "Clover Testnet", "chain": "Clover", - "network": "clover testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1024.json b/_data/chains/eip155-1024.json index 294d3fed..778f3ed8 100644 --- a/_data/chains/eip155-1024.json +++ b/_data/chains/eip155-1024.json @@ -1,7 +1,6 @@ { "name": "Clover Mainnet", "chain": "Clover", - "network": "clover mainnet", "rpc": [ "https://rpc-ivy.clover.finance", "https://rpc-ivy-2.clover.finance", diff --git a/_data/chains/eip155-1028.json b/_data/chains/eip155-1028.json new file mode 100644 index 00000000..ee4ed4b7 --- /dev/null +++ b/_data/chains/eip155-1028.json @@ -0,0 +1,22 @@ +{ + "name": "BitTorrent Chain Testnet", + "chain": "BTTC", + "rpc": [ + "https://testrpc.bittorrentchain.io/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BitTorrent", + "symbol": "BTT", + "decimals": 18 + }, + "infoURL": "https://bittorrentchain.io/", + "shortName": "tbtt", + "chainId": 1028, + "networkId": 1028, + "explorers": [{ + "name": "testbttcscan", + "url": "https://testscan.bittorrentchain.io/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json new file mode 100644 index 00000000..7f4b2a46 --- /dev/null +++ b/_data/chains/eip155-1030.json @@ -0,0 +1,22 @@ +{ + "name": "Conflux", + "chain": "Conflux", + "rpc": ["https://ethcore.confluxrpc.com"], + "faucets": [], + "nativeCurrency": { + "name": "CFX", + "symbol": "CFX", + "decimals": 18 + }, + "infoURL": "https://confluxnetwork.org", + "shortName": "cfx", + "chainId": 1030, + "networkId": 1030, + "explorers": [ + { + "name": "Conflux Scan", + "url": "https://confluxscan.io", + "standard": "none" + } + ] + } \ No newline at end of file diff --git a/_data/chains/eip155-106.json b/_data/chains/eip155-106.json new file mode 100644 index 00000000..010b3750 --- /dev/null +++ b/_data/chains/eip155-106.json @@ -0,0 +1,24 @@ +{ + "name": "Velas EVM Mainnet", + "chain": "Velas", + "icon": "velas", + "rpc": [ + "https://evmexplorer.velas.com/rpc", + "https://explorer.velas.com/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Velas", + "symbol": "VLX", + "decimals": 18 + }, + "infoURL": "https://velas.com", + "shortName": "vlx", + "chainId": 106, + "networkId": 106, + "explorers": [{ + "name": "Velas Explorer", + "url": "https://evmexplorer.velas.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-108.json b/_data/chains/eip155-108.json index 738026c9..5391bbf6 100644 --- a/_data/chains/eip155-108.json +++ b/_data/chains/eip155-108.json @@ -1,7 +1,6 @@ { "name": "ThunderCore Mainnet", "chain": "TT", - "network": "mainnet", "rpc": [ "https://mainnet-rpc.thundercore.com" ], @@ -16,5 +15,6 @@ "infoURL": "https://thundercore.com", "shortName": "TT", "chainId": 108, - "networkId": 108 + "networkId": 108, + "slip44": 1001 } \ No newline at end of file diff --git a/_data/chains/eip155-1088.json b/_data/chains/eip155-1088.json new file mode 100644 index 00000000..7c632728 --- /dev/null +++ b/_data/chains/eip155-1088.json @@ -0,0 +1,27 @@ +{ + "name": "Metis Andromeda Mainnet", + "chain": "ETH", + "rpc": ["https://andromeda.metis.io/?owner=1088"], + "faucets": [], + "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" }] + } +} diff --git a/_data/chains/eip155-11.json b/_data/chains/eip155-11.json index 8f3108fd..f4d10462 100644 --- a/_data/chains/eip155-11.json +++ b/_data/chains/eip155-11.json @@ -1,7 +1,6 @@ { "name": "Metadium Mainnet", "chain": "META", - "network": "mainnet", "rpc": [ "https://api.metadium.com/prod" ], diff --git a/_data/chains/eip155-110.json b/_data/chains/eip155-110.json index 4ade7b4a..7a4ea78b 100644 --- a/_data/chains/eip155-110.json +++ b/_data/chains/eip155-110.json @@ -1,7 +1,6 @@ { "name": "Proton Testnet", "chain": "XPR", - "network": "testnet", "rpc": [ "https://protontestnet.greymass.com/" ], diff --git a/_data/chains/eip155-110000.json b/_data/chains/eip155-110000.json index 1987551c..c7fe6d5d 100644 --- a/_data/chains/eip155-110000.json +++ b/_data/chains/eip155-110000.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Root", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://jrpc.devnet.quarkchain.io:38391/" ], diff --git a/_data/chains/eip155-110001.json b/_data/chains/eip155-110001.json index 02344f16..b9aef9be 100644 --- a/_data/chains/eip155-110001.json +++ b/_data/chains/eip155-110001.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 0", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39900/" ], diff --git a/_data/chains/eip155-110002.json b/_data/chains/eip155-110002.json index 08d61d4c..31b5d6af 100644 --- a/_data/chains/eip155-110002.json +++ b/_data/chains/eip155-110002.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 1", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39901/" ], diff --git a/_data/chains/eip155-110003.json b/_data/chains/eip155-110003.json index 75f81eba..91a22879 100644 --- a/_data/chains/eip155-110003.json +++ b/_data/chains/eip155-110003.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 2", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39902/" ], diff --git a/_data/chains/eip155-110004.json b/_data/chains/eip155-110004.json index bd5f2c6e..120fcc6c 100644 --- a/_data/chains/eip155-110004.json +++ b/_data/chains/eip155-110004.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 3", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39903/" ], diff --git a/_data/chains/eip155-110005.json b/_data/chains/eip155-110005.json index 1d72f76a..8b76ed3d 100644 --- a/_data/chains/eip155-110005.json +++ b/_data/chains/eip155-110005.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 4", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39904/" ], diff --git a/_data/chains/eip155-110006.json b/_data/chains/eip155-110006.json index 5fafec4a..85e9b8be 100644 --- a/_data/chains/eip155-110006.json +++ b/_data/chains/eip155-110006.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 5", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39905/" ], diff --git a/_data/chains/eip155-110007.json b/_data/chains/eip155-110007.json index fcc3a3b1..e427d535 100644 --- a/_data/chains/eip155-110007.json +++ b/_data/chains/eip155-110007.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 6", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39906/" ], diff --git a/_data/chains/eip155-110008.json b/_data/chains/eip155-110008.json index daee5b92..c9044a47 100644 --- a/_data/chains/eip155-110008.json +++ b/_data/chains/eip155-110008.json @@ -1,7 +1,6 @@ { "name": "QuarkChain Devnet Shard 7", "chain": "QuarkChain", - "network": "devnet", "rpc": [ "http://eth-jrpc.devnet.quarkchain.io:39907/" ], diff --git a/_data/chains/eip155-111.json b/_data/chains/eip155-111.json index 808266d3..c5e01384 100644 --- a/_data/chains/eip155-111.json +++ b/_data/chains/eip155-111.json @@ -1,7 +1,6 @@ { "name": "EtherLite Chain", "chain": "ETL", - "network": "mainnet", "rpc": [ "https://rpc.etherlite.org" ], diff --git a/_data/chains/eip155-1122334455.json b/_data/chains/eip155-1122334455.json index 1ffdd29a..2339b332 100644 --- a/_data/chains/eip155-1122334455.json +++ b/_data/chains/eip155-1122334455.json @@ -1,7 +1,6 @@ { "name": "IPOS Network", "chain": "IPOS", - "network": "mainnet", "rpc": [ "https://rpc.iposlab.com", "https://rpc2.iposlab.com" diff --git a/_data/chains/eip155-11297108099.json b/_data/chains/eip155-11297108099.json index 2d2c0de7..5d6ec8f5 100644 --- a/_data/chains/eip155-11297108099.json +++ b/_data/chains/eip155-11297108099.json @@ -1,7 +1,6 @@ { "name": "Palm Testnet", "chain": "Palm", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-11297108109.json b/_data/chains/eip155-11297108109.json index 8f0380d7..686695ff 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -1,7 +1,6 @@ { "name": "Palm Mainnet", "chain": "Palm", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1139.json b/_data/chains/eip155-1139.json index 2dcea8e9..29a77118 100644 --- a/_data/chains/eip155-1139.json +++ b/_data/chains/eip155-1139.json @@ -1,8 +1,10 @@ { "name": "MathChain", "chain": "MATH", - "network": "mainnet", - "rpc": [], + "rpc": [ + "https://mathchain-asia.maiziqianbao.net/rpc", + "https://mathchain-us.maiziqianbao.net/rpc" + ], "faucets": [], "nativeCurrency": { "name": "MathChain", @@ -13,4 +15,4 @@ "shortName": "MATH", "chainId": 1139, "networkId": 1139 - } \ No newline at end of file + } diff --git a/_data/chains/eip155-1140.json b/_data/chains/eip155-1140.json index fc15213f..1d3ebd38 100644 --- a/_data/chains/eip155-1140.json +++ b/_data/chains/eip155-1140.json @@ -1,7 +1,6 @@ { "name": "MathChain Testnet", "chain": "MATH", - "network": "testnet", "rpc": [ "https://galois-hk.maiziqianbao.net/rpc" ], diff --git a/_data/chains/eip155-12.json b/_data/chains/eip155-12.json index d0545f42..7086dab1 100644 --- a/_data/chains/eip155-12.json +++ b/_data/chains/eip155-12.json @@ -1,7 +1,6 @@ { "name": "Metadium Testnet", "chain": "META", - "network": "testnet", "rpc": [ "https://api.metadium.com/dev" ], diff --git a/_data/chains/eip155-1202.json b/_data/chains/eip155-1202.json new file mode 100644 index 00000000..e27acc81 --- /dev/null +++ b/_data/chains/eip155-1202.json @@ -0,0 +1,23 @@ +{ + "name": "World Trade Technical Chain Mainnet", + "chain": "WTT", + "rpc": [ + "https://rpc.cadaut.com", + "wss://rpc.cadaut.com/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "World Trade Token", + "symbol": "WTT", + "decimals": 18 + }, + "infoURL": "http://www.cadaut.com", + "shortName": "wtt", + "chainId": 1202, + "networkId": 2048, + "explorers": [{ + "name": "WTTScout", + "url": "https://explorer.cadaut.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-12051.json b/_data/chains/eip155-12051.json new file mode 100644 index 00000000..5ad0b00e --- /dev/null +++ b/_data/chains/eip155-12051.json @@ -0,0 +1,24 @@ +{ + "name": "Singularity ZERO Testnet", + "chain": "ZERO", + "rpc": [ + "https://betaenv.singularity.gold:18545" + ], + "faucets": [ + "https://nft.singularity.gold" + ], + "nativeCurrency": { + "name": "ZERO", + "symbol": "tZERO", + "decimals": 18 + }, + "infoURL": "https://www.singularity.gold", + "shortName": "tZERO", + "chainId": 12051, + "networkId": 12051, + "explorers": [{ + "name": "zeroscan", + "url": "https://betaenv.singularity.gold:18002", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-12052.json b/_data/chains/eip155-12052.json new file mode 100644 index 00000000..38ade39b --- /dev/null +++ b/_data/chains/eip155-12052.json @@ -0,0 +1,25 @@ +{ + "name": "Singularity ZERO Mainnet", + "chain": "ZERO", + "rpc": [ + "https://zerorpc.singularity.gold" + ], + "faucets": [ + "https://zeroscan.singularity.gold" + ], + "nativeCurrency": { + "name": "ZERO", + "symbol": "ZERO", + "decimals": 18 + }, + "infoURL": "https://www.singularity.gold", + "shortName": "ZERO", + "chainId": 12052, + "networkId": 12052, + "slip44": 621, + "explorers": [{ + "name": "zeroscan", + "url": "https://zeroscan.singularity.gold", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-1213.json b/_data/chains/eip155-1213.json new file mode 100644 index 00000000..badea025 --- /dev/null +++ b/_data/chains/eip155-1213.json @@ -0,0 +1,24 @@ +{ + "name": "Popcateum Mainnet", + "chain": "POPCATEUM", + "rpc": [ + "https://dataseed.popcateum.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Popcat", + "symbol": "POP", + "decimals": 18 + }, + "infoURL": "https://popcateum.org", + "shortName": "popcat", + "chainId": 1213, + "networkId": 1213, + "explorers": [ + { + "name": "popcateum explorer", + "url": "https://explorer.popcateum.org", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-122.json b/_data/chains/eip155-122.json index cb4ad0f8..76932664 100644 --- a/_data/chains/eip155-122.json +++ b/_data/chains/eip155-122.json @@ -1,7 +1,6 @@ { "name": "Fuse Mainnet", "chain": "FUSE", - "network": "mainnet", "rpc": [ "https://rpc.fuse.io" ], diff --git a/_data/chains/eip155-123.json b/_data/chains/eip155-123.json new file mode 100644 index 00000000..943e8784 --- /dev/null +++ b/_data/chains/eip155-123.json @@ -0,0 +1,17 @@ +{ + "name": "Fuse Sparknet", + "chain": "fuse", + "rpc": [ + "https://rpc.fusespark.io" + ], + "faucets": ["https://get.fusespark.io"], + "nativeCurrency": { + "name": "Spark", + "symbol": "SPARK", + "decimals": 18 + }, + "infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet", + "shortName": "spark", + "chainId": 123, + "networkId": 123 +} diff --git a/_data/chains/eip155-124.json b/_data/chains/eip155-124.json index 427e7451..b95ad350 100644 --- a/_data/chains/eip155-124.json +++ b/_data/chains/eip155-124.json @@ -2,7 +2,6 @@ "name": "Decentralized Web Mainnet", "shortName": "dwu", "chain": "DWU", - "network": "mainnet", "chainId": 124, "networkId": 124, "rpc": ["https://decentralized-web.tech/dw_rpc.php"], diff --git a/_data/chains/eip155-127.json b/_data/chains/eip155-127.json index af70e279..7f319a1a 100644 --- a/_data/chains/eip155-127.json +++ b/_data/chains/eip155-127.json @@ -1,7 +1,6 @@ { "name": "Factory 127 Mainnet", "chain": "FETH", - "network": "factory127 mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-128.json b/_data/chains/eip155-128.json index 093766e1..90449052 100644 --- a/_data/chains/eip155-128.json +++ b/_data/chains/eip155-128.json @@ -1,12 +1,11 @@ { "name": "Huobi ECO Chain Mainnet", "chain": "Heco", - "network": "mainnet", "rpc": [ "https://http-mainnet.hecochain.com", "wss://ws-mainnet.hecochain.com" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Huobi ECO Chain Native Token", "symbol": "HT", @@ -16,6 +15,7 @@ "shortName": "heco", "chainId": 128, "networkId": 128, + "slip44": 1010, "explorers": [{ "name": "hecoinfo", "url": "https://hecoinfo.com", diff --git a/_data/chains/eip155-1280.json b/_data/chains/eip155-1280.json new file mode 100644 index 00000000..860e8b1d --- /dev/null +++ b/_data/chains/eip155-1280.json @@ -0,0 +1,23 @@ +{ + "name": "HALO Mainnet", + "chain": "HALO", + "rpc": [ + "https://nodes.halo.land" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "HALO", + "symbol": "HO", + "decimals": 18 + }, + "infoURL": "https://halo.land/#/", + "shortName": "HO", + "chainId": 1280, + "networkId": 1280, + "explorers": [{ + "name": "HALOexplorer", + "url": "https://browser.halo.land/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index 27e58d02..f577dce7 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -1,8 +1,10 @@ { "name": "Moonbeam", "chain": "MOON", - "network": "moonbeam", - "rpc": [], + "rpc": [ + "https://rpc.api.moonbeam.network", + "wss://wss.api.moonbeam.network" + ], "faucets": [], "nativeCurrency": { "name": "Glimmer", @@ -12,5 +14,17 @@ "infoURL": "https://moonbeam.network/networks/moonbeam/", "shortName": "mbeam", "chainId": 1284, - "networkId": 1284 + "networkId": 1284, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.moonbeam.network/", + "standard": "none" + }, + { + "name": "moonscan", + "url": "https://moonbeam.moonscan.io/", + "standard": "none" + } + ] } \ No newline at end of file diff --git a/_data/chains/eip155-1285.json b/_data/chains/eip155-1285.json index a6b6fa42..7df32f94 100644 --- a/_data/chains/eip155-1285.json +++ b/_data/chains/eip155-1285.json @@ -1,7 +1,6 @@ { "name": "Moonriver", "chain": "MOON", - "network": "moonriver", "rpc": [ "https://rpc.moonriver.moonbeam.network", "wss://wss.moonriver.moonbeam.network" @@ -15,5 +14,12 @@ "infoURL": "https://moonbeam.network/networks/moonriver/", "shortName": "mriver", "chainId": 1285, - "networkId": 1285 + "networkId": 1285, + "explorers": [ + { + "name": "moonscan", + "url": "https://moonriver.moonscan.io/", + "standard": "none" + } + ] } \ No newline at end of file diff --git a/_data/chains/eip155-1287.json b/_data/chains/eip155-1287.json index 4e2edcfe..8e248cde 100644 --- a/_data/chains/eip155-1287.json +++ b/_data/chains/eip155-1287.json @@ -1,10 +1,9 @@ { "name": "Moonbase Alpha", "chain": "MOON", - "network": "moonbase", "rpc": [ - "https://rpc.testnet.moonbeam.network", - "wss://wss.testnet.moonbeam.network" + "https://rpc.api.moonbase.moonbeam.network", + "wss://wss.api.moonbase.moonbeam.network" ], "faucets": [], "nativeCurrency": { @@ -15,5 +14,12 @@ "infoURL": "https://docs.moonbeam.network/networks/testnet/", "shortName": "mbase", "chainId": 1287, - "networkId": 1287 + "networkId": 1287, + "explorers": [ + { + "name": "moonscan", + "url": "https://moonbase.moonscan.io/", + "standard": "none" + } + ] } \ No newline at end of file diff --git a/_data/chains/eip155-1288.json b/_data/chains/eip155-1288.json index 49a471e6..174ff22f 100644 --- a/_data/chains/eip155-1288.json +++ b/_data/chains/eip155-1288.json @@ -1,16 +1,18 @@ { - "name": "Moonshadow", - "chain": "MOON", - "network": "moonshadow", - "rpc": [], - "faucets": [], - "nativeCurrency": { - "name": "Moonshadow", - "symbol": "MSHD", - "decimals": 18 - }, - "infoURL": "https://docs.moonbeam.network/networks/overview/", - "shortName": "mshadow", - "chainId": 1288, - "networkId": 1288 + "name": "Moonrock", + "chain": "MOON", + "rpc": [ + "https://rpc.api.moonrock.moonbeam.network", + "wss://wss.api.moonrock.moonbeam.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rocs", + "symbol": "ROC", + "decimals": 18 + }, + "infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/", + "shortName": "mrock", + "chainId": 1288, + "networkId": 1288 } \ No newline at end of file diff --git a/_data/chains/eip155-13.json b/_data/chains/eip155-13.json index 594da07f..0d9b55bb 100644 --- a/_data/chains/eip155-13.json +++ b/_data/chains/eip155-13.json @@ -1,7 +1,6 @@ { "name": "Diode Testnet Staging", "chain": "DIODE", - "network": "testnet", "rpc": [ "https://staging.diode.io:8443/", "wss://staging.diode.io:8443/ws" diff --git a/_data/chains/eip155-1313114.json b/_data/chains/eip155-1313114.json index 001999f8..7b613e68 100644 --- a/_data/chains/eip155-1313114.json +++ b/_data/chains/eip155-1313114.json @@ -1,19 +1,26 @@ { - "name": "Ether-1", - "chain": "ETHO", - "network": "mainnet", - "rpc": [ - "https://rpc.ether1.org" - ], - "faucets": [], - "nativeCurrency": { - "name": "Ether-1 Ether", - "symbol": "ETHO", - "decimals": 18 - }, - "infoURL": "https://ether1.org", - "shortName": "etho", - "chainId": 1313114, - "networkId": 1313114, - "slip44": 1313114 -} \ No newline at end of file + "name": "Etho Protocol", + "chain": "ETHO", + "rpc": [ + "https://rpc.ether1.org" + ], + + "faucets": [], + "nativeCurrency": { + "name": "Etho Protocol", + "symbol": "ETHO", + "decimals": 18 + }, + + "infoURL": "https://ethoprotocol.com", + "shortName": "etho", + "chainId": 1313114, + "networkId": 1313114, + "slip44": 1313114, + + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.ethoprotocol.com", + "standard": "none" + }] + } diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json index bb25440c..2c236994 100644 --- a/_data/chains/eip155-1313161554.json +++ b/_data/chains/eip155-1313161554.json @@ -1,9 +1,8 @@ { "name": "Aurora MainNet", "chain": "NEAR", - "network": "mainnet", "rpc": [ - "https://rpc.mainnet.aurora.dev:8545" + "https://mainnet.aurora.dev" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json index e68ca6d2..c82537a2 100644 --- a/_data/chains/eip155-1313161555.json +++ b/_data/chains/eip155-1313161555.json @@ -1,9 +1,8 @@ { "name": "Aurora TestNet", "chain": "NEAR", - "network": "testnet", "rpc": [ - "https://rpc.testnet.aurora.dev:8545" + "https://testnet.aurora.dev/" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1313161556.json b/_data/chains/eip155-1313161556.json index ad39d387..f1230393 100644 --- a/_data/chains/eip155-1313161556.json +++ b/_data/chains/eip155-1313161556.json @@ -1,9 +1,8 @@ { "name": "Aurora BetaNet", "chain": "NEAR", - "network": "betanet", "rpc": [ - "https://rpc.betanet.aurora.dev:8545" + "https://betanet.aurora.dev/" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1313500.json b/_data/chains/eip155-1313500.json index c6eab7d8..d5cc6515 100644 --- a/_data/chains/eip155-1313500.json +++ b/_data/chains/eip155-1313500.json @@ -1,7 +1,6 @@ { "name": "Xerom", "chain": "XERO", - "network": "mainnet", "rpc": [ "https://rpc.xerom.org" ], diff --git a/_data/chains/eip155-13371337.json b/_data/chains/eip155-13371337.json index fbb82aa3..2fe6fc33 100644 --- a/_data/chains/eip155-13371337.json +++ b/_data/chains/eip155-13371337.json @@ -1,7 +1,6 @@ { "name": "PepChain Churchill", "chain": "PEP", - "network": "testnet", "rpc": [ "https://churchill-rpc.pepchain.io" ], diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json new file mode 100644 index 00000000..30d56428 --- /dev/null +++ b/_data/chains/eip155-1337702.json @@ -0,0 +1,25 @@ +{ + "name": "Kintsugi", + "title": "Kintsugi merge testnet", + "chain": "ETH", + "rpc": [ + "https://rpc.kintsugi.themerge.dev" + ], + "faucets": [ + "https://faucet.kintsugi.themerge.dev" + ], + "nativeCurrency": { + "name": "kintsugi Ethere", + "symbol": "kiETH", + "decimals": 18 + }, + "infoURL": "https://kintsugi.themerge.dev/", + "shortName": "kintsugi", + "chainId": 1337702, + "networkId": 1337702, + "explorers": [{ + "name": "kintsugi explorer", + "url": "https://explorer.kintsugi.themerge.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json index 6538f6ee..72cceea0 100644 --- a/_data/chains/eip155-137.json +++ b/_data/chains/eip155-137.json @@ -1,26 +1,28 @@ { - "name": "Matic(Polygon) Mainnet", - "chain": "Matic(Polygon)", - "network": "mainnet", + "name": "Polygon Mainnet", + "chain": "Polygon", "rpc": [ + "https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", - "wss://ws-mainnet.matic.network", + "https://matic-mainnet.chainstacklabs.com", + "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", - "https://matic-mainnet.chainstacklabs.com" + "https://matic-mainnet-full-rpc.bwarelabs.com" ], "faucets": [], "nativeCurrency": { - "name": "Matic", + "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, - "infoURL": "https://matic.network/", - "shortName": "matic", + "infoURL": "https://polygon.technology/", + "shortName": "MATIC", "chainId": 137, "networkId": 137, + "slip44": 966, "explorers": [{ "name": "polygonscan", - "url": "https://polygonscan.com", + "url": "https://polygonscan.com/", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-14.json b/_data/chains/eip155-14.json index 01446cd8..90b70ca4 100644 --- a/_data/chains/eip155-14.json +++ b/_data/chains/eip155-14.json @@ -1,7 +1,6 @@ { "name": "Flare Mainnet", "chain": "FLR", - "network": "flare", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-142.json b/_data/chains/eip155-142.json index 9d4176da..11d54eec 100644 --- a/_data/chains/eip155-142.json +++ b/_data/chains/eip155-142.json @@ -1,7 +1,6 @@ { "name": "DAX CHAIN", "chain": "DAX", - "network": "mainnet", "rpc": [ "https://rpc.prodax.io" ], diff --git a/_data/chains/eip155-15.json b/_data/chains/eip155-15.json index 9a6b207a..a6c8cb12 100644 --- a/_data/chains/eip155-15.json +++ b/_data/chains/eip155-15.json @@ -1,7 +1,6 @@ { "name": "Diode Prenet", "chain": "DIODE", - "network": "mainnet", "rpc": [ "https://prenet.diode.io:8443/", "wss://prenet.diode.io:8443/ws" diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index 8cfc7b84..7f20668c 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -1,7 +1,6 @@ { "name": "Flare Testnet Coston", "chain": "FLR", - "network": "coston", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-16000.json b/_data/chains/eip155-16000.json index 3dfb4573..e3b4cdd5 100644 --- a/_data/chains/eip155-16000.json +++ b/_data/chains/eip155-16000.json @@ -1,7 +1,6 @@ { "name": "MetaDot Mainnet", "chain": "MTT", - "network": "mainnet", "rpc": [ "https://mainnet.metadot.network" ], diff --git a/_data/chains/eip155-16001.json b/_data/chains/eip155-16001.json index 451d4598..9727cebc 100644 --- a/_data/chains/eip155-16001.json +++ b/_data/chains/eip155-16001.json @@ -1,7 +1,6 @@ { "name": "MetaDot Testnet", "chain": "MTTTest", - "network": "devnet", "rpc": [ "https://testnet.metadot.network" ], diff --git a/_data/chains/eip155-1618.json b/_data/chains/eip155-1618.json index ab514f2e..9f0b0900 100644 --- a/_data/chains/eip155-1618.json +++ b/_data/chains/eip155-1618.json @@ -1,7 +1,6 @@ { "name": "Catecoin Chain Mainnet", "chain": "Catechain", - "network": "mainnet", "rpc": [ "https://send.catechain.com" ], diff --git a/_data/chains/eip155-162.json b/_data/chains/eip155-162.json index cba8d670..65dbf70a 100644 --- a/_data/chains/eip155-162.json +++ b/_data/chains/eip155-162.json @@ -1,7 +1,6 @@ { "name": "Lightstreams Testnet", "chain": "PHT", - "network": "sirius", "rpc": [ "https://node.sirius.lightstreams.io" ], diff --git a/_data/chains/eip155-1620.json b/_data/chains/eip155-1620.json index 4a752163..18101561 100644 --- a/_data/chains/eip155-1620.json +++ b/_data/chains/eip155-1620.json @@ -1,7 +1,6 @@ { "name": "Atheios", "chain": "ATH", - "network": "mainnet", "rpc": [ "https://wallet.atheios.com:8797" ], diff --git a/_data/chains/eip155-163.json b/_data/chains/eip155-163.json index 5ff63a15..96f89177 100644 --- a/_data/chains/eip155-163.json +++ b/_data/chains/eip155-163.json @@ -1,7 +1,6 @@ { "name": "Lightstreams Mainnet", "chain": "PHT", - "network": "mainnet", "rpc": [ "https://node.mainnet.lightstreams.io" ], diff --git a/_data/chains/eip155-1657.json b/_data/chains/eip155-1657.json new file mode 100644 index 00000000..a02af235 --- /dev/null +++ b/_data/chains/eip155-1657.json @@ -0,0 +1,17 @@ +{ + "name": "Btachain", + "chain": "btachain", + "rpc": [ + "https://dataseed1.btachain.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Bitcoin Asset", + "symbol": "BTA", + "decimals": 18 + }, + "infoURL": "https://bitcoinasset.io/", + "shortName": "bta", + "chainId": 1657, + "networkId": 1657 +} diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index d4837f59..0a19b696 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -1,12 +1,10 @@ { "name": "Harmony Mainnet Shard 0", "chain": "Harmony", - "network": "mainnet", "rpc": [ "https://api.harmony.one" ], - "faucets": [ - ], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "ONE", "symbol": "ONE", diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json index 0a1bedaa..4c7330bc 100644 --- a/_data/chains/eip155-1666600001.json +++ b/_data/chains/eip155-1666600001.json @@ -1,7 +1,6 @@ { "name": "Harmony Mainnet Shard 1", "chain": "Harmony", - "network": "mainnet", "rpc": [ "https://s1.api.harmony.one" ], diff --git a/_data/chains/eip155-1666600002.json b/_data/chains/eip155-1666600002.json index e1f9aec0..5b0b933d 100644 --- a/_data/chains/eip155-1666600002.json +++ b/_data/chains/eip155-1666600002.json @@ -1,7 +1,6 @@ { "name": "Harmony Mainnet Shard 2", "chain": "Harmony", - "network": "mainnet", "rpc": [ "https://s2.api.harmony.one" ], diff --git a/_data/chains/eip155-1666600003.json b/_data/chains/eip155-1666600003.json index 14a228db..3bf7e72c 100644 --- a/_data/chains/eip155-1666600003.json +++ b/_data/chains/eip155-1666600003.json @@ -1,7 +1,6 @@ { "name": "Harmony Mainnet Shard 3", "chain": "Harmony", - "network": "mainnet", "rpc": [ "https://s3.api.harmony.one" ], diff --git a/_data/chains/eip155-1666700000.json b/_data/chains/eip155-1666700000.json index f8d4e6d7..a66f37a6 100644 --- a/_data/chains/eip155-1666700000.json +++ b/_data/chains/eip155-1666700000.json @@ -1,7 +1,6 @@ { "name": "Harmony Testnet Shard 0", "chain": "Harmony", - "network": "testnet", "rpc": [ "https://api.s0.b.hmny.io" ], diff --git a/_data/chains/eip155-1666700001.json b/_data/chains/eip155-1666700001.json index 7fb96936..fa093995 100644 --- a/_data/chains/eip155-1666700001.json +++ b/_data/chains/eip155-1666700001.json @@ -1,7 +1,6 @@ { "name": "Harmony Testnet Shard 1", "chain": "Harmony", - "network": "testnet", "rpc": [ "https://api.s1.b.hmny.io" ], diff --git a/_data/chains/eip155-1666700002.json b/_data/chains/eip155-1666700002.json index c81c44e6..19230baa 100644 --- a/_data/chains/eip155-1666700002.json +++ b/_data/chains/eip155-1666700002.json @@ -1,7 +1,6 @@ { "name": "Harmony Testnet Shard 2", "chain": "Harmony", - "network": "testnet", "rpc": [ "https://api.s2.b.hmny.io" ], diff --git a/_data/chains/eip155-1666700003.json b/_data/chains/eip155-1666700003.json index 98a9bb30..86b601fe 100644 --- a/_data/chains/eip155-1666700003.json +++ b/_data/chains/eip155-1666700003.json @@ -1,7 +1,6 @@ { "name": "Harmony Testnet Shard 3", "chain": "Harmony", - "network": "testnet", "rpc": [ "https://api.s3.b.hmny.io" ], diff --git a/_data/chains/eip155-17.json b/_data/chains/eip155-17.json index 56c2c1c1..8c8a32b0 100644 --- a/_data/chains/eip155-17.json +++ b/_data/chains/eip155-17.json @@ -1,7 +1,6 @@ { "name": "ThaiChain 2.0 ThaiFi", "chain": "TCH", - "network": "thaifi", "rpc": [ "https://rpc.thaifi.com" ], diff --git a/_data/chains/eip155-170.json b/_data/chains/eip155-170.json index 85f7c853..e8c2e2ea 100644 --- a/_data/chains/eip155-170.json +++ b/_data/chains/eip155-170.json @@ -1,7 +1,6 @@ { "name": "HOO Smart Chain Testnet", "chain": "ETH", - "network": "testnet", "rpc": [ "https://http-testnet.hoosmartchain.com" ], diff --git a/_data/chains/eip155-172.json b/_data/chains/eip155-172.json index 3fa3a7b4..b8cf3865 100644 --- a/_data/chains/eip155-172.json +++ b/_data/chains/eip155-172.json @@ -1,7 +1,6 @@ { "name": "Latam-Blockchain Resil Testnet", "chain": "Resil", - "network": "testnet", "rpc": [ "https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com" diff --git a/_data/chains/eip155-18.json b/_data/chains/eip155-18.json index 6631c034..d4911d6a 100644 --- a/_data/chains/eip155-18.json +++ b/_data/chains/eip155-18.json @@ -1,7 +1,6 @@ { "name": "ThunderCore Testnet", "chain": "TST", - "network": "testnet", "rpc": [ "https://testnet-rpc.thundercore.com" ], diff --git a/_data/chains/eip155-18289463.json b/_data/chains/eip155-18289463.json index 230c8785..d4039afe 100644 --- a/_data/chains/eip155-18289463.json +++ b/_data/chains/eip155-18289463.json @@ -1,7 +1,6 @@ { "name": "IOLite", "chain": "ILT", - "network": "mainnet", "rpc": [ "https://net.iolite.io" ], diff --git a/_data/chains/eip155-1856.json b/_data/chains/eip155-1856.json index f9ca9ef6..6e4f240f 100644 --- a/_data/chains/eip155-1856.json +++ b/_data/chains/eip155-1856.json @@ -1,7 +1,6 @@ { "name": "Teslafunds", "chain": "TSF", - "network": "mainnet", "rpc": [ "https://tsfapi.europool.me" ], diff --git a/_data/chains/eip155-186.json b/_data/chains/eip155-186.json new file mode 100644 index 00000000..df7c772b --- /dev/null +++ b/_data/chains/eip155-186.json @@ -0,0 +1,22 @@ +{ + "name": "Seele Mainnet", + "chain": "Seele", + "rpc": [ + "https://rpc.seelen.pro/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Seele", + "symbol": "Seele", + "decimals": 18 + }, + "infoURL": "https://seelen.pro/", + "shortName": "Seele", + "chainId": 186, + "networkId": 186, + "explorers": [{ + "name": "seeleview", + "url": "https://seeleview.net/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-188.json b/_data/chains/eip155-188.json new file mode 100644 index 00000000..800c2526 --- /dev/null +++ b/_data/chains/eip155-188.json @@ -0,0 +1,22 @@ +{ + "name": "BMC Mainnet", + "chain": "BMC", + "rpc": [ + "https://mainnet.bmcchain.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTM", + "symbol": "BTM", + "decimals": 18 + }, + "infoURL": "https://bmc.bytom.io/", + "shortName": "BMC", + "chainId": 188, + "networkId": 188, + "explorers": [{ + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-189.json b/_data/chains/eip155-189.json new file mode 100644 index 00000000..ba3436d4 --- /dev/null +++ b/_data/chains/eip155-189.json @@ -0,0 +1,22 @@ +{ + "name": "BMC Testnet", + "chain": "BMC", + "rpc": [ + "https://testnet.bmcchain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTM", + "symbol": "BTM", + "decimals": 18 + }, + "infoURL": "https://bmc.bytom.io/", + "shortName": "BMCT", + "chainId": 189, + "networkId": 189, + "explorers": [{ + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index 48aed255..e3eabc0a 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -1,11 +1,13 @@ { "name": "Songbird Canary-Network", "chain": "SGB", - "network": "songbird", "rpc": [ + "https://songbird.towolabs.com/rpc", + "https://sgb.ftso.com.au/ext/bc/C/rpc", + "https://sgb.lightft.so/rpc", + "https://sgb-rpc.ftso.eu" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "Songbird", "symbol": "SGB", @@ -14,5 +16,11 @@ "infoURL": "https://flare.xyz", "shortName": "sgb", "chainId": 19, - "networkId": 19 + "networkId": 19, + + "explorers": [{ + "name": "blockscout", + "url": "https://songbird-explorer.flare.network", + "standard": "none" + }] } diff --git a/_data/chains/eip155-192837465.json b/_data/chains/eip155-192837465.json new file mode 100644 index 00000000..5fb0d83d --- /dev/null +++ b/_data/chains/eip155-192837465.json @@ -0,0 +1,22 @@ +{ + "name": "Gather Mainnet Network", + "chain": "GTH", + "rpc": [ + "https://mainnet.gather.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Gather", + "symbol": "GTH", + "decimals": 18 + }, + "infoURL": "https://gather.network", + "shortName": "GTH", + "chainId": 192837465, + "networkId": 192837465, + "explorers": [{ + "name": "Blockscout", + "url": "https://explorer.gather.network/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-197710212030.json b/_data/chains/eip155-197710212030.json new file mode 100644 index 00000000..adbe69c2 --- /dev/null +++ b/_data/chains/eip155-197710212030.json @@ -0,0 +1,24 @@ +{ + "name": "Ntity Mainnet", + "chain": "Ntity", + "rpc": [ + "https://rpc.ntity.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ntity", + "symbol": "NTT", + "decimals": 18 + }, + "infoURL": "https://ntity.io", + "shortName": "ntt", + "chainId": 197710212030, + "networkId": 197710212030, + "icon": "ntity", + "explorers": [{ + "name": "Ntity Blockscout", + "url": "https://blockscout.ntity.io", + "icon": "ntity", + "standard": "EIP3091" + }] + } \ No newline at end of file diff --git a/_data/chains/eip155-197710212031.json b/_data/chains/eip155-197710212031.json new file mode 100644 index 00000000..779bebab --- /dev/null +++ b/_data/chains/eip155-197710212031.json @@ -0,0 +1,24 @@ +{ + "name": "Haradev Testnet", + "chain": "Ntity", + "rpc": [ + "https://blockchain.haradev.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ntity Haradev", + "symbol": "NTTH", + "decimals": 18 + }, + "infoURL": "https://ntity.io", + "shortName": "ntt-haradev", + "chainId": 197710212031, + "networkId": 197710212031, + "icon": "ntity", + "explorers": [{ + "name": "Ntity Haradev Blockscout", + "url": "https://blockscout.haradev.com", + "icon": "ntity", + "standard": "EIP3091" + }] + } \ No newline at end of file diff --git a/_data/chains/eip155-19845.json b/_data/chains/eip155-19845.json new file mode 100644 index 00000000..5e5c50f1 --- /dev/null +++ b/_data/chains/eip155-19845.json @@ -0,0 +1,23 @@ +{ + "name": "BTCIX Network", + "chain": "BTCIX", + "rpc": [ + "https://seed.btcix.org/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTCIX Network", + "symbol": "BTCIX", + "decimals": 18 + }, + "infoURL": "https://bitcolojix.org", + "shortName": "btcix", + "chainId": 19845, + "networkId": 19845, + + "explorers": [{ + "name": "BTCIXScan", + "url": "https://btcixscan.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-1987.json b/_data/chains/eip155-1987.json index 417cd5e0..fef6d8fe 100644 --- a/_data/chains/eip155-1987.json +++ b/_data/chains/eip155-1987.json @@ -1,7 +1,6 @@ { "name": "EtherGem", "chain": "EGEM", - "network": "mainnet", "rpc": [ "https://jsonrpc.egem.io/custom" ], diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json new file mode 100644 index 00000000..0361174c --- /dev/null +++ b/_data/chains/eip155-199.json @@ -0,0 +1,22 @@ +{ + "name": "BitTorrent Chain Mainnet", + "chain": "BTTC", + "rpc": [ + "https://rpc.bittorrentchain.io/" + ], + "faucets": [], + "nativeCurrency": { + "name": "BitTorrent", + "symbol": "BTT", + "decimals": 18 + }, + "infoURL": "https://bittorrentchain.io/", + "shortName": "BTT", + "chainId": 199, + "networkId": 199, + "explorers": [{ + "name": "bttcscan", + "url": "https://scan.bittorrentchain.io/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-2.json b/_data/chains/eip155-2.json index f50d9e2f..6ce5d4b0 100644 --- a/_data/chains/eip155-2.json +++ b/_data/chains/eip155-2.json @@ -1,7 +1,6 @@ { "name": "Expanse Network", "chain": "EXP", - "network": "mainnet", "rpc": [ "https://node.expanse.tech" ], diff --git a/_data/chains/eip155-20.json b/_data/chains/eip155-20.json index 815283fc..0bddca16 100644 --- a/_data/chains/eip155-20.json +++ b/_data/chains/eip155-20.json @@ -1,7 +1,6 @@ { "name": "ELA-ETH-Sidechain Mainnet", "chain": "ETH", - "network": "mainnet", "rpc": [ "https://mainrpc.elaeth.io" ], diff --git a/_data/chains/eip155-200.json b/_data/chains/eip155-200.json index 010c8d5c..cb9b1e4e 100644 --- a/_data/chains/eip155-200.json +++ b/_data/chains/eip155-200.json @@ -1,7 +1,6 @@ { "name": "Arbitrum on xDai", "chain": "AOX", - "network": "xdai", "rpc": ["https://arbitrum.xdaichain.com/"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-200625.json b/_data/chains/eip155-200625.json index 49af133e..375b314c 100644 --- a/_data/chains/eip155-200625.json +++ b/_data/chains/eip155-200625.json @@ -1,7 +1,6 @@ { "name": "Akroma", "chain": "AKA", - "network": "mainnet", "rpc": [ "https://remote.akroma.io" ], diff --git a/_data/chains/eip155-201018.json b/_data/chains/eip155-201018.json new file mode 100644 index 00000000..42570288 --- /dev/null +++ b/_data/chains/eip155-201018.json @@ -0,0 +1,26 @@ +{ + "name": "Alaya Mainnet", + "chain": "Alaya", + "rpc": [ + "https://openapi.alaya.network/rpc", + "wss://openapi.alaya.network/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "ATP", + "symbol": "atp", + "decimals": 18 + }, + "infoURL": "https://www.alaya.network/", + "shortName": "alaya", + "chainId": 201018, + "networkId": 1, + "icon": "alaya", + "explorers": [ + { + "name": "alaya explorer", + "url": "https://scan.alaya.network/", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-201030.json b/_data/chains/eip155-201030.json new file mode 100644 index 00000000..d506ca7f --- /dev/null +++ b/_data/chains/eip155-201030.json @@ -0,0 +1,28 @@ +{ + "name": "Alaya Dev Testnet", + "chain": "Alaya", + "rpc": [ + "https://devnetopenapi.alaya.network/rpc", + "wss://devnetopenapi.alaya.network/ws" + ], + "faucets": [ + "https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c" + ], + "nativeCurrency": { + "name": "ATP", + "symbol": "atp", + "decimals": 18 + }, + "infoURL": "https://www.alaya.network/", + "shortName": "alayadev", + "chainId": 201030, + "networkId": 1, + "icon": "alaya", + "explorers": [ + { + "name": "alaya explorer", + "url": "https://devnetscan.alaya.network", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-20181205.json b/_data/chains/eip155-20181205.json index 7f5e45b4..6d7aca73 100644 --- a/_data/chains/eip155-20181205.json +++ b/_data/chains/eip155-20181205.json @@ -1,7 +1,6 @@ { "name": "quarkblockchain", "chain": "QKI", - "network": "mainnet", "rpc": [ "https://hz.rpc.qkiscan.cn", "https://jp.rpc.qkiscan.io" diff --git a/_data/chains/eip155-2020.json b/_data/chains/eip155-2020.json index e8f40f5b..34887df5 100644 --- a/_data/chains/eip155-2020.json +++ b/_data/chains/eip155-2020.json @@ -1,7 +1,6 @@ { "name": "420coin", "chain": "420", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-2021.json b/_data/chains/eip155-2021.json index 3a8a4bf7..de4654f9 100644 --- a/_data/chains/eip155-2021.json +++ b/_data/chains/eip155-2021.json @@ -1,7 +1,6 @@ { "name": "Edgeware Mainnet", "chain": "EDG", - "network": "mainnet", "rpc": [ "https://mainnet1.edgewa.re" ], diff --git a/_data/chains/eip155-2021121117.json b/_data/chains/eip155-2021121117.json new file mode 100644 index 00000000..14fcdec3 --- /dev/null +++ b/_data/chains/eip155-2021121117.json @@ -0,0 +1,17 @@ +{ + "name": "DataHopper", + "chain": "HOP", + "rpc": [ + "https://23.92.21.121:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "DataHoppers", + "symbol": "HOP", + "decimals": 18 + }, + "infoURL": "https://www.DataHopper.com", + "shortName": "hop", + "chainId": 2021121117, + "networkId": 2021121117 +} diff --git a/_data/chains/eip155-2022.json b/_data/chains/eip155-2022.json index 316bfca6..fc5b7525 100644 --- a/_data/chains/eip155-2022.json +++ b/_data/chains/eip155-2022.json @@ -1,7 +1,6 @@ { "name": "Beresheet Testnet", "chain": "EDG", - "network": "beresheet", "rpc": [ "https://beresheet1.edgewa.re" ], diff --git a/_data/chains/eip155-2025.json b/_data/chains/eip155-2025.json new file mode 100644 index 00000000..4f89486e --- /dev/null +++ b/_data/chains/eip155-2025.json @@ -0,0 +1,24 @@ +{ + "name": "Rangers Protocol Mainnet", + "chain": "Rangers", + "icon": "rangers", + "rpc": [ + "https://mainnet.rangersprotocol.com/api/jsonrpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Rangers Protocol Gas", + "symbol": "RPG", + "decimals": 18 + }, + "infoURL": "https://rangersprotocol.com", + "shortName": "rpg", + "chainId": 2025, + "networkId": 2025, + "slip44": 1008, + "explorers": [{ + "name": "rangersscan", + "url": "https://scan.rangersprotocol.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-21.json b/_data/chains/eip155-21.json index 68cc3d6b..2602e65a 100644 --- a/_data/chains/eip155-21.json +++ b/_data/chains/eip155-21.json @@ -1,7 +1,6 @@ { "name": "ELA-ETH-Sidechain Testnet", "chain": "ETH", - "network": "testnet", "rpc": [ "https://rpc.elaeth.io" ], diff --git a/_data/chains/eip155-2100.json b/_data/chains/eip155-2100.json new file mode 100644 index 00000000..b9d529c1 --- /dev/null +++ b/_data/chains/eip155-2100.json @@ -0,0 +1,22 @@ +{ + "name": "Ecoball Mainnet", + "chain": "ECO", + "rpc": [ + "https://api.ecoball.org/ecoball/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ecoball Coin", + "symbol": "ECO", + "decimals": 18 + }, + "infoURL": "https://ecoball.org", + "shortName": "eco", + "chainId": 2100, + "networkId": 2100, + "explorers": [{ + "name": "Ecoball Explorer", + "url": "https://scan.ecoball.org/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-2101.json b/_data/chains/eip155-2101.json new file mode 100644 index 00000000..7463df69 --- /dev/null +++ b/_data/chains/eip155-2101.json @@ -0,0 +1,22 @@ +{ + "name": "Ecoball Testnet Espuma", + "chain": "ECO", + "rpc": [ + "https://api.ecoball.org/espuma/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Espuma Coin", + "symbol": "ECO", + "decimals": 18 + }, + "infoURL": "https://ecoball.org", + "shortName": "esp", + "chainId": 2101, + "networkId": 2101, + "explorers": [{ + "name": "Ecoball Testnet Explorer", + "url": "https://espuma-scan.ecoball.org/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-210309.json b/_data/chains/eip155-210309.json new file mode 100644 index 00000000..9e69304b --- /dev/null +++ b/_data/chains/eip155-210309.json @@ -0,0 +1,28 @@ +{ + "name": "PlatON Dev Testnet", + "chain": "PlatON", + "rpc": [ + "https://devnetopenapi.platon.network/rpc", + "wss://devnetopenapi.platon.network/ws" + ], + "faucets": [ + "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03" + ], + "nativeCurrency": { + "name": "LAT", + "symbol": "lat", + "decimals": 18 + }, + "infoURL": "https://www.platon.network", + "shortName": "PlatON", + "chainId": 210309, + "networkId": 1, + "icon": "platon", + "explorers": [ + { + "name": "PlatON explorer", + "url": "https://devnetscan.platon.network/", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-211.json b/_data/chains/eip155-211.json index f0005fa7..125be41f 100644 --- a/_data/chains/eip155-211.json +++ b/_data/chains/eip155-211.json @@ -1,7 +1,6 @@ { "name": "Freight Trust Network", "chain": "EDI", - "network": "freight & trade network", "rpc": [ "http://13.57.207.168:3435", "https://app.freighttrust.net/ftn/${API_KEY}" diff --git a/_data/chains/eip155-22.json b/_data/chains/eip155-22.json index a16e1df8..59a83a02 100644 --- a/_data/chains/eip155-22.json +++ b/_data/chains/eip155-22.json @@ -1,7 +1,6 @@ { "name": "ELA-DID-Sidechain Mainnet", "chain": "ETH", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-222.json b/_data/chains/eip155-222.json new file mode 100644 index 00000000..e142a8c0 --- /dev/null +++ b/_data/chains/eip155-222.json @@ -0,0 +1,18 @@ +{ + "name": "Permission", + "chain": "ASK", + "rpc": [ + "https://blockchain-api-mainnet.permission.io/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "ASK", + "symbol": "ASK", + "decimals": 18 + }, + "infoURL": "https://permission.io/", + "shortName": "ASK", + "chainId": 222, + "networkId": 2221, + "slip44": 2221 +} diff --git a/_data/chains/eip155-23.json b/_data/chains/eip155-23.json index aeb18471..2f233762 100644 --- a/_data/chains/eip155-23.json +++ b/_data/chains/eip155-23.json @@ -1,7 +1,6 @@ { "name": "ELA-DID-Sidechain Testnet", "chain": "ETH", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-24.json b/_data/chains/eip155-24.json new file mode 100644 index 00000000..c5240775 --- /dev/null +++ b/_data/chains/eip155-24.json @@ -0,0 +1,20 @@ +{ + "name": "Dithereum Mainnet", + "chain": "DTH", + "icon": "dithereum", + "rpc": [ + "https://node-mainnet.dithereum.io" + ], + "faucets": [ + "https://faucet.dithereum.org" + ], + "nativeCurrency": { + "name": "Dither", + "symbol": "DTH", + "decimals": 18 + }, + "infoURL": "https://dithereum.org", + "shortName": "dthmainnet", + "chainId": 24, + "networkId": 24 +} diff --git a/_data/chains/eip155-24484.json b/_data/chains/eip155-24484.json index 8cf4a846..9e312c82 100644 --- a/_data/chains/eip155-24484.json +++ b/_data/chains/eip155-24484.json @@ -1,7 +1,6 @@ { "name": "Webchain", "chain": "WEB", - "network": "mainnet", "rpc": [ "https://node1.webchain.network" ], @@ -14,5 +13,6 @@ "infoURL": "https://webchain.network", "shortName": "web", "chainId": 24484, - "networkId": 37129 + "networkId": 37129, + "slip44": 227 } \ No newline at end of file diff --git a/_data/chains/eip155-245022926.json b/_data/chains/eip155-245022926.json new file mode 100644 index 00000000..4a6d7188 --- /dev/null +++ b/_data/chains/eip155-245022926.json @@ -0,0 +1,19 @@ +{ + "name": "Neon EVM DevNet", + "chain": "Solana", + "rpc": [ + "https://proxy.devnet.neonlabs.org/solana" + ], + "faucets": [ + "https://neonswap.live/#/get-tokens" + ], + "nativeCurrency": { + "name": "Neon", + "symbol": "NEON", + "decimals": 18 + }, + "infoURL": "https://neon-labs.org/", + "shortName": "neonevm-devnet", + "chainId": 245022926, + "networkId": 245022926 +} diff --git a/_data/chains/eip155-245022934.json b/_data/chains/eip155-245022934.json new file mode 100644 index 00000000..1b1f65b0 --- /dev/null +++ b/_data/chains/eip155-245022934.json @@ -0,0 +1,17 @@ +{ + "name": "Neon EVM MainNet", + "chain": "Solana", + "rpc": [ + "https://proxy.mainnet.neonlabs.org/solana" + ], + "faucets": [], + "nativeCurrency": { + "name": "Neon", + "symbol": "NEON", + "decimals": 18 + }, + "infoURL": "https://neon-labs.org/", + "shortName": "neonevm-mainnet", + "chainId": 245022934, + "networkId": 245022934 +} diff --git a/_data/chains/eip155-245022940.json b/_data/chains/eip155-245022940.json new file mode 100644 index 00000000..6cd464f2 --- /dev/null +++ b/_data/chains/eip155-245022940.json @@ -0,0 +1,17 @@ +{ + "name": "Neon EVM TestNet", + "chain": "Solana", + "rpc": [ + "https://proxy.testnet.neonlabs.org/solana" + ], + "faucets": [], + "nativeCurrency": { + "name": "Neon", + "symbol": "NEON", + "decimals": 18 + }, + "infoURL": "https://neon-labs.org/", + "shortName": "neonevm-testnet", + "chainId": 245022940, + "networkId": 245022940 +} diff --git a/_data/chains/eip155-246.json b/_data/chains/eip155-246.json index 56fa8b21..2af6fe22 100644 --- a/_data/chains/eip155-246.json +++ b/_data/chains/eip155-246.json @@ -1,13 +1,12 @@ { "name": "Energy Web Chain", "chain": "Energy Web Chain", - "network": "mainnet", "rpc": [ "https://rpc.energyweb.org", "wss://rpc.energyweb.org/ws" ], "faucets": [ - "https://faucet.carbonswap.exchange" + "https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/" ], "nativeCurrency": { "name": "Energy Web Token", @@ -18,5 +17,13 @@ "shortName": "ewt", "chainId": 246, "networkId": 246, - "slip44": 246 + "slip44": 246, + + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.energyweb.org", + "standard": "none" + }] + + } diff --git a/_data/chains/eip155-246529.json b/_data/chains/eip155-246529.json index 358eca2d..21a168b9 100644 --- a/_data/chains/eip155-246529.json +++ b/_data/chains/eip155-246529.json @@ -1,7 +1,6 @@ { "name": "ARTIS sigma1", "chain": "ARTIS", - "network": "sigma1", "rpc": [ "https://rpc.sigma1.artis.network" ], diff --git a/_data/chains/eip155-246785.json b/_data/chains/eip155-246785.json index 8fc10cb2..15248e15 100644 --- a/_data/chains/eip155-246785.json +++ b/_data/chains/eip155-246785.json @@ -1,7 +1,6 @@ { "name": "ARTIS Testnet tau1", "chain": "ARTIS", - "network": "tau1", "rpc": [ "https://rpc.tau1.artis.network" ], diff --git a/_data/chains/eip155-24734.json b/_data/chains/eip155-24734.json index 013a3394..6319d313 100644 --- a/_data/chains/eip155-24734.json +++ b/_data/chains/eip155-24734.json @@ -1,7 +1,6 @@ { "name": "MintMe.com Coin", "chain": "MINTME", - "network": "mainnet", "rpc": [ "https://node1.mintme.com" ], diff --git a/_data/chains/eip155-25.json b/_data/chains/eip155-25.json new file mode 100644 index 00000000..145025fd --- /dev/null +++ b/_data/chains/eip155-25.json @@ -0,0 +1,22 @@ +{ + "name": "Cronos Mainnet Beta", + "chain": "CRO", + "rpc": [ + "https://evm-cronos.crypto.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Crypto.org Coin", + "symbol": "CRO", + "decimals": 18 + }, + "infoURL": "https://cronos.crypto.org", + "shortName": "cro", + "chainId": 25, + "networkId": 25, + "explorers": [{ + "name": "Cronos Explorer", + "url": "https://cronos.crypto.org/explorer", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-250.json b/_data/chains/eip155-250.json index bce2c84e..a93e1cf0 100644 --- a/_data/chains/eip155-250.json +++ b/_data/chains/eip155-250.json @@ -1,9 +1,8 @@ { "name": "Fantom Opera", "chain": "FTM", - "network": "mainnet", "rpc": ["https://rpc.ftm.tools"], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Fantom", "symbol": "FTM", diff --git a/_data/chains/eip155-2559.json b/_data/chains/eip155-2559.json index a9f215e0..15d52fae 100644 --- a/_data/chains/eip155-2559.json +++ b/_data/chains/eip155-2559.json @@ -1,7 +1,6 @@ { "name": "Kortho Mainnet", "chain": "Kortho Chain", - "network": "mainnet", "rpc": [ "https://www.kortho-chain.com" ], diff --git a/_data/chains/eip155-256.json b/_data/chains/eip155-256.json index 8efc1196..bac1e7d3 100644 --- a/_data/chains/eip155-256.json +++ b/_data/chains/eip155-256.json @@ -1,7 +1,6 @@ { "name": "Huobi ECO Chain Testnet", "chain": "Heco", - "network": "testnet", "rpc": [ "https://http-testnet.hecochain.com", "wss://ws-testnet.hecochain.com" diff --git a/_data/chains/eip155-26.json b/_data/chains/eip155-26.json new file mode 100644 index 00000000..17731241 --- /dev/null +++ b/_data/chains/eip155-26.json @@ -0,0 +1,22 @@ +{ + "name": "Genesis L1 testnet", + "chain": "genesis", + "rpc": [ + "https://testrpc.genesisl1.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "L1 testcoin", + "symbol": "L1test", + "decimals": 18 + }, + "infoURL": "https://www.genesisl1.com", + "shortName": "L1test", + "chainId": 26, + "networkId": 26, + "explorers": [{ + "name": "Genesis L1 testnet explorer", + "url": "https://testnet.genesisl1.org/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-262.json b/_data/chains/eip155-262.json new file mode 100644 index 00000000..44ebefea --- /dev/null +++ b/_data/chains/eip155-262.json @@ -0,0 +1,24 @@ +{ + "name": "SUR Blockchain Network", + "chain": "SUR", + "rpc": [ + "https://sur.nilin.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Suren", + "symbol": "SRN", + "decimals": 18 + }, + "infoURL": "https://surnet.org", + "shortName": "SUR", + "chainId": 262, + "networkId": 1, + "icon": "SUR", + "explorers": [{ + "name": "Surnet Explorer", + "url": "https://explorer.surnet.org/", + "icon": "SUR", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-269.json b/_data/chains/eip155-269.json index bb386d9b..3f1a3050 100644 --- a/_data/chains/eip155-269.json +++ b/_data/chains/eip155-269.json @@ -1,7 +1,6 @@ { "name": "High Performance Blockchain", "chain": "HPB", - "network": "mainnet", "rpc": [ "https://hpbnode.com", "wss://ws.hpbnode.com" @@ -20,8 +19,8 @@ "networkId": 269, "slip44": 269, "explorers": [{ - "name": "hpbscan", - "url": "https://hpbscan.org/", + "name": "hscan", + "url": "https://hscan.org/", "standard": "EIP3091" }] diff --git a/_data/chains/eip155-27.json b/_data/chains/eip155-27.json new file mode 100644 index 00000000..cb034ef6 --- /dev/null +++ b/_data/chains/eip155-27.json @@ -0,0 +1,22 @@ +{ + "name": "ShibaChain", + "chain": "SHIB", + "rpc": [ + "https://rpc.shibachain.net" + ], + "faucets": [], + "nativeCurrency": { + "name": "SHIBA INU COIN", + "symbol": "SHIB", + "decimals": 18 + }, + "infoURL": "https://www.shibachain.net", + "shortName": "shib", + "chainId": 27, + "networkId": 27, + "explorers": [{ + "name": "Shiba Explorer", + "url": "https://exp.shibachain.net/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-28.json b/_data/chains/eip155-28.json new file mode 100644 index 00000000..8e04a29e --- /dev/null +++ b/_data/chains/eip155-28.json @@ -0,0 +1,26 @@ +{ + "name": "Boba Network Rinkeby Testnet", + "chain": "ETH", + "rpc": ["https://rinkeby.boba.network/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://boba.network", + "shortName": "Boba Rinkeby", + "chainId": 28, + "networkId": 28, + + "explorers": [{ + "name": "Blockscout", + "url": "https://blockexplorer.rinkeby.boba.network/", + "standard": "none" + }], + "parent": { + "type" : "L2", + "chain": "eip155-4", + "bridges": [ {"url":"https://gateway.rinkeby.boba.network"} ] + } +} diff --git a/_data/chains/eip155-281121.json b/_data/chains/eip155-281121.json new file mode 100644 index 00000000..7e757132 --- /dev/null +++ b/_data/chains/eip155-281121.json @@ -0,0 +1,18 @@ +{ + "name": "Social Smart Chain Mainnet", + "chain": "SoChain", + "rpc": [ + "https://socialsmartchain.digitalnext.business" + ], + "faucets": [], + "nativeCurrency": { + "name": "SoChain", + "symbol": "$OC", + "decimals": 18 + }, + "infoURL": "https://digitalnext.business/SocialSmartChain", + "shortName": "SoChain", + "chainId": 281121, + "networkId": 281121, + "explorers": [] +} diff --git a/_data/chains/eip155-288.json b/_data/chains/eip155-288.json new file mode 100644 index 00000000..aba9a781 --- /dev/null +++ b/_data/chains/eip155-288.json @@ -0,0 +1,26 @@ +{ + "name": "Boba Network", + "chain": "ETH", + "rpc": ["https://mainnet.boba.network/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://boba.network", + "shortName": "Boba", + "chainId": 288, + "networkId": 288, + + "explorers": [{ + "name": "Blockscout", + "url": "https://blockexplorer.boba.network/", + "standard": "none" + }], + "parent": { + "type" : "L2", + "chain": "eip155-1", + "bridges": [ {"url":"https://gateway.boba.network"} ] + } +} diff --git a/_data/chains/eip155-28945486.json b/_data/chains/eip155-28945486.json index 8f5ccc09..d26c7dc9 100644 --- a/_data/chains/eip155-28945486.json +++ b/_data/chains/eip155-28945486.json @@ -1,7 +1,6 @@ { "name": "Auxilium Network Mainnet", "chain": "AUX", - "network": "mainnet", "rpc": [ "https://rpc.auxilium.global" ], diff --git a/_data/chains/eip155-29.json b/_data/chains/eip155-29.json new file mode 100644 index 00000000..33579353 --- /dev/null +++ b/_data/chains/eip155-29.json @@ -0,0 +1,22 @@ +{ + "name": "Genesis L1", + "chain": "genesis", + "rpc": [ + "https://rpc.genesisl1.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "L1 coin", + "symbol": "L1", + "decimals": 18 + }, + "infoURL": "https://www.genesisl1.com", + "shortName": "L1", + "chainId": 29, + "networkId": 29, + "explorers": [{ + "name": "Genesis L1 blockchain explorer", + "url": "https://explorer.genesisl1.org/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 6e577a87..5e20f066 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -1,7 +1,6 @@ { "name": "Ethereum Testnet Ropsten", "chain": "ETH", - "network": "ropsten", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-30.json b/_data/chains/eip155-30.json index 57a8caf5..c3541990 100644 --- a/_data/chains/eip155-30.json +++ b/_data/chains/eip155-30.json @@ -1,12 +1,11 @@ { "name": "RSK Mainnet", "chain": "RSK", - "network": "mainnet", "rpc": [ "https://public-node.rsk.co", "https://mycrypto.rsk.co" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "RSK Mainnet Ether", "symbol": "RBTC", @@ -16,5 +15,11 @@ "shortName": "rsk", "chainId": 30, "networkId": 30, - "slip44": 137 + "slip44": 137, + + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.rsk.co", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-31.json b/_data/chains/eip155-31.json index 1c1f29f1..53f988f9 100644 --- a/_data/chains/eip155-31.json +++ b/_data/chains/eip155-31.json @@ -1,7 +1,6 @@ { "name": "RSK Testnet", "chain": "RSK", - "network": "testnet", "rpc": [ "https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co" diff --git a/_data/chains/eip155-31102.json b/_data/chains/eip155-31102.json index e64c57e1..925b32c6 100644 --- a/_data/chains/eip155-31102.json +++ b/_data/chains/eip155-31102.json @@ -1,7 +1,6 @@ { "name": "Ethersocial Network", "chain": "ESN", - "network": "mainnet", "rpc": [ "https://api.esn.gonspool.com" ], diff --git a/_data/chains/eip155-311752642.json b/_data/chains/eip155-311752642.json index 6cbdfa17..0ea0a8a4 100644 --- a/_data/chains/eip155-311752642.json +++ b/_data/chains/eip155-311752642.json @@ -1,7 +1,6 @@ { "name": "OneLedger Mainnet", "chain": "OLT", - "network": "mainnet", "icon": "oneledger", "rpc": [ "https://mainnet-rpc.oneledger.network" diff --git a/_data/chains/eip155-3125659152.json b/_data/chains/eip155-3125659152.json index 0609973a..24fa0172 100644 --- a/_data/chains/eip155-3125659152.json +++ b/_data/chains/eip155-3125659152.json @@ -1,7 +1,6 @@ { "name": "Pirl", "chain": "PIRL", - "network": "mainnet", "rpc": [ "https://wallrpc.pirl.io" ], diff --git a/_data/chains/eip155-31337.json b/_data/chains/eip155-31337.json index 4e5cacea..f2f18daa 100644 --- a/_data/chains/eip155-31337.json +++ b/_data/chains/eip155-31337.json @@ -1,7 +1,6 @@ { "name": "GoChain Testnet", "chain": "GO", - "network": "testnet", "rpc": [ "https://testnet-rpc.gochain.io" ], diff --git a/_data/chains/eip155-32.json b/_data/chains/eip155-32.json index 73e3f8a3..92c54411 100644 --- a/_data/chains/eip155-32.json +++ b/_data/chains/eip155-32.json @@ -1,7 +1,6 @@ { "name": "GoodData Testnet", "chain": "GooD", - "network": "testnet", "rpc": [ "https://test2.goodata.io" ], diff --git a/_data/chains/eip155-321.json b/_data/chains/eip155-321.json index 1092c85c..7d25a648 100644 --- a/_data/chains/eip155-321.json +++ b/_data/chains/eip155-321.json @@ -1,7 +1,6 @@ { "name": "KCC Mainnet", "chain": "KCC", - "network": "mainnet", "rpc": [ "https://rpc-mainnet.kcc.network", "wss://rpc-ws-mainnet.kcc.network" diff --git a/_data/chains/eip155-322.json b/_data/chains/eip155-322.json index 06bbbe93..4fb3a794 100644 --- a/_data/chains/eip155-322.json +++ b/_data/chains/eip155-322.json @@ -1,7 +1,6 @@ { "name": "KCC Testnet", "chain": "KCC", - "network": "testnet", "rpc": [ "https://rpc-testnet.kcc.network", "wss://rpc-ws-testnet.kcc.network" diff --git a/_data/chains/eip155-32659.json b/_data/chains/eip155-32659.json index 792c0bb0..3308f5df 100644 --- a/_data/chains/eip155-32659.json +++ b/_data/chains/eip155-32659.json @@ -1,7 +1,6 @@ { "name": "Fusion Mainnet", "chain": "FSN", - "network": "mainnet", "rpc": [ "https://mainnet.anyswap.exchange", "https://fsn.dev/api" diff --git a/_data/chains/eip155-33.json b/_data/chains/eip155-33.json index 3ebc1517..74c4ad12 100644 --- a/_data/chains/eip155-33.json +++ b/_data/chains/eip155-33.json @@ -1,7 +1,6 @@ { "name": "GoodData Mainnet", "chain": "GooD", - "network": "mainnet", "rpc": [ "https://rpc.goodata.io" ], diff --git a/_data/chains/eip155-3331.json b/_data/chains/eip155-3331.json new file mode 100644 index 00000000..8c9ac9b5 --- /dev/null +++ b/_data/chains/eip155-3331.json @@ -0,0 +1,20 @@ +{ + "name": "ZCore Testnet", + "chain": "Beach", + "icon": "zcore", + "rpc": [ + "https://rpc-testnet.zcore.cash" + ], + "faucets": [ + "https://faucet.zcore.cash" + ], + "nativeCurrency": { + "name": "ZCore", + "symbol": "ZCR", + "decimals": 18 + }, + "infoURL": "https://zcore.cash", + "shortName": "zcrbeach", + "chainId": 3331, + "networkId": 3331 +} diff --git a/_data/chains/eip155-333888.json b/_data/chains/eip155-333888.json index deee8c26..633e05b0 100644 --- a/_data/chains/eip155-333888.json +++ b/_data/chains/eip155-333888.json @@ -1,7 +1,6 @@ { "name": "Polis Testnet", "chain": "Sparta", - "network": "testnet", "icon": "polis", "rpc": [ "https://sparta-rpc.polis.tech" diff --git a/_data/chains/eip155-333999.json b/_data/chains/eip155-333999.json index 7c21f8b8..b36b0aba 100644 --- a/_data/chains/eip155-333999.json +++ b/_data/chains/eip155-333999.json @@ -1,7 +1,6 @@ { "name": "Polis Mainnet", "chain": "Olympus", - "network": "mainnet", "icon": "polis", "rpc": [ "https://rpc.polis.tech" diff --git a/_data/chains/eip155-336.json b/_data/chains/eip155-336.json new file mode 100644 index 00000000..ecbe4d43 --- /dev/null +++ b/_data/chains/eip155-336.json @@ -0,0 +1,25 @@ +{ + "name": "Shiden", + "chain": "SDN", + "rpc": [ + "https://rpc.shiden.astar.network:8545", + "wss://shiden.api.onfinality.io/public-ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Shiden", + "symbol": "SDN", + "decimals": 18 + }, + "infoURL": "https://shiden.astar.network/", + "shortName": "sdn", + "chainId": 336, + "networkId": 336, + "explorers": [ + { + "name": "subscan", + "url": "https://shiden.subscan.io", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-338.json b/_data/chains/eip155-338.json new file mode 100644 index 00000000..40aaeda8 --- /dev/null +++ b/_data/chains/eip155-338.json @@ -0,0 +1,25 @@ +{ + "name": "Cronos Testnet", + "chain": "CRO", + "rpc": [ + "https://cronos-testnet-3.crypto.org:8545", + "wss://cronos-testnet-3.crypto.org:8546" + ], + "faucets": [ + "https://cronos.crypto.org/faucet" + ], + "nativeCurrency": { + "name": "Crypto.org Test Coin", + "symbol": "TCRO", + "decimals": 18 + }, + "infoURL": "https://cronos.crypto.org", + "shortName": "tcro", + "chainId": 338, + "networkId": 338, + "explorers": [{ + "name": "Cronos Testnet Explorer", + "url": "https://cronos.crypto.org/explorer/testnet3", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-34.json b/_data/chains/eip155-34.json new file mode 100644 index 00000000..7a509601 --- /dev/null +++ b/_data/chains/eip155-34.json @@ -0,0 +1,20 @@ +{ + "name": "Dithereum Testnet", + "chain": "DTH", + "icon": "dithereum", + "rpc": [ + "https://node-testnet.dithereum.io" + ], + "faucets": [ + "https://faucet.dithereum.org" + ], + "nativeCurrency": { + "name": "Dither", + "symbol": "DTH", + "decimals": 18 + }, + "infoURL": "https://dithereum.org", + "shortName": "dth", + "chainId": 34, + "networkId": 34 +} diff --git a/_data/chains/eip155-35.json b/_data/chains/eip155-35.json index 3255a29a..6563091e 100644 --- a/_data/chains/eip155-35.json +++ b/_data/chains/eip155-35.json @@ -1,7 +1,6 @@ { "name": "TBWG Chain", "chain": "TBWG", - "network": "mainnet", "rpc": [ "https://rpc.tbwg.io" ], diff --git a/_data/chains/eip155-356256156.json b/_data/chains/eip155-356256156.json new file mode 100644 index 00000000..ed02017b --- /dev/null +++ b/_data/chains/eip155-356256156.json @@ -0,0 +1,22 @@ +{ + "name": "Gather Tesnet Network", + "chain": "GTH", + "rpc": [ + "https://testnet.gather.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Gather", + "symbol": "GTH", + "decimals": 18 + }, + "infoURL": "https://gather.network", + "shortName": "tGTH", + "chainId": 356256156, + "networkId": 356256156, + "explorers": [{ + "name": "Blockscout", + "url": "https://testnet-explorer.gather.network/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-35855456.json b/_data/chains/eip155-35855456.json index a1dce5a5..9a1eaa25 100644 --- a/_data/chains/eip155-35855456.json +++ b/_data/chains/eip155-35855456.json @@ -1,7 +1,6 @@ { "name": "Joys Digital Mainnet", "chain": "JOYS", - "network": "mainnet", "rpc": [ "https://node.joys.digital" ], diff --git a/_data/chains/eip155-361.json b/_data/chains/eip155-361.json index 144575ac..b26a92ed 100644 --- a/_data/chains/eip155-361.json +++ b/_data/chains/eip155-361.json @@ -1,7 +1,6 @@ { "name": "Theta Mainnet", "chain": "Theta", - "network": "mainnet", "rpc": [ "https://eth-rpc-api.thetatoken.org/rpc" ], diff --git a/_data/chains/eip155-363.json b/_data/chains/eip155-363.json index 0f8d28f7..db004766 100644 --- a/_data/chains/eip155-363.json +++ b/_data/chains/eip155-363.json @@ -1,7 +1,6 @@ { "name": "Theta Sapphire Testnet", "chain": "Theta", - "network": "testnet_sapphire", "rpc": [ "https://eth-rpc-api-sapphire.thetatoken.org/rpc" ], diff --git a/_data/chains/eip155-364.json b/_data/chains/eip155-364.json index 99a4dbfe..a09c90a0 100644 --- a/_data/chains/eip155-364.json +++ b/_data/chains/eip155-364.json @@ -1,7 +1,6 @@ { "name": "Theta Amber Testnet", "chain": "Theta", - "network": "testnet_amber", "rpc": [ "https://eth-rpc-api-amber.thetatoken.org/rpc" ], diff --git a/_data/chains/eip155-365.json b/_data/chains/eip155-365.json index c90a7bb2..6bc81d07 100644 --- a/_data/chains/eip155-365.json +++ b/_data/chains/eip155-365.json @@ -1,7 +1,6 @@ { "name": "Theta Testnet", "chain": "Theta", - "network": "testnet", "rpc": [ "https://eth-rpc-api-testnet.thetatoken.org/rpc" ], diff --git a/_data/chains/eip155-369.json b/_data/chains/eip155-369.json new file mode 100644 index 00000000..a3caa93a --- /dev/null +++ b/_data/chains/eip155-369.json @@ -0,0 +1,18 @@ +{ + "name": "PulseChain Mainnet", + "shortName": "pls", + "chain": "PLS", + "chainId": 369, + "networkId": 369, + "infoURL": "https://pulsechain.com/", + "rpc": [ + "https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", + "wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { + "name": "Pulse", + "symbol": "PLS", + "decimals": 18 + } +} \ No newline at end of file diff --git a/_data/chains/eip155-3690.json b/_data/chains/eip155-3690.json new file mode 100644 index 00000000..547699ad --- /dev/null +++ b/_data/chains/eip155-3690.json @@ -0,0 +1,25 @@ +{ + "name": "Bittex Mainnet", + "chain": "BTX", + "rpc": [ + "https://rpc1.bittexscan.info", + "https://rpc2.bittexscan.info" + ], + "faucets": [], + "nativeCurrency": { + "name": "Bittex", + "symbol": "BTX", + "decimals": 18 + }, + "infoURL": "https://bittexscan.com", + "shortName": "btx", + "chainId": 3690, + "networkId": 3690, + "icon": "ethereum", + "explorers": [{ + "name": "bittexscan", + "url": "https://bittexscan.com", + "icon": "etherscan", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-38.json b/_data/chains/eip155-38.json index 2e7ba0de..015fca92 100644 --- a/_data/chains/eip155-38.json +++ b/_data/chains/eip155-38.json @@ -1,7 +1,6 @@ { "name": "Valorbit", "chain": "VAL", - "network": "mainnet", "rpc": [ "https://rpc.valorbit.com/v2" ], diff --git a/_data/chains/eip155-385.json b/_data/chains/eip155-385.json index df699081..afb79bac 100644 --- a/_data/chains/eip155-385.json +++ b/_data/chains/eip155-385.json @@ -1,7 +1,6 @@ { "name": "Lisinski", "chain": "CRO", - "network": "mainnet", "rpc": [ "https://rpc-bitfalls1.lisinski.online" ], diff --git a/_data/chains/eip155-39797.json b/_data/chains/eip155-39797.json index 2f0d63f3..7d087d08 100644 --- a/_data/chains/eip155-39797.json +++ b/_data/chains/eip155-39797.json @@ -1,9 +1,8 @@ { "name": "Energi Mainnet", "chain": "NRG", - "network": "mainnet", "rpc": [ - "https://nodeapi.gen3.energi.network" + "https://nodeapi.energi.network" ], "faucets": [], "nativeCurrency": { @@ -16,4 +15,4 @@ "chainId": 39797, "networkId": 39797, "slip44": 39797 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index 888166fa..ef77f275 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -1,7 +1,7 @@ { - "name": "Ethereum Testnet Rinkeby", + "name": "Rinkeby", + "title": "Ethereum Testnet Rinkeby", "chain": "ETH", - "network": "rinkeby", "rpc": [ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-40.json b/_data/chains/eip155-40.json index d58e4bb4..f67df5e1 100644 --- a/_data/chains/eip155-40.json +++ b/_data/chains/eip155-40.json @@ -1,7 +1,6 @@ { "name": "Telos EVM Mainnet", "chain": "TLOS", - "network": "mainnet", "rpc": [ "https://mainnet.telos.net/evm" ], @@ -15,5 +14,10 @@ "infoURL": "https://telos.net", "shortName": "Telos EVM", "chainId": 40, - "networkId": 40 + "networkId": 40, + "explorers": [{ + "name": "teloscan", + "url": "https://teloscan.io", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-4002.json b/_data/chains/eip155-4002.json new file mode 100644 index 00000000..797f62bc --- /dev/null +++ b/_data/chains/eip155-4002.json @@ -0,0 +1,25 @@ +{ + "name": "Fantom Testnet", + "chain": "FTM", + "rpc": ["https://rpc.testnet.fantom.network"], + "faucets": ["https://faucet.fantom.network"], + "nativeCurrency": { + "name": "Fantom", + "symbol": "FTM", + "decimals": 18 + }, + + "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet", + "shortName": "tftm", + "chainId": 4002, + "networkId": 4002, + "icon": "fantom", + "explorers": [ + { + "name": "ftmscan", + "url": "https://testnet.ftmscan.com/", + "icon": "ftmscan", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-41.json b/_data/chains/eip155-41.json index 2649cc06..4b8fe6cc 100644 --- a/_data/chains/eip155-41.json +++ b/_data/chains/eip155-41.json @@ -1,7 +1,6 @@ { "name": "Telos EVM Testnet", "chain": "TLOS", - "network": "testnet", "rpc": [ "https://testnet.telos.net/evm" ], diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index d9245224..db7db908 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -1,7 +1,7 @@ { - "name": "Ethereum Testnet Kovan", + "name": "Kovan", + "title": "Ethereum Testnet Kovan", "chain": "ETH", - "network": "kovan", "rpc": [ "https://kovan.poa.network", "http://kovan.poa.network:8545", @@ -18,8 +18,13 @@ "symbol": "KOV", "decimals": 18 }, + "explorers": [{ + "name": "etherscan", + "url": "https://kovan.etherscan.io", + "standard": "EIP3091" + }], "infoURL": "https://kovan-testnet.github.io/website", "shortName": "kov", "chainId": 42, "networkId": 42 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-420.json b/_data/chains/eip155-420.json index 4eae6df5..a5836fbf 100644 --- a/_data/chains/eip155-420.json +++ b/_data/chains/eip155-420.json @@ -1,7 +1,6 @@ { "name": "Optimistic Ethereum Testnet Goerli", "chain": "ETH", - "network": "goerli", "rpc": ["https://goerli.optimism.io/"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-42069.json b/_data/chains/eip155-42069.json index c0de048a..82d45c45 100644 --- a/_data/chains/eip155-42069.json +++ b/_data/chains/eip155-42069.json @@ -2,7 +2,6 @@ { "name": "pegglecoin", "chain": "42069", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-42161.json b/_data/chains/eip155-42161.json index 3dcec95f..13886d0f 100644 --- a/_data/chains/eip155-42161.json +++ b/_data/chains/eip155-42161.json @@ -3,7 +3,6 @@ "chainId": 42161, "shortName": "arb1", "chain": "ETH", - "network": "mainnet", "networkId": 42161, "nativeCurrency": { "name": "Ether", @@ -11,7 +10,7 @@ "decimals": 18 }, "rpc": [ - "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", "https://arb1.arbitrum.io/rpc", "wss://arb1.arbitrum.io/ws" diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index 77b2d9c0..885f7957 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -1,9 +1,9 @@ { - "name": "Arbitrum Testnet Rinkeby", + "name": "Arbitrum Rinkeby", + "title": "Arbitrum Testnet Rinkeby", "chainId": 421611, "shortName": "arb-rinkeby", "chain": "ETH", - "network": "rinkeby", "networkId": 421611, "nativeCurrency": { "name": "Arbitrum Rinkeby Ether", diff --git a/_data/chains/eip155-4216137055.json b/_data/chains/eip155-4216137055.json index 383e1020..027c47d5 100644 --- a/_data/chains/eip155-4216137055.json +++ b/_data/chains/eip155-4216137055.json @@ -1,7 +1,6 @@ { "name": "OneLedger Testnet Frankenstein", "chain": "OLT", - "network": "testnet", "icon": "oneledger", "rpc": [ "https://frankenstein-rpc.oneledger.network" diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json index 9e351cbb..d1280820 100644 --- a/_data/chains/eip155-42220.json +++ b/_data/chains/eip155-42220.json @@ -3,7 +3,6 @@ "chainId": 42220, "shortName": "CELO", "chain": "CELO", - "network": "Mainnet", "networkId": 42220, "nativeCurrency": { "name": "CELO", @@ -11,6 +10,12 @@ "decimals": 18 }, "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], - "faucets": [], - "infoURL": "https://docs.celo.org/" + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], + "infoURL": "https://docs.celo.org/", + + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.celo.org", + "standard": "none" + }] } diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json new file mode 100644 index 00000000..f208a56f --- /dev/null +++ b/_data/chains/eip155-42261.json @@ -0,0 +1,24 @@ +{ + "name": "Emerald Paratime Testnet", + "chain": "Emerald", + "icon": "oasis", + "rpc": [ + "https://testnet.emerald.oasis.dev/", + "wss://testnet.emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "emerald", + "chainId": 42261, + "networkId": 42261, + "explorers": [{ + "name": "Emerald Paratime Testnet Explorer", + "url": "https://testnet.explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json new file mode 100644 index 00000000..93f656f8 --- /dev/null +++ b/_data/chains/eip155-42262.json @@ -0,0 +1,24 @@ +{ + "name": "Emerald Paratime Mainnet", + "chain": "Emerald", + "icon": "oasis", + "rpc": [ + "https://emerald.oasis.dev", + "wss://emerald.oasis.dev/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Emerald Rose", + "symbol": "ROSE", + "decimals": 18 + }, + "infoURL": "https://docs.oasis.dev/general/developer-resources/overview", + "shortName": "oasis", + "chainId": 42262, + "networkId": 42262, + "explorers": [{ + "name": "Emerald Paratime Mainnet Explorer", + "url": "https://explorer.emerald.oasis.dev/", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-43.json b/_data/chains/eip155-43.json index fb773e32..070ee15f 100644 --- a/_data/chains/eip155-43.json +++ b/_data/chains/eip155-43.json @@ -1,16 +1,24 @@ { "name": "Darwinia Pangolin Testnet", "chain": "pangolin", - "network": "free testnet", - "rpc": [], - "faucets": [], + "rpc": [ + "http://pangolin-rpc.darwinia.network" + ], + "faucets": [ + "https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token" + ], "nativeCurrency": { - "name": "Pangolin RING", + "name": "Pangolin Network Native Token”", "symbol": "PRING", "decimals": 9 }, "infoURL": "https://darwinia.network/", "shortName": "darwinia", "chainId": 43, - "networkId": 43 + "networkId": 43, + "explorers": [{ + "name": "subscan", + "url": "https://pangolin.subscan.io", + "standard": "none" + }] } diff --git a/_data/chains/eip155-43110.json b/_data/chains/eip155-43110.json index ca159752..a3492bdb 100644 --- a/_data/chains/eip155-43110.json +++ b/_data/chains/eip155-43110.json @@ -1,7 +1,6 @@ { "name": "Athereum", "chain": "ATH", - "network": "athereum", "rpc": [ "https://ava.network:21015/ext/evm/rpc" ], diff --git a/_data/chains/eip155-43113.json b/_data/chains/eip155-43113.json index 290c0f68..0d03b633 100644 --- a/_data/chains/eip155-43113.json +++ b/_data/chains/eip155-43113.json @@ -1,7 +1,6 @@ { "name": "Avalanche Fuji Testnet", "chain": "AVAX", - "network": "testnet", "rpc": [ "https://api.avax-test.network/ext/bc/C/rpc" ], @@ -16,5 +15,12 @@ "infoURL": "https://cchain.explorer.avax-test.network", "shortName": "Fuji", "chainId": 43113, - "networkId": 1 + "networkId": 1, + "explorers": [ + { + "name": "snowtrace", + "url": "https://testnet.snowtrace.io/", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-43114.json b/_data/chains/eip155-43114.json index b446595a..c31c0221 100644 --- a/_data/chains/eip155-43114.json +++ b/_data/chains/eip155-43114.json @@ -1,18 +1,25 @@ { "name": "Avalanche Mainnet", "chain": "AVAX", - "network": "mainnet", "rpc": [ "https://api.avax.network/ext/bc/C/rpc" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, - "infoURL": "https://cchain.explorer.avax.network/", + "infoURL": "https://www.avax.network/", "shortName": "Avalanche", "chainId": 43114, - "networkId": 1 + "networkId": 43114, + "slip44": 9000, + "explorers": [ + { + "name": "snowtrace", + "url": "https://snowtrace.io/", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-44.json b/_data/chains/eip155-44.json index 5eedd4eb..6cf37276 100644 --- a/_data/chains/eip155-44.json +++ b/_data/chains/eip155-44.json @@ -1,16 +1,22 @@ { "name": "Darwinia Crab Network", "chain": "crab", - "network": "Crab network", - "rpc": [], + "rpc": [ + "http://crab-rpc.darwinia.network" + ], "faucets": [], "nativeCurrency": { - "name": "Crab Token", - "symbol": "CRING", + "name": "Crab Network Native Token", + "symbol": "CRAB", "decimals": 9 }, "infoURL": "https://crab.network/", "shortName": "crab", "chainId": 44, - "networkId": 44 + "networkId": 44, + "explorers": [{ + "name": "subscan", + "url": "https://crab.subscan.io", + "standard": "none" + }] } diff --git a/_data/chains/eip155-44787.json b/_data/chains/eip155-44787.json index 85558ff0..daac2729 100644 --- a/_data/chains/eip155-44787.json +++ b/_data/chains/eip155-44787.json @@ -3,7 +3,6 @@ "chainId": 44787, "shortName": "ALFA", "chain": "CELO", - "network": "Alfajores", "networkId": 44787, "nativeCurrency": { "name": "CELO", diff --git a/_data/chains/eip155-4689.json b/_data/chains/eip155-4689.json index 4c5642c4..165741d7 100644 --- a/_data/chains/eip155-4689.json +++ b/_data/chains/eip155-4689.json @@ -1,7 +1,6 @@ { "name": "IoTeX Network Mainnet", "chain": "iotex.io", - "network": "mainnet", "rpc": [ "https://babel-api.mainnet.iotex.io" ], diff --git a/_data/chains/eip155-4690.json b/_data/chains/eip155-4690.json index f40419e6..cec09ec7 100644 --- a/_data/chains/eip155-4690.json +++ b/_data/chains/eip155-4690.json @@ -1,7 +1,6 @@ { "name": "IoTeX Network Testnet", "chain": "iotex.io", - "network": "testnet", "rpc": [ "https://babel-api.testnet.iotex.io" ], diff --git a/_data/chains/eip155-486217935.json b/_data/chains/eip155-486217935.json new file mode 100644 index 00000000..83b8aca5 --- /dev/null +++ b/_data/chains/eip155-486217935.json @@ -0,0 +1,22 @@ +{ + "name": "Gather Devnet Network", + "chain": "GTH", + "rpc": [ + "https://devnet.gather.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Gather", + "symbol": "GTH", + "decimals": 18 + }, + "infoURL": "https://gather.network", + "shortName": "dGTH", + "chainId": 486217935, + "networkId": 486217935, + "explorers": [{ + "name": "Blockscout", + "url": "https://devnet-explorer.gather.network/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-49797.json b/_data/chains/eip155-49797.json index 902ee8d4..efa209d8 100644 --- a/_data/chains/eip155-49797.json +++ b/_data/chains/eip155-49797.json @@ -1,14 +1,13 @@ { "name": "Energi Testnet", "chain": "NRG", - "network": "testnet", "rpc": [ - "https://nodeapi.test3.energi.network" + "https://nodeapi.test.energi.network" ], "faucets": [], "nativeCurrency": { "name": "Energi", - "symbol": "tNRG", + "symbol": "NRG", "decimals": 18 }, "infoURL": "https://www.energi.world/", @@ -16,4 +15,4 @@ "chainId": 49797, "networkId": 49797, "slip44": 49797 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-499.json b/_data/chains/eip155-499.json index 3f8e9b76..3c463b0a 100644 --- a/_data/chains/eip155-499.json +++ b/_data/chains/eip155-499.json @@ -1,7 +1,6 @@ { "name": "Rupaya", "chain": "RUPX", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 8546b535..e3aa3e07 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -1,26 +1,33 @@ -{ - "name": "Ethereum Testnet Görli", - "chain": "ETH", - "network": "goerli", - "rpc": [ - "https://rpc.goerli.mudit.blog/", - "https://rpc.slock.it/goerli ", - "https://goerli.prylabs.net/" - ], - "faucets": [ - "https://goerli-faucet.slock.it/?address=${ADDRESS}", - "https://faucet.goerli.mudit.blog" - ], - "nativeCurrency": { - "name": "Görli Ether", - "symbol": "GOR", - "decimals": 18 - }, - "infoURL": "https://goerli.net/#about", - "shortName": "gor", - "chainId": 5, - "networkId": 5, - "ens": { - "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" - } -} +{ + "name": "Görli", + "title": "Ethereum Testnet Görli", + "chain": "ETH", + "rpc": [ + "https://goerli.infura.io/v3/${INFURA_API_KEY}", + "wss://goerli.infura.io/v3/${INFURA_API_KEY}", + "https://rpc.goerli.mudit.blog/" + ], + "faucets": [ + "https://goerli-faucet.slock.it/?address=${ADDRESS}", + "https://faucet.goerli.mudit.blog" + ], + "nativeCurrency": { + "name": "Görli Ether", + "symbol": "GOR", + "decimals": 18 + }, + "infoURL": "https://goerli.net/#about", + "shortName": "gor", + "chainId": 5, + "networkId": 5, + "ens": { + "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" + }, + "explorers": [ + { + "name": "etherscan-goerli", + "url": "https://goerli.etherscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-50.json b/_data/chains/eip155-50.json index 2393460b..2e5d2710 100644 --- a/_data/chains/eip155-50.json +++ b/_data/chains/eip155-50.json @@ -1,7 +1,6 @@ { "name": "XinFin Network Mainnet", "chain": "XDC", - "network": "mainnet", "rpc": [ "https://rpc.xinfin.network" ], diff --git a/_data/chains/eip155-51.json b/_data/chains/eip155-51.json index 4c63ac40..c332a32f 100644 --- a/_data/chains/eip155-51.json +++ b/_data/chains/eip155-51.json @@ -1,7 +1,6 @@ { "name": "XinFin Apothem Testnet", "chain": "TXDC", - "network": "testnet", "rpc": [ "https://rpc.apothem.network" ], diff --git a/_data/chains/eip155-5197.json b/_data/chains/eip155-5197.json index 828553ab..9a6ec0c0 100644 --- a/_data/chains/eip155-5197.json +++ b/_data/chains/eip155-5197.json @@ -1,7 +1,6 @@ { "name": "EraSwap Mainnet", "chain": "ESN", - "network": "mainnet", "icon": "eraswap", "rpc": [ "https://mainnet.eraswap.network", diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index faf4811b..236a8b61 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -1,9 +1,8 @@ { "name": "CoinEx Smart Chain Mainnet", "chain": "CSC", - "network": "mainnet", "rpc": [ - "https://rpc-mainnet.coinex.net" + "https://rpc.coinex.net" ], "faucets": [], "nativeCurrency": { @@ -11,8 +10,13 @@ "symbol": "cet", "decimals": 18 }, - "infoURL": "http://www.coinex.org/", + "infoURL": "https://www.coinex.org/", "shortName": "cet", "chainId": 52, - "networkId": 52 + "networkId": 52, + "explorers": [{ + "name": "coinexscan", + "url": "https://www.coinex.net/", + "standard": "none" + }] } diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index 68545b21..06ce0ac9 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -1,9 +1,8 @@ { "name": "CoinEx Smart Chain Testnet", "chain": "CSC", - "network": "testnet", "rpc": [ - "https://rpc-testnet.coinex.net" + "https://testnet-rpc.coinex.net/" ], "faucets": [], "nativeCurrency": { @@ -11,8 +10,13 @@ "symbol": "cett", "decimals": 18 }, - "infoURL": "http://www.coinex.org/", + "infoURL": "https://www.coinex.org/", "shortName": "tcet", "chainId": 53, - "networkId": 53 + "networkId": 53, + "explorers": [{ + "name": "coinexscan", + "url": "https://testnet.coinex.net/", + "standard": "none" + }] } diff --git a/_data/chains/eip155-5315.json b/_data/chains/eip155-5315.json new file mode 100644 index 00000000..2fc15fe3 --- /dev/null +++ b/_data/chains/eip155-5315.json @@ -0,0 +1,17 @@ +{ + "name": "Uzmi Network Mainnet", + "chain": "UZMI", + "rpc": [ + "https://network.uzmigames.com.br/" + ], + "faucets": [], + "nativeCurrency": { + "name": "UZMI", + "symbol": "UZMI", + "decimals": 18 + }, + "infoURL": "https://uzmigames.com.br/", + "shortName": "UZMI", + "chainId": 5315, + "networkId": 5315 +} \ No newline at end of file diff --git a/_data/chains/eip155-55.json b/_data/chains/eip155-55.json new file mode 100644 index 00000000..0f729823 --- /dev/null +++ b/_data/chains/eip155-55.json @@ -0,0 +1,27 @@ +{ + "name": "Zyx Mainnet", + "chain": "ZYX", + "rpc": [ + "https://rpc-1.zyx.network/", + "https://rpc-2.zyx.network/", + "https://rpc-3.zyx.network/", + "https://rpc-4.zyx.network/", + "https://rpc-5.zyx.network/", + "https://rpc-6.zyx.network/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Zyx", + "symbol": "ZYX", + "decimals": 18 + }, + "infoURL": "https://zyx.network/", + "shortName": "ZYX", + "chainId": 55, + "networkId": 55, + "explorers": [{ + "name": "zyxscan", + "url": "https://zyxscan.com/", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-558.json b/_data/chains/eip155-558.json index fd6f6e95..9c5b91d5 100644 --- a/_data/chains/eip155-558.json +++ b/_data/chains/eip155-558.json @@ -1,7 +1,6 @@ { "name": "Tao Network", "chain": "TAO", - "network": "core", "rpc": [ "https://rpc.testnet.tao.network", "http://rpc.testnet.tao.network:8545", diff --git a/_data/chains/eip155-56.json b/_data/chains/eip155-56.json index 8b357626..5efe6946 100644 --- a/_data/chains/eip155-56.json +++ b/_data/chains/eip155-56.json @@ -1,7 +1,6 @@ { "name": "Binance Smart Chain Mainnet", "chain": "BSC", - "network": "mainnet", "rpc": [ "https://bsc-dataseed1.binance.org", "https://bsc-dataseed2.binance.org", @@ -17,7 +16,7 @@ "https://bsc-dataseed4.ninicoin.io", "wss://bsc-ws-node.nariox.org" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Binance Chain Native Token", "symbol": "BNB", @@ -27,6 +26,7 @@ "shortName": "bnb", "chainId": 56, "networkId": 56, + "slip44": 714, "explorers": [{ "name": "bscscan", "url": "https://bscscan.com", diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json index 5716cf7c..ffe22827 100644 --- a/_data/chains/eip155-57.json +++ b/_data/chains/eip155-57.json @@ -1,7 +1,6 @@ { "name": "Syscoin Mainnet", "chain": "SYS", - "network": "mainnet", "rpc": [ "https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss" @@ -15,5 +14,12 @@ "infoURL": "https://www.syscoin.org", "shortName": "sys", "chainId": 57, - "networkId": 57 + "networkId": 57, + "explorers": [ + { + "name": "Syscoin Block Explorer", + "url": "https://explorer.syscoin.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-5700.json b/_data/chains/eip155-5700.json index f842d3a4..063b3b2b 100644 --- a/_data/chains/eip155-5700.json +++ b/_data/chains/eip155-5700.json @@ -1,7 +1,6 @@ { "name": "Syscoin Tanenbaum Testnet", "chain": "SYS", - "network": "testnet", "rpc": [ "https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss" @@ -15,5 +14,12 @@ "infoURL": "https://syscoin.org", "shortName": "tsys", "chainId": 5700, - "networkId": 5700 + "networkId": 5700, + "explorers": [ + { + "name": "Syscoin Testnet Block Explorer", + "url": "https://tanenbaum.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json index 78820fbc..d39a149f 100644 --- a/_data/chains/eip155-58.json +++ b/_data/chains/eip155-58.json @@ -1,7 +1,6 @@ { "name": "Ontology Mainnet", "chain": "Ontology", - "network": "mainnet", "rpc": [ "https://dappnode1.ont.io:20339", "https://dappnode2.ont.io:20339", diff --git a/_data/chains/eip155-5851.json b/_data/chains/eip155-5851.json index 6ecff5f3..5ebaa18c 100644 --- a/_data/chains/eip155-5851.json +++ b/_data/chains/eip155-5851.json @@ -1,7 +1,6 @@ { "name": "Ontology Testnet", "chain": "Ontology", - "network": "testnet", "rpc": [ "https://polaris1.ont.io:20339", "https://polaris2.ont.io:20339", diff --git a/_data/chains/eip155-5869.json b/_data/chains/eip155-5869.json index 3e2053c2..2ed792d2 100644 --- a/_data/chains/eip155-5869.json +++ b/_data/chains/eip155-5869.json @@ -1,7 +1,6 @@ { "name": "Wegochain Rubidium Mainnet", "chain": "RBD", - "network": "mainnet", "rpc": [ "https://proxy.wegochain.io", "http://wallet.wegochain.io:7764" diff --git a/_data/chains/eip155-588.json b/_data/chains/eip155-588.json new file mode 100644 index 00000000..7c84e0ce --- /dev/null +++ b/_data/chains/eip155-588.json @@ -0,0 +1,27 @@ +{ + "name": "Metis Stardust Testnet", + "chain": "ETH", + "rpc": ["https://stardust.metis.io/?owner=588"], + "faucets": [], + "nativeCurrency": { + "name": "tMetis", + "symbol": "METIS", + "decimals": 18 + }, + "infoURL": "https://www.metis.io", + "shortName": "metis-stardust", + "chainId": 588, + "networkId": 588, + "explorers": [ + { + "name": "blockscout", + "url": "https://stardust-explorer.metis.io/", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-4", + "bridges": [{ "url": "https://bridge.metis.io" }] + } +} diff --git a/_data/chains/eip155-59.json b/_data/chains/eip155-59.json index 4aee75e2..b5a98f31 100644 --- a/_data/chains/eip155-59.json +++ b/_data/chains/eip155-59.json @@ -1,7 +1,6 @@ { "name": "EOS Mainnet", "chain": "EOS", - "network": "mainnet", "rpc": [ "https://api.eosargentina.io" ], diff --git a/_data/chains/eip155-595.json b/_data/chains/eip155-595.json index e31eed2d..0b23b5c3 100644 --- a/_data/chains/eip155-595.json +++ b/_data/chains/eip155-595.json @@ -1,7 +1,6 @@ { "name": "Acala Mandala Testnet", "chain": "mACA", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-6.json b/_data/chains/eip155-6.json index c7548b65..4e2a95e8 100644 --- a/_data/chains/eip155-6.json +++ b/_data/chains/eip155-6.json @@ -1,7 +1,6 @@ { "name": "Ethereum Classic Testnet Kotti", "chain": "ETC", - "network": "kotti", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-60.json b/_data/chains/eip155-60.json index 726d7e55..dd05bb88 100644 --- a/_data/chains/eip155-60.json +++ b/_data/chains/eip155-60.json @@ -1,11 +1,10 @@ { "name": "GoChain", "chain": "GO", - "network": "mainnet", "rpc": [ "https://rpc.gochain.io" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "GoChain Ether", "symbol": "GO", diff --git a/_data/chains/eip155-60000.json b/_data/chains/eip155-60000.json new file mode 100644 index 00000000..d325d232 --- /dev/null +++ b/_data/chains/eip155-60000.json @@ -0,0 +1,24 @@ +{ + "name": "Thinkium Testnet Chain 0", + "chain": "Thinkium", + "rpc": [ + "https://test.thinkiumrpc.net/" + ], + "faucets": [ + "https://www.thinkiumdev.net/faucet" + ], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM-test0", + "chainId": 60000, + "networkId": 60000, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://test0.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-60001.json b/_data/chains/eip155-60001.json new file mode 100644 index 00000000..9becdf10 --- /dev/null +++ b/_data/chains/eip155-60001.json @@ -0,0 +1,24 @@ +{ + "name": "Thinkium Testnet Chain 1", + "chain": "Thinkium", + "rpc": [ + "https://test1.thinkiumrpc.net/" + ], + "faucets": [ + "https://www.thinkiumdev.net/faucet" + ], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM-test1", + "chainId": 60001, + "networkId": 60001, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://test1.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-60002.json b/_data/chains/eip155-60002.json new file mode 100644 index 00000000..541bce10 --- /dev/null +++ b/_data/chains/eip155-60002.json @@ -0,0 +1,24 @@ +{ + "name": "Thinkium Testnet Chain 2", + "chain": "Thinkium", + "rpc": [ + "https://test2.thinkiumrpc.net/" + ], + "faucets": [ + "https://www.thinkiumdev.net/faucet" + ], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM-test2", + "chainId": 60002, + "networkId": 60002, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://test2.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-60103.json b/_data/chains/eip155-60103.json new file mode 100644 index 00000000..10aa7dc1 --- /dev/null +++ b/_data/chains/eip155-60103.json @@ -0,0 +1,24 @@ +{ + "name": "Thinkium Testnet Chain 103", + "chain": "Thinkium", + "rpc": [ + "https://test103.thinkiumrpc.net/" + ], + "faucets": [ + "https://www.thinkiumdev.net/faucet" + ], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM-test103", + "chainId": 60103, + "networkId": 60103, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://test103.thinkiumscan.net", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-6022140761023.json b/_data/chains/eip155-6022140761023.json new file mode 100644 index 00000000..edad5b1d --- /dev/null +++ b/_data/chains/eip155-6022140761023.json @@ -0,0 +1,17 @@ +{ + "name": "Molereum Network", + "chain": "ETH", + "rpc": [ + "https://molereum.jdubedition.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Molereum Ether", + "symbol": "MOLE", + "decimals": 18 + }, + "infoURL": "https://github.com/Jdubedition/molereum", + "shortName": "mole", + "chainId": 6022140761023, + "networkId": 6022140761023 +} \ No newline at end of file diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index 88d0a2ba..f95a395d 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -1,11 +1,10 @@ { "name": "Ethereum Classic Mainnet", "chain": "ETC", - "network": "mainnet", "rpc": [ "https://ethereumclassic.network" ], - "faucets": [], +"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "Ethereum Classic Ether", "symbol": "ETC", @@ -15,5 +14,11 @@ "shortName": "etc", "chainId": 61, "networkId": 1, - "slip44": 61 -} \ No newline at end of file + "slip44": 61, + + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/etc/mainnet", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-61717561.json b/_data/chains/eip155-61717561.json index d3f04865..e82f11e4 100644 --- a/_data/chains/eip155-61717561.json +++ b/_data/chains/eip155-61717561.json @@ -1,7 +1,6 @@ { "name": "Aquachain", "chain": "AQUA", - "network": "mainnet", "rpc": [ "https://c.onical.org", "https://tx.aquacha.in/api" diff --git a/_data/chains/eip155-62.json b/_data/chains/eip155-62.json index 6448fe31..2e4b927e 100644 --- a/_data/chains/eip155-62.json +++ b/_data/chains/eip155-62.json @@ -1,7 +1,6 @@ { "name": "Ethereum Classic Testnet Morden", "chain": "ETC", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-62320.json b/_data/chains/eip155-62320.json index 8790d500..4f3680f8 100644 --- a/_data/chains/eip155-62320.json +++ b/_data/chains/eip155-62320.json @@ -3,7 +3,6 @@ "chainId": 62320, "shortName": "BKLV", "chain": "CELO", - "network": "Baklava", "networkId": 62320, "nativeCurrency": { "name": "CELO", diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index 4356f56d..40e89a5c 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -1,7 +1,6 @@ { "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-64.json b/_data/chains/eip155-64.json index 87299e5b..66165daa 100644 --- a/_data/chains/eip155-64.json +++ b/_data/chains/eip155-64.json @@ -1,7 +1,6 @@ { "name": "Ellaism", "chain": "ELLA", - "network": "mainnet", "rpc": [ "https://jsonrpc.ellaism.org" ], diff --git a/_data/chains/eip155-65.json b/_data/chains/eip155-65.json index 3181941c..0750c07e 100644 --- a/_data/chains/eip155-65.json +++ b/_data/chains/eip155-65.json @@ -1,7 +1,6 @@ { "name": "OKExChain Testnet", "chain": "okexchain", - "network": "testnet", "rpc": [ "https://exchaintestrpc.okex.org" ], diff --git a/_data/chains/eip155-66.json b/_data/chains/eip155-66.json index e2b8d75e..8a200d66 100644 --- a/_data/chains/eip155-66.json +++ b/_data/chains/eip155-66.json @@ -1,11 +1,10 @@ { "name": "OKExChain Mainnet", "chain": "okexchain", - "network": "mainnet", "rpc": [ "https://exchainrpc.okex.org" ], - "faucets": [], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "OKExChain Global Utility Token", "symbol": "OKT", diff --git a/_data/chains/eip155-6626.json b/_data/chains/eip155-6626.json new file mode 100644 index 00000000..1fbd051b --- /dev/null +++ b/_data/chains/eip155-6626.json @@ -0,0 +1,23 @@ +{ + "name": "Pixie Chain Mainnet", + "chain": "PixieChain", + "rpc": [ + "https://http-mainnet.chain.pixie.xyz", + "wss://ws-mainnet.chain.pixie.xyz" + ], + "faucets": [], + "nativeCurrency": { + "name": "Pixie Chain Native Token", + "symbol": "PIX", + "decimals": 18 + }, + "infoURL": "https://chain.pixie.xyz", + "shortName": "pixie-chain", + "chainId": 6626, + "networkId": 6626, + "explorers": [{ + "name": "blockscout", + "url": "https://scan.chain.pixie.xyz", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-666.json b/_data/chains/eip155-666.json new file mode 100644 index 00000000..c77e5a3f --- /dev/null +++ b/_data/chains/eip155-666.json @@ -0,0 +1,20 @@ +{ + "name": "Pixie Chain Testnet", + "chain": "PixieChain", + "rpc": [ + "https://http-testnet.chain.pixie.xyz", + "wss://ws-testnet.chain.pixie.xyz" + ], + "faucets": [ + "https://chain.pixie.xyz/faucet" + ], + "nativeCurrency": { + "name": "Pixie Chain Testnet Native Token", + "symbol": "PCTT", + "decimals": 18 + }, + "infoURL": "https://scan-testnet.chain.pixie.xyz", + "shortName": "pixie-chain-testnet", + "chainId": 666, + "networkId": 666 +} diff --git a/_data/chains/eip155-67.json b/_data/chains/eip155-67.json index f4c40a67..77698e50 100644 --- a/_data/chains/eip155-67.json +++ b/_data/chains/eip155-67.json @@ -1,7 +1,6 @@ { "name": "DBChain Testnet", "chain": "DBM", - "network": "testnet", "rpc": [ "http://test-rpc.dbmbp.com" ], diff --git a/_data/chains/eip155-68.json b/_data/chains/eip155-68.json index 8b9d9c39..9e88bfe6 100644 --- a/_data/chains/eip155-68.json +++ b/_data/chains/eip155-68.json @@ -1,7 +1,6 @@ { "name": "SoterOne Mainnet", "chain": "SOTER", - "network": "mainnet", "rpc": [ "https://rpc.soter.one" ], diff --git a/_data/chains/eip155-686.json b/_data/chains/eip155-686.json index 2745b474..d403de93 100644 --- a/_data/chains/eip155-686.json +++ b/_data/chains/eip155-686.json @@ -1,7 +1,6 @@ { "name": "Karura Network", "chain": "KAR", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index 3fabe090..0f62fec7 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -1,7 +1,7 @@ { - "name": "Optimistic Ethereum Testnet Kovan", + "name": "Optimistic Kovan", + "title": "Optimistic Ethereum Testnet Kovan", "chain": "ETH", - "network": "kovan", "rpc": ["https://kovan.optimism.io/"], "faucets": [], "nativeCurrency": { @@ -9,6 +9,11 @@ "symbol": "KOR", "decimals": 18 }, + "explorers": [{ + "name": "etherscan", + "url": "https://kovan-optimistic.etherscan.io", + "standard": "EIP3091" + }], "infoURL": "https://optimism.io", "shortName": "okov", "chainId": 69, diff --git a/_data/chains/eip155-7.json b/_data/chains/eip155-7.json index c1873b25..62268c07 100644 --- a/_data/chains/eip155-7.json +++ b/_data/chains/eip155-7.json @@ -1,7 +1,6 @@ { "name": "ThaiChain", "chain": "TCH", - "network": "mainnet", "rpc": [ "https://rpc.dome.cloud" ], diff --git a/_data/chains/eip155-70000.json b/_data/chains/eip155-70000.json new file mode 100644 index 00000000..42d58d88 --- /dev/null +++ b/_data/chains/eip155-70000.json @@ -0,0 +1,22 @@ +{ + "name": "Thinkium Mainnet Chain 0", + "chain": "Thinkium", + "rpc": [ + "https://proxy.thinkiumrpc.net/" + ], + "faucets": [], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM0", + "chainId": 70000, + "networkId": 70000, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://chain0.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-70001.json b/_data/chains/eip155-70001.json new file mode 100644 index 00000000..a9129b49 --- /dev/null +++ b/_data/chains/eip155-70001.json @@ -0,0 +1,22 @@ +{ + "name": "Thinkium Mainnet Chain 1", + "chain": "Thinkium", + "rpc": [ + "https://proxy1.thinkiumrpc.net/" + ], + "faucets": [], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM1", + "chainId": 70001, + "networkId": 70001, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://chain1.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-70002.json b/_data/chains/eip155-70002.json new file mode 100644 index 00000000..d26770a5 --- /dev/null +++ b/_data/chains/eip155-70002.json @@ -0,0 +1,22 @@ +{ + "name": "Thinkium Mainnet Chain 2", + "chain": "Thinkium", + "rpc": [ + "https://proxy2.thinkiumrpc.net/" + ], + "faucets": [], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM2", + "chainId": 70002, + "networkId": 70002, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://chain2.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-70103.json b/_data/chains/eip155-70103.json new file mode 100644 index 00000000..a40d2d1d --- /dev/null +++ b/_data/chains/eip155-70103.json @@ -0,0 +1,22 @@ +{ + "name": "Thinkium Mainnet Chain 103", + "chain": "Thinkium", + "rpc": [ + "https://proxy103.thinkiumrpc.net/" + ], + "faucets": [], + "nativeCurrency": { + "name": "TKM", + "symbol": "TKM", + "decimals": 18 + }, + "infoURL": "https://thinkium.net/", + "shortName": "TKM103", + "chainId": 70103, + "networkId": 70103, + "explorers": [{ + "name": "thinkiumscan", + "url": "https://chain103.thinkiumscan.net/", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-707.json b/_data/chains/eip155-707.json new file mode 100644 index 00000000..f5715615 --- /dev/null +++ b/_data/chains/eip155-707.json @@ -0,0 +1,23 @@ +{ + "name": "BlockChain Station Mainnet", + "chain": "BCS", + "rpc": [ + "https://rpc-mainnet.bcsdev.io", + "wss://rpc-ws-mainnet.bcsdev.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "BCS Token", + "symbol": "PLAY", + "decimals": 18 + }, + "infoURL": "https://blockchainstation.io", + "shortName": "play", + "chainId": 707, + "networkId": 707, + "explorers": [{ + "name": "BlockChain Station Explorer", + "url": "https://explorer.bcsdev.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-708.json b/_data/chains/eip155-708.json new file mode 100644 index 00000000..7d7b5f4a --- /dev/null +++ b/_data/chains/eip155-708.json @@ -0,0 +1,25 @@ +{ + "name": "BlockChain Station Testnet", + "chain": "BCS", + "rpc": [ + "https://rpc-testnet.bcsdev.io", + "wss://rpc-ws-testnet.bcsdev.io" + ], + "faucets": [ + "https://faucet.bcsdev.io" + ], + "nativeCurrency": { + "name": "BCS Testnet Token", + "symbol": "tPLAY", + "decimals": 18 + }, + "infoURL": "https://blockchainstation.io", + "shortName": "tplay", + "chainId": 708, + "networkId": 708, + "explorers": [{ + "name": "BlockChain Station Explorer", + "url": "https://testnet.bcsdev.io", + "standard": "EIP3091" + }] + } diff --git a/_data/chains/eip155-71393.json b/_data/chains/eip155-71393.json index f2a57309..ee7677dc 100644 --- a/_data/chains/eip155-71393.json +++ b/_data/chains/eip155-71393.json @@ -1,7 +1,6 @@ { "name": "Polyjuice Testnet", "chain": "CKB", - "network": "testnet", "icon": "polyjuice", "rpc": [ "https://godwoken-testnet-web3-rpc.ckbapp.dev", diff --git a/_data/chains/eip155-721.json b/_data/chains/eip155-721.json index 998a60aa..36dd0a2c 100644 --- a/_data/chains/eip155-721.json +++ b/_data/chains/eip155-721.json @@ -1,7 +1,6 @@ { "name": "Factory 127 Testnet", "chain": "FETH", - "network": "factory127 testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-73799.json b/_data/chains/eip155-73799.json index 6cfac8ce..dfc421aa 100644 --- a/_data/chains/eip155-73799.json +++ b/_data/chains/eip155-73799.json @@ -1,7 +1,6 @@ { "name": "Energy Web Volta Testnet", "chain": "Volta", - "network": "testnet", "rpc": [ "https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws" diff --git a/_data/chains/eip155-76.json b/_data/chains/eip155-76.json index 23be787f..f1de7988 100644 --- a/_data/chains/eip155-76.json +++ b/_data/chains/eip155-76.json @@ -1,7 +1,6 @@ { "name": "Mix", "chain": "MIX", - "network": "mainnet", "rpc": [ "https://rpc2.mix-blockchain.org:8647" ], diff --git a/_data/chains/eip155-77.json b/_data/chains/eip155-77.json index 192bac77..17e05f1c 100644 --- a/_data/chains/eip155-77.json +++ b/_data/chains/eip155-77.json @@ -1,22 +1,27 @@ { "name": "POA Network Sokol", "chain": "POA", - "network": "sokol", "rpc": [ "https://sokol.poa.network", "wss://sokol.poa.network/wss", "ws://sokol.poa.network:8546" ], "faucets": [ - "https://faucet-sokol.herokuapp.com" + "https://faucet.poa.network" ], "nativeCurrency": { "name": "POA Sokol Ether", - "symbol": "POA", + "symbol": "SPOA", "decimals": 18 }, "infoURL": "https://poa.network", - "shortName": "poa", + "shortName": "spoa", "chainId": 77, - "networkId": 77 -} \ No newline at end of file + "networkId": 77, + + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/poa/sokol", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-7762959.json b/_data/chains/eip155-7762959.json index ee87df50..de129a07 100644 --- a/_data/chains/eip155-7762959.json +++ b/_data/chains/eip155-7762959.json @@ -1,7 +1,6 @@ { "name": "Musicoin", "chain": "MUSIC", - "network": "mainnet", "rpc": [ "https://mewapi.musicoin.tw" ], diff --git a/_data/chains/eip155-777.json b/_data/chains/eip155-777.json index 65148b20..682fcb74 100644 --- a/_data/chains/eip155-777.json +++ b/_data/chains/eip155-777.json @@ -1,7 +1,6 @@ { "name": "cheapETH", "chain": "cheapETH", - "network": "cheapnet", "rpc": [ "https://node.cheapeth.org/rpc" ], diff --git a/_data/chains/eip155-78.json b/_data/chains/eip155-78.json index 9551eb83..099ab160 100644 --- a/_data/chains/eip155-78.json +++ b/_data/chains/eip155-78.json @@ -1,7 +1,6 @@ { "name": "PrimusChain mainnet", "chain": "PC", - "network": "mainnet", "rpc": [ "https://ethnode.primusmoney.com/mainnet" ], diff --git a/_data/chains/eip155-78110.json b/_data/chains/eip155-78110.json index 03ed9ac2..c6c89ab7 100644 --- a/_data/chains/eip155-78110.json +++ b/_data/chains/eip155-78110.json @@ -1,7 +1,6 @@ { "name": "Firenze test network", "chain": "ETH", - "network": "testnet", "rpc": [ "https://ethnode.primusmoney.com/firenze" ], diff --git a/_data/chains/eip155-787.json b/_data/chains/eip155-787.json index edae88ce..28451091 100644 --- a/_data/chains/eip155-787.json +++ b/_data/chains/eip155-787.json @@ -1,7 +1,6 @@ { "name": "Acala Network", "chain": "ACA", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-7878.json b/_data/chains/eip155-7878.json new file mode 100644 index 00000000..cd21f7c3 --- /dev/null +++ b/_data/chains/eip155-7878.json @@ -0,0 +1,25 @@ +{ + "name": "Hazlor Testnet", + "chain": "SCAS", + "rpc": [ + "https://hatlas.rpc.hazlor.com:8545", + "wss://hatlas.rpc.hazlor.com:8546" + ], + "faucets": [ + "https://faucet.hazlor.com" + ], + "nativeCurrency": { + "name": "Hazlor Test Coin", + "symbol": "TSCAS", + "decimals": 18 + }, + "infoURL": "https://hazlor.com", + "shortName": "tscas", + "chainId": 7878, + "networkId": 7878, + "explorers": [{ + "name": "Hazlor Testnet Explorer", + "url": "https://explorer.hazlor.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-8.json b/_data/chains/eip155-8.json index d882099d..a0083484 100644 --- a/_data/chains/eip155-8.json +++ b/_data/chains/eip155-8.json @@ -1,7 +1,6 @@ { "name": "Ubiq", "chain": "UBQ", - "network": "mainnet", "rpc": [ "https://rpc.octano.dev", "https://pyrus2.ubiqscan.io" diff --git a/_data/chains/eip155-80.json b/_data/chains/eip155-80.json index 7d072578..b0a10e4f 100644 --- a/_data/chains/eip155-80.json +++ b/_data/chains/eip155-80.json @@ -1,7 +1,6 @@ { "name": "GeneChain", "chain": "GeneChain", - "network": "mainnet", "rpc": [ "https://rpc.genechain.io" ], diff --git a/_data/chains/eip155-80001.json b/_data/chains/eip155-80001.json index b72c37a2..8ae2d1c2 100644 --- a/_data/chains/eip155-80001.json +++ b/_data/chains/eip155-80001.json @@ -1,20 +1,20 @@ { - "name": "Matic(Polygon) Testnet Mumbai", - "chain": "Matic(Polygon)", - "network": "testnet", + "name": "Polygon Testnet Mumbai", + "chain": "Polygon", "rpc": [ - "https://rpc-mumbai.matic.today", - "wss://ws-mumbai.matic.today" + "https://matic-mumbai.chainstacklabs.com", + "https://rpc-mumbai.maticvigil.com", + "https://matic-testnet-archive-rpc.bwarelabs.com" ], "faucets": [ - "https://faucet.matic.network/" + "https://faucet.polygon.technology/" ], "nativeCurrency": { - "name": "Matic", - "symbol": "tMATIC", + "name": "MATIC", + "symbol": "MATIC", "decimals": 18 }, - "infoURL": "https://matic.network/", + "infoURL": "https://polygon.technology/", "shortName": "maticmum", "chainId": 80001, "networkId": 80001, diff --git a/_data/chains/eip155-8029.json b/_data/chains/eip155-8029.json index 4176357a..cd2ccbdd 100644 --- a/_data/chains/eip155-8029.json +++ b/_data/chains/eip155-8029.json @@ -1,7 +1,6 @@ { "name": "MDGL Testnet", "chain": "MDGL", - "network": "testnet", "rpc": [ "https://testnet.mdgl.io" ], diff --git a/_data/chains/eip155-803.json b/_data/chains/eip155-803.json index d2e1be66..9ae76e03 100644 --- a/_data/chains/eip155-803.json +++ b/_data/chains/eip155-803.json @@ -1,7 +1,6 @@ { "name": "Haic", "chain": "Haic", - "network": "mainnet", "rpc": ["https://orig.haichain.io/"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-8080.json b/_data/chains/eip155-8080.json index a8fbbc4f..3fc8d396 100644 --- a/_data/chains/eip155-8080.json +++ b/_data/chains/eip155-8080.json @@ -1,7 +1,6 @@ { "name": "GeneChain Adenine Testnet", "chain": "GeneChain", - "network": "adenine", "rpc": [ "https://rpc-testnet.genechain.io" ], diff --git a/_data/chains/eip155-82.json b/_data/chains/eip155-82.json index 8fdf7d9e..bcff02dd 100644 --- a/_data/chains/eip155-82.json +++ b/_data/chains/eip155-82.json @@ -1,11 +1,12 @@ { "name": "Meter Mainnet", "chain": "METER", - "network": "mainnet", "rpc": [ "https://rpc.meter.io" ], - "faucets": [], + "faucets": [ + "https://faucet.meter.io" + ], "nativeCurrency": { "name": "Meter", "symbol": "MTR", @@ -14,6 +15,11 @@ "infoURL": "https://www.meter.io", "shortName": "Meter", "chainId": 82, - "networkId": 82 + "networkId": 82, + "explorers": [{ + "name": "Meter Mainnet Scan", + "url": "https://scan.meter.io", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-820.json b/_data/chains/eip155-820.json index b587f60c..1939ea15 100644 --- a/_data/chains/eip155-820.json +++ b/_data/chains/eip155-820.json @@ -1,7 +1,6 @@ { "name": "Callisto Mainnet", "chain": "CLO", - "network": "mainnet", "rpc": [ "https://clo-geth.0xinfra.com" ], diff --git a/_data/chains/eip155-821.json b/_data/chains/eip155-821.json index 4ed39546..ac0058a3 100644 --- a/_data/chains/eip155-821.json +++ b/_data/chains/eip155-821.json @@ -1,7 +1,6 @@ { "name": "Callisto Testnet", "chain": "CLO", - "network": "testnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index bea84c46..c1e3c71d 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -1,9 +1,8 @@ { "name": "Klaytn Mainnet Cypress", "chain": "KLAY", - "network": "cypress", "rpc": [ - "https://node-api.klaytnapi.com/v1/klaytn" + "https://public-node-api.klaytnapi.com/v1/cypress" ], "faucets": [], "nativeCurrency": { @@ -15,5 +14,10 @@ "shortName": "Cypress", "chainId": 8217, "networkId": 8217, - "slip44": 8217 + "slip44": 8217, + "explorers": [{ + "name": "Klaytnscope", + "url": "https://scope.klaytn.com", + "standard": "none" + }] } diff --git a/_data/chains/eip155-8285.json b/_data/chains/eip155-8285.json index fe29d1e2..320e842f 100644 --- a/_data/chains/eip155-8285.json +++ b/_data/chains/eip155-8285.json @@ -1,7 +1,6 @@ { "name": "KorthoTest", "chain": "Kortho", - "network": "Test", "rpc": [ "https://www.krotho-test.net" ], diff --git a/_data/chains/eip155-83.json b/_data/chains/eip155-83.json new file mode 100644 index 00000000..75b3a70e --- /dev/null +++ b/_data/chains/eip155-83.json @@ -0,0 +1,25 @@ +{ + "name": "Meter Testnet", + "chain": "METER Testnet", + "rpc": [ + "https://rpctest.meter.io" + ], + "faucets": [ + "https://faucet-warringstakes.meter.io" + ], + "nativeCurrency": { + "name": "Meter", + "symbol": "MTR", + "decimals": 18 + }, + "infoURL": "https://www.meter.io", + "shortName": "MeterTest", + "chainId": 83, + "networkId": 83, + "explorers": [{ + "name": "Meter Testnet Scan", + "url": "https://scan-warringstakes.meter.io", + "standard": "EIP3091" + }] +} + diff --git a/_data/chains/eip155-85.json b/_data/chains/eip155-85.json index cab131cd..0c181b81 100644 --- a/_data/chains/eip155-85.json +++ b/_data/chains/eip155-85.json @@ -3,7 +3,6 @@ "chainId": 85, "shortName": "gttest", "chain": "GTTEST", - "network": "testnet", "networkId": 85, "nativeCurrency": { "name": "GateToken", diff --git a/_data/chains/eip155-86.json b/_data/chains/eip155-86.json index 4929fbaf..ef23e413 100644 --- a/_data/chains/eip155-86.json +++ b/_data/chains/eip155-86.json @@ -3,7 +3,6 @@ "chainId": 86, "shortName": "gt", "chain": "GT", - "network": "mainnet", "networkId": 86, "nativeCurrency": { "name": "GateToken", diff --git a/_data/chains/eip155-8723.json b/_data/chains/eip155-8723.json index e9aef0ee..bab4f4db 100644 --- a/_data/chains/eip155-8723.json +++ b/_data/chains/eip155-8723.json @@ -1,7 +1,6 @@ { "name": "TOOL Global Mainnet", "chain": "OLO", - "network": "mainnet", "rpc": [ "https://mainnet-web3.wolot.io" ], diff --git a/_data/chains/eip155-8724.json b/_data/chains/eip155-8724.json index 543a713c..7d05ded8 100644 --- a/_data/chains/eip155-8724.json +++ b/_data/chains/eip155-8724.json @@ -1,7 +1,6 @@ { "name": "TOOL Global Testnet", "chain": "OLO", - "network": "testnet", "rpc": [ "https://testnet-web3.wolot.io" ], diff --git a/_data/chains/eip155-88.json b/_data/chains/eip155-88.json index 1b89641f..0112c424 100644 --- a/_data/chains/eip155-88.json +++ b/_data/chains/eip155-88.json @@ -1,7 +1,6 @@ { "name": "TomoChain", "chain": "TOMO", - "network": "mainnet", "rpc": [ "https://rpc.tomochain.com" ], @@ -14,5 +13,6 @@ "infoURL": "https://tomocoin.io", "shortName": "tomo", "chainId": 88, - "networkId": 88 + "networkId": 88, + "slip44": 889 } diff --git a/_data/chains/eip155-880.json b/_data/chains/eip155-880.json new file mode 100644 index 00000000..4ef28d5a --- /dev/null +++ b/_data/chains/eip155-880.json @@ -0,0 +1,22 @@ +{ + "name": "Ambros Chain Mainnet", + "chain": "ambroschain", + "rpc": [ + "https://mainnet.ambroschain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "AMBROS", + "symbol": "AMBR", + "decimals": 18 + }, + "infoURL": "https://bcmhunt.com/", + "shortName": "ambros", + "chainId": 880, + "networkId": 880, + "explorers": [{ + "name": "Ambros Chain Explorer", + "url": "https://explorer.ambroschain.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-888.json b/_data/chains/eip155-888.json index f13af693..2041974e 100644 --- a/_data/chains/eip155-888.json +++ b/_data/chains/eip155-888.json @@ -1,7 +1,6 @@ { "name": "Wanchain", "chain": "WAN", - "network": "mainnet", "rpc": [ "https://gwan-ssl.wandevs.org:56891/" ], diff --git a/_data/chains/eip155-8888.json b/_data/chains/eip155-8888.json new file mode 100644 index 00000000..4ace1154 --- /dev/null +++ b/_data/chains/eip155-8888.json @@ -0,0 +1,22 @@ +{ + "name": "Ambros Chain Testnet", + "chain": "ambroschain", + "rpc": [ + "https://testnet.ambroschain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "AMBROS", + "symbol": "AMBR", + "decimals": 18 + }, + "infoURL": "https://bcmhunt.com/", + "shortName": "ambrostestnet", + "chainId": 8888, + "networkId": 8888, + "explorers": [{ + "name": "Ambros Chain Explorer", + "url": "https://testexplorer.ambroschain.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-8995.json b/_data/chains/eip155-8995.json index 33f480f8..e1cb3264 100644 --- a/_data/chains/eip155-8995.json +++ b/_data/chains/eip155-8995.json @@ -1,7 +1,6 @@ { "name": "bloxberg", "chain": "bloxberg", - "network": "mainnet", "rpc": [ "https://core.bloxberg.org" ], diff --git a/_data/chains/eip155-9.json b/_data/chains/eip155-9.json index a8cfd11e..57960412 100644 --- a/_data/chains/eip155-9.json +++ b/_data/chains/eip155-9.json @@ -1,7 +1,6 @@ { "name": "Ubiq Network Testnet", "chain": "UBQ", - "network": "mainnet", "rpc": [], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json new file mode 100644 index 00000000..c7cff005 --- /dev/null +++ b/_data/chains/eip155-9000.json @@ -0,0 +1,30 @@ +{ + "name": "Evmos Testnet", + "chain": "Evmos", + "rpc": ["https://ethereum.rpc.evmos.dev"], + "faucets": ["https://faucet.evmos.org"], + "nativeCurrency": { + "name": "Photon", + "symbol": "PHOTON", + "decimals": 18 + }, + "infoURL": "https://evmos.org", + "shortName": "evmos-mons", + "chainId": 9000, + "networkId": 9000, + "icon": "evmos", + "explorers": [ + { + "name": "Evmos EVM Explorer (Blockscout)", + "url": "https://evm.evmos.org", + "standard": "none", + "icon": "evmos" + }, + { + "name": "Evmos Cosmos Explorer (Big Dipper)", + "url": "https://explorer.evmos.org", + "standard": "none", + "icon": "evmos" + } + ] +} diff --git a/_data/chains/eip155-9001.json b/_data/chains/eip155-9001.json new file mode 100644 index 00000000..ed429b86 --- /dev/null +++ b/_data/chains/eip155-9001.json @@ -0,0 +1,30 @@ +{ + "name": "Evmos", + "chain": "Evmos", + "rpc": ["https://ethereum.rpc.evmos.org"], + "faucets": [], + "nativeCurrency": { + "name": "Evmos", + "symbol": "EVMOS", + "decimals": 18 + }, + "infoURL": "https://evmos.org", + "shortName": "evmos", + "chainId": 9001, + "networkId": 9001, + "icon": "evmos", + "explorers": [ + { + "name": "Evmos EVM Explorer (Blockscout)", + "url": "https://evm.evmos.org", + "standard": "none", + "icon": "evmos" + }, + { + "name": "Evmos Cosmos Explorer (Big Dipper)", + "url": "https://explorer.evmos.org", + "standard": "none", + "icon": "evmos" + } + ] +} diff --git a/_data/chains/eip155-9100.json b/_data/chains/eip155-9100.json new file mode 100644 index 00000000..25e233ad --- /dev/null +++ b/_data/chains/eip155-9100.json @@ -0,0 +1,18 @@ +{ + "name": "Genesis Coin", + "chain": "Genesis", + "rpc": [ + "https://genesis-gn.com", + "wss://genesis-gn.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "GN Coin", + "symbol": "GNC", + "decimals": 18 + }, + "infoURL": "https://genesis-gn.com", + "shortName": "GENEC", + "chainId": 9100, + "networkId": 9100 +} \ No newline at end of file diff --git a/_data/chains/eip155-940.json b/_data/chains/eip155-940.json new file mode 100644 index 00000000..6c1aebdc --- /dev/null +++ b/_data/chains/eip155-940.json @@ -0,0 +1,18 @@ +{ + "name": "PulseChain Testnet", + "shortName": "tpls", + "chain": "tPLS", + "chainId": 940, + "networkId": 940, + "infoURL": "https://pulsechain.com/", + "rpc": [ + "https://rpc.testnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}", + "wss://rpc.testnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { + "name": "Test Pulse", + "symbol": "tPLS", + "decimals": 18 + } +} \ No newline at end of file diff --git a/_data/chains/eip155-95.json b/_data/chains/eip155-95.json index ba020c68..d95a6706 100644 --- a/_data/chains/eip155-95.json +++ b/_data/chains/eip155-95.json @@ -1,7 +1,6 @@ { "name": "CryptoKylin Testnet", "chain": "EOS", - "network": "testnet", "rpc": [ "https://kylin.eosargentina.io" ], diff --git a/_data/chains/eip155-9527.json b/_data/chains/eip155-9527.json new file mode 100644 index 00000000..c3478c2a --- /dev/null +++ b/_data/chains/eip155-9527.json @@ -0,0 +1,23 @@ +{ + "name": "Rangers Protocol Testnet Robin", + "chain": "Rangers", + "icon": "rangers", + "rpc": [ + "https://robin.rangersprotocol.com/api/jsonrpc" + ], + "faucets": ["https://robin-faucet.rangersprotocol.com"], + "nativeCurrency": { + "name": "Rangers Protocol Gas", + "symbol": "tRPG", + "decimals": 18 + }, + "infoURL": "https://rangersprotocol.com", + "shortName": "trpg", + "chainId": 9527, + "networkId": 9527, + "explorers": [{ + "name": "rangersscan-robin", + "url": "https://robin-rangersscan.rangersprotocol.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-955305.json b/_data/chains/eip155-955305.json new file mode 100644 index 00000000..b1770eb2 --- /dev/null +++ b/_data/chains/eip155-955305.json @@ -0,0 +1,32 @@ +{ + "name": "Eluvio Content Fabric", + "chain": "Eluvio", + "rpc": [ + "https://host-76-74-28-226.contentfabric.io/eth/", + "https://host-76-74-28-232.contentfabric.io/eth/", + "https://host-76-74-29-2.contentfabric.io/eth/", + "https://host-76-74-29-8.contentfabric.io/eth/", + "https://host-76-74-29-34.contentfabric.io/eth/", + "https://host-76-74-29-35.contentfabric.io/eth/", + "https://host-154-14-211-98.contentfabric.io/eth/", + "https://host-154-14-192-66.contentfabric.io/eth/", + "https://host-60-240-133-202.contentfabric.io/eth/", + "https://host-64-235-250-98.contentfabric.io/eth/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ELV", + "symbol": "ELV", + "decimals": 18 + }, + "infoURL": "https://eluv.io", + "shortName": "elv", + "chainId": 955305, + "networkId": 955305, + "slip44": 1011, + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.eluv.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-96.json b/_data/chains/eip155-96.json new file mode 100644 index 00000000..3633676a --- /dev/null +++ b/_data/chains/eip155-96.json @@ -0,0 +1,24 @@ +{ + "name": "NEXT Smart Chain", + "chain": "NSC", + "rpc": [ + "https://rpc.nextsmartchain.com" + ], + "faucets": [ + "https://faucet.nextsmartchain.com" + ], + "nativeCurrency": { + "name": "NEXT", + "symbol": "NEXT", + "decimals": 18 + }, + "infoURL": "https://www.nextsmartchain.com/", + "shortName": "nsc", + "chainId": 96, + "networkId": 96, + "explorers": [{ + "name": "Next Smart Chain Explorer", + "url": "https://explorer.nextsmartchain.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-97.json b/_data/chains/eip155-97.json index e83adf83..cac2bd11 100644 --- a/_data/chains/eip155-97.json +++ b/_data/chains/eip155-97.json @@ -1,7 +1,6 @@ { "name": "Binance Smart Chain Testnet", "chain": "BSC", - "network": "Chapel", "rpc": [ "https://data-seed-prebsc-1-s1.binance.org:8545", "https://data-seed-prebsc-2-s1.binance.org:8545", diff --git a/_data/chains/eip155-977.json b/_data/chains/eip155-977.json index 52dc783f..0c559daf 100644 --- a/_data/chains/eip155-977.json +++ b/_data/chains/eip155-977.json @@ -1,7 +1,6 @@ { "name": "Nepal Blockchain Network", "chain": "YETI", - "network": "mainnet", "rpc": [ "https://api.nepalblockchain.dev", "https://api.nepalblockchain.network" diff --git a/_data/chains/eip155-99.json b/_data/chains/eip155-99.json index d46855ea..d01dc465 100644 --- a/_data/chains/eip155-99.json +++ b/_data/chains/eip155-99.json @@ -1,7 +1,6 @@ { "name": "POA Network Core", "chain": "POA", - "network": "core", "rpc": [ "https://core.poanetwork.dev", "http://core.poanetwork.dev:8545", @@ -11,11 +10,17 @@ "faucets": [], "nativeCurrency": { "name": "POA Network Core Ether", - "symbol": "SKL", + "symbol": "POA", "decimals": 18 }, "infoURL": "https://poa.network", - "shortName": "skl", + "shortName": "poa", "chainId": 99, - "networkId": 99 -} \ No newline at end of file + "networkId": 99, + "slip44": 178, + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/poa/core", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-99415706.json b/_data/chains/eip155-99415706.json index 6c50e9f7..dd34f17d 100644 --- a/_data/chains/eip155-99415706.json +++ b/_data/chains/eip155-99415706.json @@ -1,7 +1,6 @@ { "name": "Joys Digital TestNet", "chain": "TOYS", - "network": "testnet", "rpc": [ "https://toys.joys.cash/" ], diff --git a/_data/chains/eip155-998.json b/_data/chains/eip155-998.json new file mode 100644 index 00000000..79072f08 --- /dev/null +++ b/_data/chains/eip155-998.json @@ -0,0 +1,32 @@ +{ + "name": "Lucky Network", + "chain": "LN", + "rpc": [ + "https://rpc.luckynetwork.org", + "wss://ws.lnscan.org", + "https://rpc.lnscan.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Lucky", + "symbol": "L99", + "decimals": 18 + }, + "infoURL": "https://luckynetwork.org", + "shortName": "ln", + "chainId": 998, + "networkId": 998, + "icon": "lucky", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.luckynetwork.org", + "standard": "none" + }, + { + "name": "expedition", + "url": "https://lnscan.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-999.json b/_data/chains/eip155-999.json index a2d18bae..432e01f6 100644 --- a/_data/chains/eip155-999.json +++ b/_data/chains/eip155-999.json @@ -1,7 +1,6 @@ { "name": "Wanchain Testnet", "chain": "WAN", - "network": "testnet", "rpc": [ "https://gwan-ssl.wandevs.org:46891/" ], diff --git a/_data/chains/eip155-9999.json b/_data/chains/eip155-9999.json new file mode 100644 index 00000000..39ec69ee --- /dev/null +++ b/_data/chains/eip155-9999.json @@ -0,0 +1,17 @@ +{ + "name": "myOwn Testnet", + "chain": "myOwn", + "rpc": [ + "https://geth.dev.bccloud.net" + ], + "faucets": [], + "nativeCurrency": { + "name": "MYN", + "symbol": "MYN", + "decimals": 18 + }, + "infoURL": "https://docs.bccloud.net/", + "shortName": "myn", + "chainId": 9999, + "networkId": 9999 +} diff --git a/_data/icons/SUR.json b/_data/icons/SUR.json new file mode 100644 index 00000000..01403a6c --- /dev/null +++ b/_data/icons/SUR.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmbUcDQHCvheYQrWk9WFJRMW5fTJQmtZqkoGUed4bhCM7T", + "width":3000, + "height":3000, + "format":"png" + } +] diff --git a/_data/icons/alaya.json b/_data/icons/alaya.json new file mode 100644 index 00000000..d3c953c2 --- /dev/null +++ b/_data/icons/alaya.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu", + "width":1140, + "height":1140, + "format":"png" + } +] \ No newline at end of file diff --git a/_data/icons/btcix.json b/_data/icons/btcix.json new file mode 100644 index 00000000..7bf8d189 --- /dev/null +++ b/_data/icons/btcix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZttTpHJreq3AinjDSkVP5yZ7Xzccdwi41G1uJhdogGBA", + "width": 520, + "height": 521, + "format": "png" + } +] diff --git a/_data/icons/dithereum.json b/_data/icons/dithereum.json new file mode 100644 index 00000000..c3fefa58 --- /dev/null +++ b/_data/icons/dithereum.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/ditherscan.json b/_data/icons/ditherscan.json new file mode 100644 index 00000000..c3fefa58 --- /dev/null +++ b/_data/icons/ditherscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/etho.json b/_data/icons/etho.json new file mode 100644 index 00000000..35f80e4b --- /dev/null +++ b/_data/icons/etho.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw", + "width":688, + "height":688, + "format":"png" + } +] \ No newline at end of file diff --git a/_data/icons/evmos.json b/_data/icons/evmos.json new file mode 100644 index 00000000..88a52748 --- /dev/null +++ b/_data/icons/evmos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmc4nHKSTgRwhpc5gpUnd7cQb7ooUgkcMxSbJcDAjJqx6T", + "width": 1000, + "height": 620, + "format": "svg" + } +] \ No newline at end of file diff --git a/_data/icons/lucky.json b/_data/icons/lucky.json new file mode 100644 index 00000000..96f5edff --- /dev/null +++ b/_data/icons/lucky.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m", + "width":205, + "height":28, + "format":"png" + } +] diff --git a/_data/icons/ntity.json b/_data/icons/ntity.json new file mode 100644 index 00000000..4dba513a --- /dev/null +++ b/_data/icons/ntity.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf", + "width": 1000, + "height": 1628, + "format": "svg" + } +] \ No newline at end of file diff --git a/_data/icons/oasis.json b/_data/icons/oasis.json new file mode 100644 index 00000000..9696c62c --- /dev/null +++ b/_data/icons/oasis.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha", + "width": 2000, + "height": 2000, + "format": "png" + } +] diff --git a/_data/icons/platon.json b/_data/icons/platon.json new file mode 100644 index 00000000..70f478cc --- /dev/null +++ b/_data/icons/platon.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC", + "width":200, + "height":200, + "format":"png" + } +] \ No newline at end of file diff --git a/_data/icons/popcateum.json b/_data/icons/popcateum.json new file mode 100644 index 00000000..56eb135a --- /dev/null +++ b/_data/icons/popcateum.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQfFqmCxRU1ZWcBC2A2JX2Ejh5ar6GHAj6mKhTYQgLpjV", + "width": 2600, + "height": 2600, + "format": "png" + } +] \ No newline at end of file diff --git a/_data/icons/rangers.json b/_data/icons/rangers.json new file mode 100644 index 00000000..9bfdb96d --- /dev/null +++ b/_data/icons/rangers.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT", + "width":835, + "height":835, + "format":"png" + } +] diff --git a/_data/icons/uzmi.json b/_data/icons/uzmi.json new file mode 100644 index 00000000..6a60e671 --- /dev/null +++ b/_data/icons/uzmi.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmRU9tH2mM8P7r12FXL6cqPbZnzw57p9QSuNK2f8ePB4Qi", + "width":310, + "height":310, + "format":"png" + } +] \ No newline at end of file diff --git a/_data/icons/velas.json b/_data/icons/velas.json new file mode 100644 index 00000000..28212e39 --- /dev/null +++ b/_data/icons/velas.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5", + "width":924, + "height":800, + "format":"png" + } +] diff --git a/_data/icons/zcore.json b/_data/icons/zcore.json new file mode 100644 index 00000000..17a21414 --- /dev/null +++ b/_data/icons/zcore.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4", + "width":1050, + "height":1050, + "format":"png" + } +] diff --git a/build.gradle b/build.gradle index acd4b419..c2b59414 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - KOTLIN_VERSION = "1.5.30" - KETHEREUM_VERSION = "0.85.3" + KOTLIN_VERSION = "1.6.10" + KETHEREUM_VERSION = "0.85.7" } repositories { @@ -10,34 +10,17 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.41.0' } } -apply plugin: "kotlin" -apply plugin: "application" -apply plugin: "com.github.ben-manes.versions" +subprojects { + apply plugin: "kotlin" -mainClassName = "org.ethereum.lists.chains.MainKt" - -repositories { - mavenCentral() - maven { url 'https://jitpack.io' } -} - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" - - implementation "com.github.komputing.kethereum:rpc:${KETHEREUM_VERSION}" - implementation "com.github.komputing.kethereum:model:${KETHEREUM_VERSION}" - implementation "com.github.komputing.kethereum:erc55:${KETHEREUM_VERSION}" - implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" - - implementation 'com.beust:klaxon:5.5' - implementation 'com.squareup.moshi:moshi-kotlin:1.12.0' - implementation 'com.squareup.okhttp3:okhttp:4.7.2' - - testImplementation "org.jetbrains.kotlin:kotlin-test" - testImplementation "org.jetbrains.kotlin:kotlin-test-junit" + repositories { + mavenCentral() + maven { url 'https://jitpack.io' } + } } +apply plugin: "com.github.ben-manes.versions" \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a0f7639f..669386b8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/model/build.gradle.kts b/model/build.gradle.kts new file mode 100644 index 00000000..63d91aa4 --- /dev/null +++ b/model/build.gradle.kts @@ -0,0 +1,23 @@ +plugins { + id("com.google.devtools.ksp").version("1.6.10-1.0.2") + id("maven-publish") +} + +publishing { + publications { + create("maven") { + version = "1.1" + + from(components["java"]) + } + } +} + +dependencies { + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") + implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.10") + + implementation("com.squareup.moshi:moshi:1.13.0") + implementation("com.squareup.okhttp3:okhttp:4.9.3") +} + diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt new file mode 100644 index 00000000..6cf42eb6 --- /dev/null +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt @@ -0,0 +1,19 @@ +package org.ethereum.lists.chains.model + +import com.squareup.moshi.JsonClass + +@JsonClass(generateAdapter = true) +data class Chain( + val name: String, + val shortName: String, + val chain: String, + @Deprecated("Will be removed in the future") + val network: String?, + val chainId: Long, + val networkId: Long, + val rpc: List, + val faucets: List, + val explorers: List?, + val infoURL: String, + val title: String? +) \ No newline at end of file diff --git a/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt new file mode 100644 index 00000000..0da3eba7 --- /dev/null +++ b/model/src/main/kotlin/org/ethereum/lists/chains/model/Explorer.kt @@ -0,0 +1,10 @@ +package org.ethereum.lists.chains.model + +import com.squareup.moshi.JsonClass + +@JsonClass(generateAdapter = true) +data class Explorer( + val name: String, + val url: String, + val standard: String +) \ No newline at end of file diff --git a/processor/build.gradle b/processor/build.gradle new file mode 100644 index 00000000..3954b70d --- /dev/null +++ b/processor/build.gradle @@ -0,0 +1,22 @@ +apply plugin: "application" + +mainClassName = "org.ethereum.lists.chains.MainKt" + +dependencies { + implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" + + implementation "com.github.komputing.kethereum:rpc:${KETHEREUM_VERSION}" + implementation "com.github.komputing.kethereum:model:${KETHEREUM_VERSION}" + implementation "com.github.komputing.kethereum:erc55:${KETHEREUM_VERSION}" + implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" + + implementation 'com.beust:klaxon:5.5' + implementation 'com.squareup.moshi:moshi:1.13.0' + implementation 'com.squareup.okhttp3:okhttp:4.9.3' + + implementation project(":model") + + testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}" + testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN_VERSION}" +} + diff --git a/src/main/kotlin/org/ethereum/lists/chains/Env.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt similarity index 80% rename from src/main/kotlin/org/ethereum/lists/chains/Env.kt rename to processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt index 74ef5bdf..fbb13991 100644 --- a/src/main/kotlin/org/ethereum/lists/chains/Env.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt @@ -2,14 +2,12 @@ package org.ethereum.lists.chains import com.squareup.moshi.JsonAdapter import com.squareup.moshi.Moshi -import com.squareup.moshi.kotlin.reflect.KotlinJsonAdapterFactory import org.ethereum.lists.chains.model.Chain val mandatory_fields = listOf( "name", "shortName", "chain", - "network", "chainId", "networkId", "rpc", @@ -22,8 +20,10 @@ val optionalFields = listOf( "ens", "icon", "explorers", + "title", + "network", "parent" ) -val moshi: Moshi = Moshi.Builder().add(KotlinJsonAdapterFactory()).build() +val moshi: Moshi = Moshi.Builder().build() val chainAdapter: JsonAdapter = moshi.adapter(Chain::class.java) diff --git a/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt similarity index 93% rename from src/main/kotlin/org/ethereum/lists/chains/Main.kt rename to processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index 8fb02d59..904d62f6 100644 --- a/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -12,9 +12,11 @@ import org.kethereum.rpc.HttpEthereumRPC val parsedShortNames = mutableSetOf() val parsedNames = mutableSetOf() -val iconsPath = File("_data/icons") +val basePath = File("..") +val dataPath = File(basePath, "_data") +val iconsPath = File(dataPath, "icons") -val chainsPath = File("_data/chains") +val chainsPath = File(dataPath, "chains") private val allFiles = chainsPath.listFiles() ?: error("$chainsPath must contain the chain json files - but it does not") private val allChainFiles = allFiles.filter { !it.isDirectory } @@ -26,7 +28,7 @@ fun main(args: Array) { } private fun createOutputFiles() { - val buildPath = File("output").apply { mkdir() } + val buildPath = File(basePath, "output").apply { mkdir() } val chainJSONArray = JsonArray() val miniChainJSONArray = JsonArray() @@ -77,6 +79,7 @@ private fun createOutputFiles() { """.trimIndent() ) + File(buildPath, ".nojekyll").createNewFile() File(buildPath, "CNAME").writeText("chainid.network") } @@ -137,8 +140,6 @@ fun checkIcon(icon: File) { fun checkChain(chainFile: File, connectRPC: Boolean) { println("processing $chainFile") - parseWithMoshi(chainFile) - val jsonObject = Klaxon().parseJsonObject(chainFile.reader()) val chainAsLong = getNumber(jsonObject, "chainId") @@ -191,8 +192,8 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { throw(ExplorerInvalidUrl()) } - if (explorer["standard"] != "EIP3091") { - throw(ExplorerStandardMustBeEIP3091()) + if (explorer["standard"] != "EIP3091" && explorer["standard"] != "none") { + throw(ExplorerStandardMustBeEIP3091OrNone()) } } } @@ -219,9 +220,9 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { throw ParentMustHaveChainAndType() } - val extraFields = it.keys - setOf("chain", "type", "bridges") - if (extraFields.isNotEmpty()) { - throw ParentHasExtraFields(extraFields) + val extraParentFields = it.keys - setOf("chain", "type", "bridges") + if (extraParentFields.isNotEmpty()) { + throw ParentHasExtraFields(extraParentFields) } val bridges = it["bridges"] @@ -247,6 +248,8 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { } + parseWithMoshi(chainFile) + if (connectRPC) { if (jsonObject["rpc"] is List<*>) { (jsonObject["rpc"] as List<*>).forEach { diff --git a/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt similarity index 92% rename from src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt rename to processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index e4af9a9b..2b88a7d4 100644 --- a/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -15,7 +15,7 @@ class UnsupportedNamespace(): Exception("So far only the EIP155 namespace is sup class ExplorersMustBeArray: Exception("explorers must be an array") class ExplorerMustHaveName: Exception("Explorer must have name") class ExplorerInvalidUrl: Exception("Explorer have url starting with https://") -class ExplorerStandardMustBeEIP3091: Exception("explorer standard must be EIP3091 - currently the only one supported") +class ExplorerStandardMustBeEIP3091OrNone: Exception("explorer standard must be 'none' or 'EIP3091'") class ParentHasInvalidType(type: String?): Exception("Parent has invalid type $type - only L2 or shard allowed") class ParentMustBeObject: Exception("parent must be an object") class ParentMustHaveChainAndType: Exception("parent must have fields 'chain' and 'type'") diff --git a/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt similarity index 95% rename from src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt rename to processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt index ef74c284..19a0a681 100644 --- a/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt +++ b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt @@ -28,6 +28,14 @@ class TheChainChecker { checkChain(file, false) } + @Test + fun shouldPassForValidChainWithExplorersNoStandard() { + val file = getFile("valid/withexplorer/eip155-2.json") + + checkChain(file, false) + } + + @Test fun shouldPassForValidChainWithParent() { val file = getFile("valid/withparent/eip155-2.json") @@ -164,7 +172,7 @@ class TheChainChecker { @Test(expected = JsonEncodingException::class) fun shouldFailForExtraComma() { - val file = getFile("invalid/eip155-extracomma.json") + val file = getFile("invalid/extracomma/eip155-1.json") checkChain(file, false) } @@ -186,7 +194,7 @@ class TheChainChecker { checkChain(getFile("invalid/explorersnotarray/eip155-1.json"), false) } - @Test(expected = ExplorerStandardMustBeEIP3091::class) + @Test(expected = ExplorerStandardMustBeEIP3091OrNone::class) fun shouldFailOnWrongExplorerStandard() { checkChain(getFile("invalid/wrongexplorerstandard/eip155-1.json"), false) } diff --git a/src/test/resources/test_chains/invalid/eip155-1.json b/processor/src/test/resources/test_chains/invalid/eip155-1.json similarity index 83% rename from src/test/resources/test_chains/invalid/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/eip155-1.json index d843a6da..b2a9051c 100644 --- a/src/test/resources/test_chains/invalid/eip155-1.json +++ b/processor/src/test/resources/test_chains/invalid/eip155-1.json @@ -1,8 +1,8 @@ { - "name": "Ethereum Mainnet", + "title": "Ethereum Mainnet", + "name": "Ethereum", "shortName": "eth", "chain": "ETH", - "network": "mainnet", "chainId": 1, "networkId": 1, "rpc": [ diff --git a/src/test/resources/test_chains/invalid/eip155-1.nojson b/processor/src/test/resources/test_chains/invalid/eip155-1.nojson similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-1.nojson rename to processor/src/test/resources/test_chains/invalid/eip155-1.nojson diff --git a/src/test/resources/test_chains/invalid/eip155-100.json b/processor/src/test/resources/test_chains/invalid/eip155-100.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-100.json rename to processor/src/test/resources/test_chains/invalid/eip155-100.json diff --git a/src/test/resources/test_chains/invalid/eip155-101.json b/processor/src/test/resources/test_chains/invalid/eip155-101.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-101.json rename to processor/src/test/resources/test_chains/invalid/eip155-101.json diff --git a/src/test/resources/test_chains/invalid/eip155-102.json b/processor/src/test/resources/test_chains/invalid/eip155-102.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-102.json rename to processor/src/test/resources/test_chains/invalid/eip155-102.json diff --git a/src/test/resources/test_chains/invalid/eip155-2.json b/processor/src/test/resources/test_chains/invalid/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/eip155-3.json b/processor/src/test/resources/test_chains/invalid/eip155-3.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-3.json rename to processor/src/test/resources/test_chains/invalid/eip155-3.json diff --git a/src/test/resources/test_chains/invalid/eip155-4.json b/processor/src/test/resources/test_chains/invalid/eip155-4.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-4.json rename to processor/src/test/resources/test_chains/invalid/eip155-4.json diff --git a/src/test/resources/test_chains/invalid/eip155-99.json b/processor/src/test/resources/test_chains/invalid/eip155-99.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-99.json rename to processor/src/test/resources/test_chains/invalid/eip155-99.json diff --git a/src/test/resources/test_chains/invalid/eip155-invalid_filename.json b/processor/src/test/resources/test_chains/invalid/eip155-invalid_filename.json similarity index 100% rename from src/test/resources/test_chains/invalid/eip155-invalid_filename.json rename to processor/src/test/resources/test_chains/invalid/eip155-invalid_filename.json diff --git a/src/test/resources/test_chains/invalid/explorerinvalidurl/eip155-1.json b/processor/src/test/resources/test_chains/invalid/explorerinvalidurl/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/invalid/explorerinvalidurl/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/explorerinvalidurl/eip155-1.json diff --git a/src/test/resources/test_chains/invalid/explorermissingurl/eip155-1.json b/processor/src/test/resources/test_chains/invalid/explorermissingurl/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/invalid/explorermissingurl/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/explorermissingurl/eip155-1.json diff --git a/src/test/resources/test_chains/invalid/explorernoname/eip155-1.json b/processor/src/test/resources/test_chains/invalid/explorernoname/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/invalid/explorernoname/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/explorernoname/eip155-1.json diff --git a/src/test/resources/test_chains/invalid/explorersnotarray/eip155-1.json b/processor/src/test/resources/test_chains/invalid/explorersnotarray/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/invalid/explorersnotarray/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/explorersnotarray/eip155-1.json diff --git a/processor/src/test/resources/test_chains/invalid/extracomma/eip155-1.json b/processor/src/test/resources/test_chains/invalid/extracomma/eip155-1.json new file mode 100644 index 00000000..4d18cd85 --- /dev/null +++ b/processor/src/test/resources/test_chains/invalid/extracomma/eip155-1.json @@ -0,0 +1,19 @@ +{ + "name": "Ethereum Mainnet", + "shortName": "eth", + "chain": "ETH", + "network": "mainnet", + "chainId": 1, + "networkId": 1, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "faucets": [], + "infoURL": "https://ethereum.org", +} diff --git a/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json b/processor/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json similarity index 75% rename from src/test/resources/test_chains/invalid/sameshortname/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json index d3f9eee1..104eaab3 100644 --- a/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json +++ b/processor/src/test/resources/test_chains/invalid/sameshortname/eip155-1.json @@ -9,6 +9,11 @@ "https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth" ], + "nativeCurrency": { + "name": "Görli Ether", + "symbol": "GOR", + "decimals": 18 + }, "faucets": [], "infoURL": "https://ethereum.org" } diff --git a/src/test/resources/test_chains/invalid/sameshortname/eip155-5.json b/processor/src/test/resources/test_chains/invalid/sameshortname/eip155-5.json similarity index 100% rename from src/test/resources/test_chains/invalid/sameshortname/eip155-5.json rename to processor/src/test/resources/test_chains/invalid/sameshortname/eip155-5.json diff --git a/src/test/resources/test_chains/invalid/withparentchaindoesnotexist/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentchaindoesnotexist/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentchaindoesnotexist/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentchaindoesnotexist/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentextrabridgeelementnoobject/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentextrabridgeelementnoobject/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentextrabridgeelementnoobject/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentextrabridgeelementnoobject/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentextrabridgesfield/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentextrabridgesfield/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentextrabridgesfield/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentextrabridgesfield/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentextrabridgesnoarray/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentextrabridgesnoarray/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentextrabridgesnoarray/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentextrabridgesnoarray/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentextrafield/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentextrafield/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentextrafield/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentextrafield/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentinvalidtype/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentinvalidtype/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentinvalidtype/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentinvalidtype/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/withparentnobject/eip155-2.json b/processor/src/test/resources/test_chains/invalid/withparentnobject/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/invalid/withparentnobject/eip155-2.json rename to processor/src/test/resources/test_chains/invalid/withparentnobject/eip155-2.json diff --git a/src/test/resources/test_chains/invalid/wrongexplorerstandard/eip155-1.json b/processor/src/test/resources/test_chains/invalid/wrongexplorerstandard/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/invalid/wrongexplorerstandard/eip155-1.json rename to processor/src/test/resources/test_chains/invalid/wrongexplorerstandard/eip155-1.json diff --git a/src/test/resources/test_chains/valid/eip155-1.json b/processor/src/test/resources/test_chains/valid/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/valid/eip155-1.json rename to processor/src/test/resources/test_chains/valid/eip155-1.json diff --git a/src/test/resources/test_chains/valid/eip155-5.json b/processor/src/test/resources/test_chains/valid/eip155-5.json similarity index 96% rename from src/test/resources/test_chains/valid/eip155-5.json rename to processor/src/test/resources/test_chains/valid/eip155-5.json index f8c7e5a0..15387bf6 100644 --- a/src/test/resources/test_chains/valid/eip155-5.json +++ b/processor/src/test/resources/test_chains/valid/eip155-5.json @@ -1,7 +1,6 @@ { "name": "Ethereum Testnet Görli", "chain": "ETH", - "network": "goerli", "rpc": [ "https://rpc.goerli.mudit.blog/", "https://rpc.slock.it/goerli ", diff --git a/src/test/resources/test_chains/valid/withexplorer/eip155-1.json b/processor/src/test/resources/test_chains/valid/withexplorer/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/valid/withexplorer/eip155-1.json rename to processor/src/test/resources/test_chains/valid/withexplorer/eip155-1.json diff --git a/processor/src/test/resources/test_chains/valid/withexplorer/eip155-2.json b/processor/src/test/resources/test_chains/valid/withexplorer/eip155-2.json new file mode 100644 index 00000000..fadae45a --- /dev/null +++ b/processor/src/test/resources/test_chains/valid/withexplorer/eip155-2.json @@ -0,0 +1,26 @@ +{ + "name": "Ethereum Mainnet", + "shortName": "eth", + "chain": "ETH", + "network": "mainnet", + "chainId": 2, + "networkId": 2, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "infoURL": "https://ethereum.org", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "explorers": [ + { + "name": "some", + "url": "https://etherscan.io", + "standard": "none" + } + ] +} diff --git a/src/test/resources/test_chains/valid/withparent/eip155-1.json b/processor/src/test/resources/test_chains/valid/withparent/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/valid/withparent/eip155-1.json rename to processor/src/test/resources/test_chains/valid/withparent/eip155-1.json diff --git a/src/test/resources/test_chains/valid/withparent/eip155-2.json b/processor/src/test/resources/test_chains/valid/withparent/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/valid/withparent/eip155-2.json rename to processor/src/test/resources/test_chains/valid/withparent/eip155-2.json diff --git a/src/test/resources/test_chains/valid/withparentbridge/eip155-1.json b/processor/src/test/resources/test_chains/valid/withparentbridge/eip155-1.json similarity index 100% rename from src/test/resources/test_chains/valid/withparentbridge/eip155-1.json rename to processor/src/test/resources/test_chains/valid/withparentbridge/eip155-1.json diff --git a/src/test/resources/test_chains/valid/withparentbridge/eip155-2.json b/processor/src/test/resources/test_chains/valid/withparentbridge/eip155-2.json similarity index 100% rename from src/test/resources/test_chains/valid/withparentbridge/eip155-2.json rename to processor/src/test/resources/test_chains/valid/withparentbridge/eip155-2.json diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 00000000..7befe42f --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,2 @@ +include(":model") +include(":processor") \ No newline at end of file diff --git a/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt b/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt deleted file mode 100644 index 86d29ec1..00000000 --- a/src/main/kotlin/org/ethereum/lists/chains/model/Chain.kt +++ /dev/null @@ -1,13 +0,0 @@ -package org.ethereum.lists.chains.model - -data class Chain( - val name: String, - val shortName: String, - val chain: String, - val network: String, - val chainId: Long, - val networkId: Long, - val rpc: List, - val faucets: List, - val infoURL: String, -) \ No newline at end of file diff --git a/src/test/resources/test_chains/invalid/eip155-extracomma.json b/src/test/resources/test_chains/invalid/eip155-extracomma.json deleted file mode 100644 index 8fa947c1..00000000 --- a/src/test/resources/test_chains/invalid/eip155-extracomma.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ethereum Mainnet", - "shortName": "eth", - "chain": "ETH", - "network": "mainnet", - "chainId": 1, - "networkId": 1, - "rpc": [ - "https://mainnet.infura.io/v3/${INFURA_API_KEY}", - "https://api.mycryptoapi.com/eth" - ], - "faucets": [], - "infoURL": "https://ethereum.org", -}