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/_data/chains.json b/_data/chains.json deleted file mode 100644 index 6f11a127..00000000 --- a/_data/chains.json +++ /dev/null @@ -1,565 +0,0 @@ -[ - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "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" - }, - { - "name": "Ethereum Classic Testnet Kotti", - "short_name": "kot", - "chain": "ETC", - "network": "kotti", - "chain_id": 6, - "network_id": 6, - "rpc": [], - "faucets": [] - }, - { - "name": "Ubiq Network Mainnet", - "short_name": "ubq", - "chain": "UBQ", - "network": "mainnet", - "chain_id": 8, - "network_id": 1, - "rpc": [ - "https://pyrus2.ubiqscan.io" - ], - "faucets": [] - }, - { - "name": "Ubiq Network Testnet", - "short_name": "tubq", - "chain": "UBQ", - "network": "mainnet", - "chain_id": 9, - "network_id": 2, - "rpc": [], - "faucets": [] - }, - { - "name": "Ethereum Social", - "short_name": "etsc", - "chain": "ETSC", - "network": "mainnet", - "chain_id": 28, - "network_id": 1, - "rpc": [], - "faucets": [] - }, - { - "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": [] - }, - { - "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": [] - }, - { - "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" - }, - { - "name": "GoChain", - "short_name": "go", - "chain": "GO", - "network": "mainnet", - "chain_id": 60, - "network_id": 60, - "rpc": [ - "https://rpc.gochain.io/" - ], - "faucets": [] - }, - { - "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" - }, - { - "name": "Ethereum Classic Testnet", - "short_name": "tetc", - "chain": "ETC", - "network": "testnet", - "chain_id": 62, - "network_id": 2, - "rpc": [], - "faucets": [] - }, - { - "name": "Ellaism", - "short_name": "ella", - "chain": "ELLA", - "network": "mainnet", - "chain_id": 64, - "network_id": 1, - "rpc": [ - "https://jsonrpc.ellaism.org" - ], - "faucets": [] - }, - { - "name": "Mix", - "short_name": "mix", - "chain": "MIX", - "network": "mainnet", - "chain_id": 76, - "network_id": 1, - "rpc": [ - "https://rpc2.mix-blockchain.org:8647" - ], - "faucets": [] - }, - { - "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" - }, - { - "name": "TomoChain", - "short_name": "tomo", - "chain": "TOMO", - "network": "mainnet", - "chain_id": 88, - "network_id": 88, - "rpc": [ - "https://core.tomocoin.io" - ], - "faucets": [] - }, - { - "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" - }, - { - "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" - }, - { - "name": "EtherInc", - "short_name": "eti", - "chain": "ETI", - "network": "mainnet", - "chain_id": 101, - "network_id": 1, - "rpc": [ - "https://api.einc.io/jsonrpc/mainnet" - ], - "faucets": [] - }, - { - "name": "Callisto Mainnet", - "short_name": "clo", - "chain": "CLO", - "network": "mainnet", - "chain_id": 820, - "network_id": 1, - "rpc": [ - "https://clo-geth.0xinfra.com/" - ], - "faucets": [] - }, - { - "name": "Callisto Testnet", - "short_name": "tclo", - "chain": "CLO", - "network": "testnet", - "chain_id": 821, - "network_id": 2, - "rpc": [], - "faucets": [] - }, - { - "name": "Atheios", - "short_name": "ath", - "chain": "ATH", - "network": "mainnet", - "chain_id": 1620, - "network_id": 11235813, - "rpc": [ - "https://wallet.atheios.com:8797" - ], - "faucets": [] - }, - { - "name": "Teslafunds", - "short_name": "tsf", - "chain": "TSF", - "network": "mainnet", - "chain_id": 1856, - "network_id": 1, - "rpc": [ - "https://tsfapi.europool.me" - ], - "faucets": [] - }, - { - "name": "EtherGem", - "short_name": "egem", - "chain": "EGEM", - "network": "mainnet", - "chain_id": 1987, - "network_id": 1987, - "rpc": [ - "https://jsonrpc.egem.io/custom" - ], - "faucets": [] - }, - { - "name": "EOS Classic", - "short_name": "eosc", - "chain": "EOSC", - "network": "mainnet", - "chain_id": 2018, - "network_id": 1, - "rpc": [], - "faucets": [] - }, - { - "name": "Webchain", - "short_name": "web", - "chain": "WEB", - "network": "mainnet", - "chain_id": 24484, - "network_id": 37129, - "rpc": [ - "https://node1.webchain.network" - ], - "faucets": [] - }, - { - "name": "Ethersocial Network", - "short_name": "esn", - "chain": "ESN", - "network": "mainnet", - "chain_id": 31102, - "network_id": 1, - "rpc": [ - "https://api.esn.gonspool.com" - ], - "faucets": [] - }, - { - "name": "Akaroma", - "short_name": "aka", - "chain": "AKA", - "network": "mainnet", - "chain_id": 200625, - "network_id": 200625, - "rpc": [ - "https://remote.akroma.io" - ], - "faucets": [] - }, - { - "name": "ARTIS sigma1", - "short_name": "ats", - "chain": "ARTIS", - "network": "sigma1", - "chain_id": 246529, - "network_id": 246529, - "rpc": [ - "https://rpc.sigma1.artis.network" - ], - "faucets": [] - }, - { - "name": "ARTIS tau1", - "short_name": "ats", - "chain": "ARTIS", - "network": "tau1", - "chain_id": 246785, - "network_id": 246785, - "rpc": [ - "https://rpc.tau1.artis.network" - ], - "faucets": [] - }, - { - "name": "Ether-1", - "short_name": "etho", - "chain": "ETHO", - "network": "mainnet", - "chain_id": 1313114, - "network_id": 1313114, - "rpc": [ - "https://rpc.ether1.org" - ], - "faucets": [] - }, - { - "name": "Musicoin", - "short_name": "music", - "chain": "MUSIC", - "network": "mainnet", - "chain_id": 7762959, - "network_id": 7762959, - "rpc": [ - "https://mewapi.musicoin.tw" - ], - "faucets": [] - }, - { - "name": "IOLite", - "short_name": "ilt", - "chain": "ILT", - "network": "mainnet", - "chain_id": 18289463, - "network_id": 18289463, - "rpc": [ - "https://net.iolite.io" - ], - "faucets": [] - }, - { - "name": "Pirl", - "short_name": "pirl", - "chain": "PIRL", - "network": "mainnet", - "chain_id": 3125659152, - "network_id": 3125659152, - "rpc": [ - "https://wallrpc.pirl.io" - ], - "faucets": [] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "name": "ThunderCore Testnet", - "short_name": "TST", - "chain": "TST", - "network": "testnet", - "chain_id": 18, - "network_id": 18, - "rpc": [ - "https://testnet-rpc.thundercore.com:8544" - ], - "faucets": [] - }, - { - "name": "Metadium Mainnet", - "short_name": "meta", - "chain": "META", - "network": "mainnet", - "chain_id": 11, - "network_id": 11, - "rpc": [ - "https://api.metadium.com/prod" - ], - "faucets": [] - }, - { - "name": "Metadium Testnet", - "short_name": "kal", - "chain": "META", - "network": "testnet", - "chain_id": 12, - "network_id": 12, - "rpc": [ - "https://api.metadium.com/dev" - ], - "faucets": [] - }, - { - "name": "PepChain Churchill", - "short_name": "tpep", - "chain": "PEP", - "network": "testnet", - "chain_id": 13371337, - "network_id": 13371337, - "rpc": [ - "https://churchill-rpc.pepchain.io/" - ], - "faucets": [] - }, - { - "name": "High Performance Blockchain", - "short_name": "hpb", - "chain": "HPB", - "network": "mainnet", - "chain_id": 269, - "network_id": 100, - "rpc": [ - "https://node.hpb.blue" - ], - "faucets": [] - }, - { - "name": "Aquachain", - "short_name": "aqua", - "chain": "AQUA", - "network": "mainnet", - "chain_id": 61717561, - "network_id": 61717561, - "rpc": [ - "https://c.onical.org", - "https://tx.aquacha.in/api" - ], - "faucets": [ - "https://aquacha.in/faucet" - ], - "info_url": "https://aquachain.github.io" - } -] diff --git a/_data/chains/1.json b/_data/chains/1.json new file mode 100644 index 00000000..d3520800 --- /dev/null +++ b/_data/chains/1.json @@ -0,0 +1,14 @@ +{ + "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/100.json b/_data/chains/100.json new file mode 100644 index 00000000..9881de49 --- /dev/null +++ b/_data/chains/100.json @@ -0,0 +1,11 @@ +{ + "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/_data/chains/101.json b/_data/chains/101.json new file mode 100644 index 00000000..83f3e00f --- /dev/null +++ b/_data/chains/101.json @@ -0,0 +1,10 @@ +{ + "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/108.json b/_data/chains/108.json new file mode 100644 index 00000000..3c9de828 --- /dev/null +++ b/_data/chains/108.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/11.json b/_data/chains/11.json new file mode 100644 index 00000000..dc60d956 --- /dev/null +++ b/_data/chains/11.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/12.json b/_data/chains/12.json new file mode 100644 index 00000000..ea58bc4c --- /dev/null +++ b/_data/chains/12.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/1313114.json b/_data/chains/1313114.json new file mode 100644 index 00000000..35f762c3 --- /dev/null +++ b/_data/chains/1313114.json @@ -0,0 +1,10 @@ +{ + "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/13371337.json b/_data/chains/13371337.json new file mode 100644 index 00000000..8b91447d --- /dev/null +++ b/_data/chains/13371337.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/1620.json b/_data/chains/1620.json new file mode 100644 index 00000000..4ce27d8b --- /dev/null +++ b/_data/chains/1620.json @@ -0,0 +1,10 @@ +{ + "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/18.json b/_data/chains/18.json new file mode 100644 index 00000000..4fd36bc9 --- /dev/null +++ b/_data/chains/18.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/18289463.json b/_data/chains/18289463.json new file mode 100644 index 00000000..92206048 --- /dev/null +++ b/_data/chains/18289463.json @@ -0,0 +1,10 @@ +{ + "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/1856.json b/_data/chains/1856.json new file mode 100644 index 00000000..648beb52 --- /dev/null +++ b/_data/chains/1856.json @@ -0,0 +1,10 @@ +{ + "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/1987.json b/_data/chains/1987.json new file mode 100644 index 00000000..ec3bc29e --- /dev/null +++ b/_data/chains/1987.json @@ -0,0 +1,10 @@ +{ + "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/2.json b/_data/chains/2.json new file mode 100644 index 00000000..2e2e7d6e --- /dev/null +++ b/_data/chains/2.json @@ -0,0 +1,11 @@ +{ + "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/200625.json b/_data/chains/200625.json new file mode 100644 index 00000000..77328973 --- /dev/null +++ b/_data/chains/200625.json @@ -0,0 +1,10 @@ +{ + "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/2018.json b/_data/chains/2018.json new file mode 100644 index 00000000..32272667 --- /dev/null +++ b/_data/chains/2018.json @@ -0,0 +1,10 @@ +{ + "name": "EOS Classic", + "short_name": "eosc", + "chain": "EOSC", + "network": "mainnet", + "chain_id": 2018, + "network_id": 1, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/24484.json b/_data/chains/24484.json new file mode 100644 index 00000000..8a1953ba --- /dev/null +++ b/_data/chains/24484.json @@ -0,0 +1,10 @@ +{ + "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/246529.json b/_data/chains/246529.json new file mode 100644 index 00000000..313e5548 --- /dev/null +++ b/_data/chains/246529.json @@ -0,0 +1,10 @@ +{ + "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/246785.json b/_data/chains/246785.json new file mode 100644 index 00000000..1d844d77 --- /dev/null +++ b/_data/chains/246785.json @@ -0,0 +1,10 @@ +{ + "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/269.json b/_data/chains/269.json new file mode 100644 index 00000000..f8ee0f91 --- /dev/null +++ b/_data/chains/269.json @@ -0,0 +1,10 @@ +{ + "name": "High Performance Blockchain", + "short_name": "hpb", + "chain": "HPB", + "network": "mainnet", + "chain_id": 269, + "network_id": 100, + "rpc": ["https://node.hpb.blue"], + "faucets": [] +} diff --git a/_data/chains/28.json b/_data/chains/28.json new file mode 100644 index 00000000..5dc7e566 --- /dev/null +++ b/_data/chains/28.json @@ -0,0 +1,10 @@ +{ + "name": "Ethereum Social", + "short_name": "etsc", + "chain": "ETSC", + "network": "mainnet", + "chain_id": 28, + "network_id": 1, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/3.json b/_data/chains/3.json new file mode 100644 index 00000000..e84706f4 --- /dev/null +++ b/_data/chains/3.json @@ -0,0 +1,11 @@ +{ + "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/30.json b/_data/chains/30.json new file mode 100644 index 00000000..dc54cd93 --- /dev/null +++ b/_data/chains/30.json @@ -0,0 +1,10 @@ +{ + "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/31.json b/_data/chains/31.json new file mode 100644 index 00000000..d7ebc11c --- /dev/null +++ b/_data/chains/31.json @@ -0,0 +1,13 @@ +{ + "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/31102.json b/_data/chains/31102.json new file mode 100644 index 00000000..e02ab808 --- /dev/null +++ b/_data/chains/31102.json @@ -0,0 +1,10 @@ +{ + "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/3125659152.json b/_data/chains/3125659152.json new file mode 100644 index 00000000..4e1de5aa --- /dev/null +++ b/_data/chains/3125659152.json @@ -0,0 +1,10 @@ +{ + "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/385.json b/_data/chains/385.json new file mode 100644 index 00000000..3836f460 --- /dev/null +++ b/_data/chains/385.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/4.json b/_data/chains/4.json new file mode 100644 index 00000000..fd7293c2 --- /dev/null +++ b/_data/chains/4.json @@ -0,0 +1,11 @@ +{ + "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/42.json b/_data/chains/42.json new file mode 100644 index 00000000..8280549d --- /dev/null +++ b/_data/chains/42.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/5.json b/_data/chains/5.json new file mode 100644 index 00000000..0cd501e4 --- /dev/null +++ b/_data/chains/5.json @@ -0,0 +1,18 @@ +{ + "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/6.json b/_data/chains/6.json new file mode 100644 index 00000000..1920633b --- /dev/null +++ b/_data/chains/6.json @@ -0,0 +1,10 @@ +{ + "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/60.json b/_data/chains/60.json new file mode 100644 index 00000000..1c2444a3 --- /dev/null +++ b/_data/chains/60.json @@ -0,0 +1,10 @@ +{ + "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/61.json b/_data/chains/61.json new file mode 100644 index 00000000..411c91ff --- /dev/null +++ b/_data/chains/61.json @@ -0,0 +1,11 @@ +{ + "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/61717561.json b/_data/chains/61717561.json new file mode 100644 index 00000000..d0700850 --- /dev/null +++ b/_data/chains/61717561.json @@ -0,0 +1,11 @@ +{ + "name": "Aquachain", + "short_name": "aqua", + "chain": "AQUA", + "network": "mainnet", + "chain_id": 61717561, + "network_id": 61717561, + "rpc": ["https://c.onical.org", "https://tx.aquacha.in/api"], + "faucets": ["https://aquacha.in/faucet"], + "info_url": "https://aquachain.github.io" +} diff --git a/_data/chains/62.json b/_data/chains/62.json new file mode 100644 index 00000000..ef7d545a --- /dev/null +++ b/_data/chains/62.json @@ -0,0 +1,10 @@ +{ + "name": "Ethereum Classic Testnet", + "short_name": "tetc", + "chain": "ETC", + "network": "testnet", + "chain_id": 62, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/64.json b/_data/chains/64.json new file mode 100644 index 00000000..dec750ff --- /dev/null +++ b/_data/chains/64.json @@ -0,0 +1,10 @@ +{ + "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/76.json b/_data/chains/76.json new file mode 100644 index 00000000..e6ed0c88 --- /dev/null +++ b/_data/chains/76.json @@ -0,0 +1,10 @@ +{ + "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/77.json b/_data/chains/77.json new file mode 100644 index 00000000..0bbadf3e --- /dev/null +++ b/_data/chains/77.json @@ -0,0 +1,11 @@ +{ + "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/7762959.json b/_data/chains/7762959.json new file mode 100644 index 00000000..cf1f477b --- /dev/null +++ b/_data/chains/7762959.json @@ -0,0 +1,10 @@ +{ + "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/8.json b/_data/chains/8.json new file mode 100644 index 00000000..6fa1022c --- /dev/null +++ b/_data/chains/8.json @@ -0,0 +1,10 @@ +{ + "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/820.json b/_data/chains/820.json new file mode 100644 index 00000000..b69a708a --- /dev/null +++ b/_data/chains/820.json @@ -0,0 +1,10 @@ +{ + "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/821.json b/_data/chains/821.json new file mode 100644 index 00000000..b98dc679 --- /dev/null +++ b/_data/chains/821.json @@ -0,0 +1,10 @@ +{ + "name": "Callisto Testnet", + "short_name": "tclo", + "chain": "CLO", + "network": "testnet", + "chain_id": 821, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/88.json b/_data/chains/88.json new file mode 100644 index 00000000..0d495185 --- /dev/null +++ b/_data/chains/88.json @@ -0,0 +1,10 @@ +{ + "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/9.json b/_data/chains/9.json new file mode 100644 index 00000000..5831a2f0 --- /dev/null +++ b/_data/chains/9.json @@ -0,0 +1,10 @@ +{ + "name": "Ubiq Network Testnet", + "short_name": "tubq", + "chain": "UBQ", + "network": "mainnet", + "chain_id": 9, + "network_id": 2, + "rpc": [], + "faucets": [] +} diff --git a/_data/chains/99.json b/_data/chains/99.json new file mode 100644 index 00000000..b68b5934 --- /dev/null +++ b/_data/chains/99.json @@ -0,0 +1,11 @@ +{ + "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/about.md b/about.md index e446ee1c..306790bb 100644 --- a/about.md +++ b/about.md @@ -8,4 +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. - diff --git a/chains.json b/chains.json index 757b1104..c6db6458 100644 --- a/chains.json +++ b/chains.json @@ -2,4 +2,13 @@ layout: none permalink: chains.json --- -{% include_relative _data/chains.json %} +[{% for json in site.data.chains %}{% assign chain = json[1] %} + { + "name": "{{ chain.name }}", + "chain_id": "{{ chain.chain_id }}", + "short_name": "{{ chain.short_name }}", + "chain": "{{ chain.chain }}", + "network": "{{ chain.network }}", + "network_id": "{{ chain.network_id }}" + }{% unless forloop.last %},{% endunless %}{% endfor %} +] \ No newline at end of file diff --git a/chains.md b/chains.md index 0e127a14..adeec9d8 100644 --- a/chains.md +++ b/chains.md @@ -7,9 +7,12 @@ nav_order: 10 List of chains in block format. You can link directly to each section using the header name: -{% for chain in site.data.chains %} +{% for json in site.data.chains %} + +{% assign chain = json[1] %} {% assign chainlink = chain.name | downcase | replace: " ", "-" | append: "-" | append: chain.short_name | append: "-" | append: chain.network_id %} +
{{ json[0] }}.json