diff --git a/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md b/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md index 6c789a93..e77f04c2 100644 --- a/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md +++ b/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md @@ -16,6 +16,7 @@ assignees: '' "chain": "ETH", "network": "mainnet", "chain_id": 1, - "network_id": 1 + "network_id": 1, + "rpc": ["https://mainnet.infura.io"] } ``` diff --git a/.gitignore b/.gitignore index 45c15053..cc17312d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site .sass-cache .jekyll-metadata +.DS_Store \ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..7ee3985f --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +chainid.network \ No newline at end of file diff --git a/README.md b/README.md index 40fdc1d0..86549e81 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,21 @@ Listed by chainId according to EIP-155 Data source available on `_data/chains.json` -Example Format -``` +## Example + +```json { "name": "Ethereum Mainnet", "short_name": "eth", "chain": "ETH", "network": "mainnet", "chain_id": 1, - "network_id": 1 + "network_id": 1, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "info_url": "https://ethereum.org" } ``` - - diff --git a/_data/chains/akaroma.json b/_data/chains/akaroma.json index c5a100d0..77328973 100644 --- a/_data/chains/akaroma.json +++ b/_data/chains/akaroma.json @@ -1,8 +1,10 @@ - { - "name": "Akaroma", - "short_name": "aka", - "chain": "AKA", - "network": "mainnet", - "chain_id": 200625, - "network_id": 200625 - } \ No newline at end of file +{ + "name": "Akaroma", + "short_name": "aka", + "chain": "AKA", + "network": "mainnet", + "chain_id": 200625, + "network_id": 200625, + "rpc": ["https://remote.akroma.io"], + "faucets": [] +} diff --git a/_data/chains/artissigma1.json b/_data/chains/artissigma1.json index eabb1ce4..313e5548 100644 --- a/_data/chains/artissigma1.json +++ b/_data/chains/artissigma1.json @@ -1,8 +1,10 @@ - { - "name": "ARTIS sigma1", - "short_name": "ats", - "chain": "ARTIS", - "network": "sigma1", - "chain_id": 246529, - "network_id": 246529 - } \ No newline at end of file +{ + "name": "ARTIS sigma1", + "short_name": "ats", + "chain": "ARTIS", + "network": "sigma1", + "chain_id": 246529, + "network_id": 246529, + "rpc": ["https://rpc.sigma1.artis.network"], + "faucets": [] +} diff --git a/_data/chains/artistau1.json b/_data/chains/artistau1.json index 53fecd11..1d844d77 100644 --- a/_data/chains/artistau1.json +++ b/_data/chains/artistau1.json @@ -1,8 +1,10 @@ - { - "name": "ARTIS tau1", - "short_name": "ats", - "chain": "ARTIS", - "network": "tau1", - "chain_id": 246785, - "network_id": 246785 - } \ No newline at end of file +{ + "name": "ARTIS tau1", + "short_name": "ats", + "chain": "ARTIS", + "network": "tau1", + "chain_id": 246785, + "network_id": 246785, + "rpc": ["https://rpc.tau1.artis.network"], + "faucets": [] +} diff --git a/_data/chains/atheios.json b/_data/chains/atheios.json index cc4e2bcb..4ce27d8b 100644 --- a/_data/chains/atheios.json +++ b/_data/chains/atheios.json @@ -1,8 +1,10 @@ - { - "name": "Atheios", - "short_name": "ath", - "chain": "ATH", - "network": "mainnet", - "chain_id": 1620, - "network_id": 11235813 - } \ No newline at end of file +{ + "name": "Atheios", + "short_name": "ath", + "chain": "ATH", + "network": "mainnet", + "chain_id": 1620, + "network_id": 11235813, + "rpc": ["https://wallet.atheios.com:8797"], + "faucets": [] +} diff --git a/_data/chains/callisto.json b/_data/chains/callisto.json index d47275e1..b69a708a 100644 --- a/_data/chains/callisto.json +++ b/_data/chains/callisto.json @@ -1,8 +1,10 @@ - { - "name": "Callisto Mainnet", - "short_name": "clo", - "chain": "CLO", - "network": "mainnet", - "chain_id": 820, - "network_id": 1 - } \ No newline at end of file +{ + "name": "Callisto Mainnet", + "short_name": "clo", + "chain": "CLO", + "network": "mainnet", + "chain_id": 820, + "network_id": 1, + "rpc": ["https://clo-geth.0xinfra.com/"], + "faucets": [] +} diff --git a/_data/chains/callistotest.json b/_data/chains/callistotest.json index fd4141b6..b98dc679 100644 --- a/_data/chains/callistotest.json +++ b/_data/chains/callistotest.json @@ -1,8 +1,10 @@ - { - "name": "Callisto Testnet", - "short_name": "tclo", - "chain": "CLO", - "network": "testnet", - "chain_id": 821, - "network_id": 2 - } \ No newline at end of file +{ + "name": "Callisto Testnet", + "short_name": "tclo", + "chain": "CLO", + "network": "testnet", + "chain_id": 821, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/ellaism.json b/_data/chains/ellaism.json index 2c46949b..dec750ff 100644 --- a/_data/chains/ellaism.json +++ b/_data/chains/ellaism.json @@ -1,8 +1,10 @@ - { - "name": "Ellaism", - "short_name": "ella", - "chain": "ELLA", - "network": "mainnet", - "chain_id": 64, - "network_id": 64 - } \ No newline at end of file +{ + "name": "Ellaism", + "short_name": "ella", + "chain": "ELLA", + "network": "mainnet", + "chain_id": 64, + "network_id": 1, + "rpc": ["https://jsonrpc.ellaism.org"], + "faucets": [] +} diff --git a/_data/chains/eosclassic.json b/_data/chains/eosclassic.json index 298d99f2..32272667 100644 --- a/_data/chains/eosclassic.json +++ b/_data/chains/eosclassic.json @@ -1,8 +1,10 @@ - { - "name": "EOS Classic", - "short_name": "eosc", - "chain": "EOSC", - "network": "mainnet", - "chain_id": 2018, - "network_id": 1 - } \ No newline at end of file +{ + "name": "EOS Classic", + "short_name": "eosc", + "chain": "EOSC", + "network": "mainnet", + "chain_id": 2018, + "network_id": 1, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/ethclassic.json b/_data/chains/ethclassic.json index 0b549850..411c91ff 100644 --- a/_data/chains/ethclassic.json +++ b/_data/chains/ethclassic.json @@ -1,8 +1,11 @@ - { - "name": "Ethereum Classic Mainnet", - "short_name": "etc", - "chain": "ETC", - "network": "mainnet", - "chain_id": 61, - "network_id": 1 - } \ No newline at end of file +{ + "name": "Ethereum Classic Mainnet", + "short_name": "etc", + "chain": "ETC", + "network": "mainnet", + "chain_id": 61, + "network_id": 1, + "rpc": ["https://ethereumclassic.network"], + "faucets": [], + "info_url": "https://ethereumclassic.org" +} diff --git a/_data/chains/ethclassictest.json b/_data/chains/ethclassictest.json index adaa6bb1..ef7d545a 100644 --- a/_data/chains/ethclassictest.json +++ b/_data/chains/ethclassictest.json @@ -1,8 +1,10 @@ - { - "name": "Ethereum Classic Testnet", - "short_name": "tetc", - "chain": "ETC", - "network": "testnet", - "chain_id": 62, - "network_id": 2 - } \ No newline at end of file +{ + "name": "Ethereum Classic Testnet", + "short_name": "tetc", + "chain": "ETC", + "network": "testnet", + "chain_id": 62, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/ether1.json b/_data/chains/ether1.json index 1fc73864..35f762c3 100644 --- a/_data/chains/ether1.json +++ b/_data/chains/ether1.json @@ -1,8 +1,10 @@ - { - "name": "Ether-1", - "short_name": "etho", - "chain": "ETHO", - "network": "mainnet", - "chain_id": 1313114, - "network_id": 1313114 - } \ No newline at end of file +{ + "name": "Ether-1", + "short_name": "etho", + "chain": "ETHO", + "network": "mainnet", + "chain_id": 1313114, + "network_id": 1313114, + "rpc": ["https://rpc.ether1.org"], + "faucets": [] +} diff --git a/_data/chains/ethereum.json b/_data/chains/ethereum.json index 85340ebc..d3520800 100644 --- a/_data/chains/ethereum.json +++ b/_data/chains/ethereum.json @@ -1,8 +1,14 @@ { - "name": "Ethereum Mainnet", - "short_name": "eth", - "chain": "ETH", - "network": "mainnet", - "chain_id": 1, - "network_id": 1 -} \ No newline at end of file + "name": "Ethereum Mainnet", + "short_name": "eth", + "chain": "ETH", + "network": "mainnet", + "chain_id": 1, + "network_id": 1, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "info_url": "https://ethereum.org" +} diff --git a/_data/chains/ethergem.json b/_data/chains/ethergem.json index dd80dffa..ec3bc29e 100644 --- a/_data/chains/ethergem.json +++ b/_data/chains/ethergem.json @@ -1,8 +1,10 @@ - { - "name": "EtherGem", - "short_name": "egem", - "chain": "EGEM", - "network": "mainnet", - "chain_id": 1987, - "network_id": 1987 - } \ No newline at end of file +{ + "name": "EtherGem", + "short_name": "egem", + "chain": "EGEM", + "network": "mainnet", + "chain_id": 1987, + "network_id": 1987, + "rpc": ["https://jsonrpc.egem.io/custom"], + "faucets": [] +} diff --git a/_data/chains/etherinc.json b/_data/chains/etherinc.json index 6f8396d9..83f3e00f 100644 --- a/_data/chains/etherinc.json +++ b/_data/chains/etherinc.json @@ -1,8 +1,10 @@ - { - "name": "EtherInc", - "short_name": "web", - "chain": "WEB", - "network": "mainnet", - "chain_id": 101, - "network_id": 1 - } \ No newline at end of file +{ + "name": "EtherInc", + "short_name": "eti", + "chain": "ETI", + "network": "mainnet", + "chain_id": 101, + "network_id": 1, + "rpc": ["https://api.einc.io/jsonrpc/mainnet"], + "faucets": [] +} diff --git a/_data/chains/ethersocial.json b/_data/chains/ethersocial.json index eb8f8ad7..e02ab808 100644 --- a/_data/chains/ethersocial.json +++ b/_data/chains/ethersocial.json @@ -1,8 +1,10 @@ - { - "name": "Ethersocial Network", - "short_name": "esn", - "chain": "ESN", - "network": "mainnet", - "chain_id": 31102, - "network_id": 1 - } \ No newline at end of file +{ + "name": "Ethersocial Network", + "short_name": "esn", + "chain": "ESN", + "network": "mainnet", + "chain_id": 31102, + "network_id": 1, + "rpc": ["https://api.esn.gonspool.com"], + "faucets": [] +} diff --git a/_data/chains/ethsocial.json b/_data/chains/ethsocial.json index 264bdc0a..5dc7e566 100644 --- a/_data/chains/ethsocial.json +++ b/_data/chains/ethsocial.json @@ -1,8 +1,10 @@ - { - "name": "Ethereum Social", - "short_name": "etsc", - "chain": "ETSC", - "network": "mainnet", - "chain_id": 28, - "network_id": 1 - } \ No newline at end of file +{ + "name": "Ethereum Social", + "short_name": "etsc", + "chain": "ETSC", + "network": "mainnet", + "chain_id": 28, + "network_id": 1, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/expanse.json b/_data/chains/expanse.json index 83ea30a8..2e2e7d6e 100644 --- a/_data/chains/expanse.json +++ b/_data/chains/expanse.json @@ -1,8 +1,11 @@ - { - "name": "Expanse Network", - "short_name": "exp", - "chain": "EXP", - "network": "mainnet", - "chain_id": 2, - "network_id": 1 - } \ No newline at end of file +{ + "name": "Expanse Network", + "short_name": "exp", + "chain": "EXP", + "network": "mainnet", + "chain_id": 2, + "network_id": 1, + "rpc": ["https://node.expanse.tech"], + "faucets": [], + "info_url": "https://expanse.tech" +} diff --git a/_data/chains/gochain.json b/_data/chains/gochain.json index 91a26810..1c2444a3 100644 --- a/_data/chains/gochain.json +++ b/_data/chains/gochain.json @@ -1,8 +1,10 @@ - { - "name": "GoChain", - "short_name": "go", - "chain": "GO", - "network": "mainnet", - "chain_id": 60, - "network_id": 60 - } \ No newline at end of file +{ + "name": "GoChain", + "short_name": "go", + "chain": "GO", + "network": "mainnet", + "chain_id": 60, + "network_id": 60, + "rpc": ["https://rpc.gochain.io/"], + "faucets": [] +} diff --git a/_data/chains/goerli.json b/_data/chains/goerli.json index b6288882..0cd501e4 100644 --- a/_data/chains/goerli.json +++ b/_data/chains/goerli.json @@ -1,8 +1,18 @@ - { - "name": "Ethereum Testnet Görli", - "short_name": "gor", - "chain": "ETH", - "network": "goerli", - "chain_id": 5, - "network_id": 5 - } \ No newline at end of file +{ + "name": "Ethereum Testnet Görli", + "short_name": "gor", + "chain": "ETH", + "network": "goerli", + "chain_id": 5, + "network_id": 5, + "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" + ], + "info_url": "https://goerli.net/#about" +} diff --git a/_data/chains/hpb.json b/_data/chains/hpb.json new file mode 100644 index 00000000..7f60357f --- /dev/null +++ b/_data/chains/hpb.json @@ -0,0 +1,10 @@ +{ + "name": "High Performance Blockchain", + "short_name": "hpb", + "chain": "HPB", + "network": "mainnet", + "chain_id": 269, + "network_id": 269, + "rpc": ["https://node.hpb.blue"], + "faucets": [] +} diff --git a/_data/chains/iolite.json b/_data/chains/iolite.json index 51cd5721..92206048 100644 --- a/_data/chains/iolite.json +++ b/_data/chains/iolite.json @@ -1,8 +1,10 @@ - { - "name": "IOLite", - "short_name": "ilt", - "chain": "ILT", - "network": "mainnet", - "chain_id": 18289463, - "network_id": 18289463 - } \ No newline at end of file +{ + "name": "IOLite", + "short_name": "ilt", + "chain": "ILT", + "network": "mainnet", + "chain_id": 18289463, + "network_id": 18289463, + "rpc": ["https://net.iolite.io"], + "faucets": [] +} diff --git a/_data/chains/kotti.json b/_data/chains/kotti.json index f8062668..1920633b 100644 --- a/_data/chains/kotti.json +++ b/_data/chains/kotti.json @@ -1,8 +1,10 @@ - { - "name": "Ethereum Classic Testnet Kotti", - "short_name": "kot", - "chain": "ETC", - "network": "kotti", - "chain_id": 6, - "network_id": 6 - } \ No newline at end of file +{ + "name": "Ethereum Classic Testnet Kotti", + "short_name": "kot", + "chain": "ETC", + "network": "kotti", + "chain_id": 6, + "network_id": 6, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/kovan.json b/_data/chains/kovan.json new file mode 100644 index 00000000..8280549d --- /dev/null +++ b/_data/chains/kovan.json @@ -0,0 +1,14 @@ +{ + "name": "Ethereum Testnet Kovan", + "short_name": "kov", + "chain": "ETH", + "network": "kovan", + "chain_id": 42, + "network_id": 42, + "rpc": ["https://kovan.infura.io/v3/${INFURA_API_KEY}"], + "faucets": [ + "https://faucet.kovan.network", + "https://gitter.im/kovan-testnet/faucet" + ], + "info_url": "https://kovan-testnet.github.io/website" +} diff --git a/_data/chains/lisinski.json b/_data/chains/lisinski.json new file mode 100644 index 00000000..3836f460 --- /dev/null +++ b/_data/chains/lisinski.json @@ -0,0 +1,10 @@ +{ + "name": "Lisinski", + "short_name": "lisinski", + "chain": "CRO", + "network": "mainnet", + "chain_id": 385, + "network_id": 385, + "rpc": ["https://rpc-bitfalls1.lisinski.online"], + "faucets": ["https://pipa.lisinski.online"] +} diff --git a/_data/chains/metadium.json b/_data/chains/metadium.json new file mode 100644 index 00000000..dc60d956 --- /dev/null +++ b/_data/chains/metadium.json @@ -0,0 +1,10 @@ +{ + "name": "Metadium Mainnet", + "short_name": "meta", + "chain": "META", + "network": "mainnet", + "chain_id": 11, + "network_id": 11, + "rpc": ["https://api.metadium.com/prod"], + "faucets": [] +} diff --git a/_data/chains/metadiumtest.json b/_data/chains/metadiumtest.json new file mode 100644 index 00000000..ea58bc4c --- /dev/null +++ b/_data/chains/metadiumtest.json @@ -0,0 +1,10 @@ +{ + "name": "Metadium Testnet", + "short_name": "kal", + "chain": "META", + "network": "testnet", + "chain_id": 12, + "network_id": 12, + "rpc": ["https://api.metadium.com/dev"], + "faucets": [] +} diff --git a/_data/chains/mix.json b/_data/chains/mix.json index 8ed9ad2c..e6ed0c88 100644 --- a/_data/chains/mix.json +++ b/_data/chains/mix.json @@ -1,8 +1,10 @@ - { - "name": "Mix", - "short_name": "mix", - "chain": "MIX", - "network": "mainnet", - "chain_id": 76, - "network_id": 76 - } \ No newline at end of file +{ + "name": "Mix", + "short_name": "mix", + "chain": "MIX", + "network": "mainnet", + "chain_id": 76, + "network_id": 1, + "rpc": ["https://rpc2.mix-blockchain.org:8647"], + "faucets": [] +} diff --git a/_data/chains/musicoin.json b/_data/chains/musicoin.json index 63d33826..cf1f477b 100644 --- a/_data/chains/musicoin.json +++ b/_data/chains/musicoin.json @@ -1,8 +1,10 @@ - { - "name": "Musicoin", - "short_name": "music", - "chain": "MUSIC", - "network": "mainnet", - "chain_id": 7762959, - "network_id": 7762959 - } \ No newline at end of file +{ + "name": "Musicoin", + "short_name": "music", + "chain": "MUSIC", + "network": "mainnet", + "chain_id": 7762959, + "network_id": 7762959, + "rpc": ["https://mewapi.musicoin.tw"], + "faucets": [] +} diff --git a/_data/chains/pepchain.json b/_data/chains/pepchain.json new file mode 100644 index 00000000..8b91447d --- /dev/null +++ b/_data/chains/pepchain.json @@ -0,0 +1,10 @@ +{ + "name": "PepChain Churchill", + "short_name": "tpep", + "chain": "PEP", + "network": "testnet", + "chain_id": 13371337, + "network_id": 13371337, + "rpc": ["https://churchill-rpc.pepchain.io/"], + "faucets": [] +} diff --git a/_data/chains/pirl.json b/_data/chains/pirl.json index c61e879f..4e1de5aa 100644 --- a/_data/chains/pirl.json +++ b/_data/chains/pirl.json @@ -1,9 +1,10 @@ - { - "name": "Pirl", - "short_name": "pirl", - "chain": "PIRL", - "network": "mainnet", - "chain_id": 3125659152, - "network_id": 3125659152 - } - \ No newline at end of file +{ + "name": "Pirl", + "short_name": "pirl", + "chain": "PIRL", + "network": "mainnet", + "chain_id": 3125659152, + "network_id": 3125659152, + "rpc": ["https://wallrpc.pirl.io"], + "faucets": [] +} diff --git a/_data/chains/poa.json b/_data/chains/poa.json index 5fa6d36f..b68b5934 100644 --- a/_data/chains/poa.json +++ b/_data/chains/poa.json @@ -1,8 +1,11 @@ - { - "name": "POA Network Core", - "short_name": "skl", - "chain": "POA", - "network": "core", - "chain_id": 99, - "network_id": 2 - } \ No newline at end of file +{ + "name": "POA Network Core", + "short_name": "skl", + "chain": "POA", + "network": "core", + "chain_id": 99, + "network_id": 2, + "rpc": ["https://core.poa.network"], + "faucets": [], + "info_url": "https://poa.network" +} diff --git a/_data/chains/poasokol.json b/_data/chains/poasokol.json index e1077e8e..0bbadf3e 100644 --- a/_data/chains/poasokol.json +++ b/_data/chains/poasokol.json @@ -1,8 +1,11 @@ - { - "name": "POA Network Sokol", - "short_name": "poa", - "chain": "POA", - "network": "sokol", - "chain_id": 77, - "network_id": 1 - } \ No newline at end of file +{ + "name": "POA Network Sokol", + "short_name": "poa", + "chain": "POA", + "network": "sokol", + "chain_id": 77, + "network_id": 1, + "rpc": ["https://sokol.poa.network"], + "faucets": ["https://faucet-sokol.herokuapp.com"], + "info_url": "https://poa.network" +} diff --git a/_data/chains/rinkeby.json b/_data/chains/rinkeby.json index e32fcef4..fd7293c2 100644 --- a/_data/chains/rinkeby.json +++ b/_data/chains/rinkeby.json @@ -1,8 +1,11 @@ - { - "name": "Ethereum Testnet Rinkeby", - "short_name": "rin", - "chain": "ETH", - "network": "rinkeby", - "chain_id": 4, - "network_id": 4 - } \ No newline at end of file +{ + "name": "Ethereum Testnet Rinkeby", + "short_name": "rin", + "chain": "ETH", + "network": "rinkeby", + "chain_id": 4, + "network_id": 4, + "rpc": ["https://rinkeby.infura.io/v3/${INFURA_API_KEY}"], + "faucets": ["https://faucet.rinkeby.io"], + "info_url": "https://www.rinkeby.io" +} diff --git a/_data/chains/rootstock.json b/_data/chains/rootstock.json index 26d3f80a..dc54cd93 100644 --- a/_data/chains/rootstock.json +++ b/_data/chains/rootstock.json @@ -1,8 +1,10 @@ - { - "name": "Rootstock Mainnet", - "short_name": "rsk", - "chain": "RSK", - "network": "mainnet", - "chain_id": 30, - "network_id": 1 - } \ No newline at end of file +{ + "name": "RSK Mainnet", + "short_name": "rsk", + "chain": "RSK", + "network": "mainnet", + "chain_id": 30, + "network_id": 775, + "rpc": ["https://public-node.rsk.co/", "https://mycrypto.rsk.co/"], + "faucets": [] +} diff --git a/_data/chains/rootstocktest.json b/_data/chains/rootstocktest.json index d393ea57..d7ebc11c 100644 --- a/_data/chains/rootstocktest.json +++ b/_data/chains/rootstocktest.json @@ -1,8 +1,13 @@ - { - "name": "Rootstock Testnet", - "short_name": "trsk", - "chain": "RSK", - "network": "testnet", - "chain_id": 30, - "network_id": 2 - } \ No newline at end of file +{ + "name": "RSK Testnet", + "short_name": "trsk", + "chain": "RSK", + "network": "testnet", + "chain_id": 31, + "network_id": 8052, + "rpc": [ + "https://public-node.testnet.rsk.co/", + "https://mycrypto.testnet.rsk.co/" + ], + "faucets": [] +} diff --git a/_data/chains/ropsten.json b/_data/chains/ropsten.json index abd9361d..e84706f4 100644 --- a/_data/chains/ropsten.json +++ b/_data/chains/ropsten.json @@ -1,8 +1,11 @@ { - "name": "Ethereum Testnet Ropsten", - "short_name": "rop", - "chain": "ETH", - "network": "ropsten", - "chain_id": 3, - "network_id": 3 - } \ No newline at end of file + "name": "Ethereum Testnet Ropsten", + "short_name": "rop", + "chain": "ETH", + "network": "ropsten", + "chain_id": 3, + "network_id": 3, + "rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}"], + "faucets": ["https://faucet.ropsten.be?${ADDRESS}"], + "info_url": "https://github.com/ethereum/ropsten" +} diff --git a/_data/chains/teslafunds.json b/_data/chains/teslafunds.json index 111f7c89..648beb52 100644 --- a/_data/chains/teslafunds.json +++ b/_data/chains/teslafunds.json @@ -1,8 +1,10 @@ - { - "name": "Teslafunds", - "short_name": "tsf", - "chain": "TSF", - "network": "mainnet", - "chain_id": 1856, - "network_id": 1856 - } \ No newline at end of file +{ + "name": "Teslafunds", + "short_name": "tsf", + "chain": "TSF", + "network": "mainnet", + "chain_id": 1856, + "network_id": 1, + "rpc": ["https://tsfapi.europool.me"], + "faucets": [] +} diff --git a/_data/chains/thundercore.json b/_data/chains/thundercore.json new file mode 100644 index 00000000..3c9de828 --- /dev/null +++ b/_data/chains/thundercore.json @@ -0,0 +1,10 @@ +{ + "name": "ThunderCore Mainnet", + "short_name": "TT", + "chain": "TT", + "network": "mainnet", + "chain_id": 108, + "network_id": 108, + "rpc": ["https://mainnet-rpc.thundercore.com"], + "faucets": ["https://faucet-testnet.thundercore.com"] +} diff --git a/_data/chains/thundercoretest.json b/_data/chains/thundercoretest.json new file mode 100644 index 00000000..4fd36bc9 --- /dev/null +++ b/_data/chains/thundercoretest.json @@ -0,0 +1,10 @@ +{ + "name": "ThunderCore Testnet", + "short_name": "TST", + "chain": "TST", + "network": "testnet", + "chain_id": 18, + "network_id": 18, + "rpc": ["https://testnet-rpc.thundercore.com:8544"], + "faucets": [] +} diff --git a/_data/chains/tomochain.json b/_data/chains/tomochain.json index 3d72fc42..0d495185 100644 --- a/_data/chains/tomochain.json +++ b/_data/chains/tomochain.json @@ -1,8 +1,10 @@ - { - "name": "TomoChain", - "short_name": "tomo", - "chain": "TOMO", - "network": "mainnet", - "chain_id": 88, - "network_id": 88 - } \ No newline at end of file +{ + "name": "TomoChain", + "short_name": "tomo", + "chain": "TOMO", + "network": "mainnet", + "chain_id": 88, + "network_id": 88, + "rpc": ["https://core.tomocoin.io"], + "faucets": [] +} diff --git a/_data/chains/ubiq.json b/_data/chains/ubiq.json index e8468002..6fa1022c 100644 --- a/_data/chains/ubiq.json +++ b/_data/chains/ubiq.json @@ -1,8 +1,10 @@ { - "name": "Ubiq Network Mainnet", - "short_name": "ubq", - "chain": "UBQ", - "network": "mainnet", - "chain_id": 8, - "network_id": 1 - } \ No newline at end of file + "name": "Ubiq Network Mainnet", + "short_name": "ubq", + "chain": "UBQ", + "network": "mainnet", + "chain_id": 8, + "network_id": 1, + "rpc": ["https://pyrus2.ubiqscan.io"], + "faucets": [] +} diff --git a/_data/chains/ubiqtest.json b/_data/chains/ubiqtest.json index 023de96f..5831a2f0 100644 --- a/_data/chains/ubiqtest.json +++ b/_data/chains/ubiqtest.json @@ -1,8 +1,10 @@ - { - "name": "Ubiq Network Testnet", - "short_name": "tubq", - "chain": "UBQ", - "network": "mainnet", - "chain_id": 9, - "network_id": 2 - } \ No newline at end of file +{ + "name": "Ubiq Network Testnet", + "short_name": "tubq", + "chain": "UBQ", + "network": "mainnet", + "chain_id": 9, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/webchain.json b/_data/chains/webchain.json index 706e783a..8a1953ba 100644 --- a/_data/chains/webchain.json +++ b/_data/chains/webchain.json @@ -1,8 +1,10 @@ - { - "name": "Webchain", - "short_name": "web", - "chain": "WEB", - "network": "mainnet", - "chain_id": 101, - "network_id": 37129 - } \ No newline at end of file +{ + "name": "Webchain", + "short_name": "web", + "chain": "WEB", + "network": "mainnet", + "chain_id": 24484, + "network_id": 37129, + "rpc": ["https://node1.webchain.network"], + "faucets": [] +} diff --git a/_data/chains/xdai.json b/_data/chains/xdai.json index d28d227f..9881de49 100644 --- a/_data/chains/xdai.json +++ b/_data/chains/xdai.json @@ -1,8 +1,11 @@ - { - "name": "xDAI Chain", - "short_name": "dai", - "chain": "DAI", - "network": "mainnet", - "chain_id": 100, - "network_id": 1 - } \ No newline at end of file +{ + "name": "xDAI Chain", + "short_name": "xdai", + "chain": "XDAI", + "network": "mainnet", + "chain_id": 100, + "network_id": 1, + "rpc": ["https://dai.poa.network"], + "faucets": [], + "info_url": "https://forum.poa.network/c/xdai-chain" +} diff --git a/about.md b/about.md index a3fa4869..306790bb 100644 --- a/about.md +++ b/about.md @@ -8,5 +8,3 @@ nav_order: 20 Information about all of the EVM powered networks. Get involved in the [Github repo](https://github.com/ethereum-lists/chains) to add your network info and improve this resource. - -We are propsing that a link get added to [EIP-155](https://eips.ethereum.org/EIPS/eip-155) to this site. See [PR 1703](https://github.com/ethereum/EIPs/pull/1703). diff --git a/chains.md b/chains.md index 1cb9b5ac..adeec9d8 100644 --- a/chains.md +++ b/chains.md @@ -12,6 +12,7 @@ List of chains in block format. You can link directly to each section using the {% assign chain = json[1] %} {% assign chainlink = chain.name | downcase | replace: " ", "-" | append: "-" | append: chain.short_name | append: "-" | append: chain.network_id %} +

{{ chain.name }} ({{ chain.short_name }})