mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge pull request #52 from ethereum-lists/single-json
Moved all chains to individual json
This commit is contained in:
commit
7cf958e2b8
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
_site
|
||||
.sass-cache
|
||||
.jekyll-metadata
|
||||
.DS_Store
|
|
@ -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"
|
||||
}
|
||||
]
|
14
_data/chains/1.json
Normal file
14
_data/chains/1.json
Normal file
|
@ -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"
|
||||
}
|
11
_data/chains/100.json
Normal file
11
_data/chains/100.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/101.json
Normal file
10
_data/chains/101.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/108.json
Normal file
10
_data/chains/108.json
Normal file
|
@ -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"]
|
||||
}
|
10
_data/chains/11.json
Normal file
10
_data/chains/11.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/12.json
Normal file
10
_data/chains/12.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/1313114.json
Normal file
10
_data/chains/1313114.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/13371337.json
Normal file
10
_data/chains/13371337.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/1620.json
Normal file
10
_data/chains/1620.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/18.json
Normal file
10
_data/chains/18.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/18289463.json
Normal file
10
_data/chains/18289463.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/1856.json
Normal file
10
_data/chains/1856.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/1987.json
Normal file
10
_data/chains/1987.json
Normal file
|
@ -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": []
|
||||
}
|
11
_data/chains/2.json
Normal file
11
_data/chains/2.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/200625.json
Normal file
10
_data/chains/200625.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/2018.json
Normal file
10
_data/chains/2018.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "EOS Classic",
|
||||
"short_name": "eosc",
|
||||
"chain": "EOSC",
|
||||
"network": "mainnet",
|
||||
"chain_id": 2018,
|
||||
"network_id": 1,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
10
_data/chains/24484.json
Normal file
10
_data/chains/24484.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/246529.json
Normal file
10
_data/chains/246529.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/246785.json
Normal file
10
_data/chains/246785.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/269.json
Normal file
10
_data/chains/269.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/28.json
Normal file
10
_data/chains/28.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Ethereum Social",
|
||||
"short_name": "etsc",
|
||||
"chain": "ETSC",
|
||||
"network": "mainnet",
|
||||
"chain_id": 28,
|
||||
"network_id": 1,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
11
_data/chains/3.json
Normal file
11
_data/chains/3.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/30.json
Normal file
10
_data/chains/30.json
Normal file
|
@ -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": []
|
||||
}
|
13
_data/chains/31.json
Normal file
13
_data/chains/31.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/31102.json
Normal file
10
_data/chains/31102.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/3125659152.json
Normal file
10
_data/chains/3125659152.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/385.json
Normal file
10
_data/chains/385.json
Normal file
|
@ -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"]
|
||||
}
|
11
_data/chains/4.json
Normal file
11
_data/chains/4.json
Normal file
|
@ -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"
|
||||
}
|
14
_data/chains/42.json
Normal file
14
_data/chains/42.json
Normal file
|
@ -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"
|
||||
}
|
18
_data/chains/5.json
Normal file
18
_data/chains/5.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/6.json
Normal file
10
_data/chains/6.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Ethereum Classic Testnet Kotti",
|
||||
"short_name": "kot",
|
||||
"chain": "ETC",
|
||||
"network": "kotti",
|
||||
"chain_id": 6,
|
||||
"network_id": 6,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
10
_data/chains/60.json
Normal file
10
_data/chains/60.json
Normal file
|
@ -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": []
|
||||
}
|
11
_data/chains/61.json
Normal file
11
_data/chains/61.json
Normal file
|
@ -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"
|
||||
}
|
11
_data/chains/61717561.json
Normal file
11
_data/chains/61717561.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/62.json
Normal file
10
_data/chains/62.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Ethereum Classic Testnet",
|
||||
"short_name": "tetc",
|
||||
"chain": "ETC",
|
||||
"network": "testnet",
|
||||
"chain_id": 62,
|
||||
"network_id": 2,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
10
_data/chains/64.json
Normal file
10
_data/chains/64.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/76.json
Normal file
10
_data/chains/76.json
Normal file
|
@ -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": []
|
||||
}
|
11
_data/chains/77.json
Normal file
11
_data/chains/77.json
Normal file
|
@ -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"
|
||||
}
|
10
_data/chains/7762959.json
Normal file
10
_data/chains/7762959.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/8.json
Normal file
10
_data/chains/8.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/820.json
Normal file
10
_data/chains/820.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/821.json
Normal file
10
_data/chains/821.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Callisto Testnet",
|
||||
"short_name": "tclo",
|
||||
"chain": "CLO",
|
||||
"network": "testnet",
|
||||
"chain_id": 821,
|
||||
"network_id": 2,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
10
_data/chains/88.json
Normal file
10
_data/chains/88.json
Normal file
|
@ -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": []
|
||||
}
|
10
_data/chains/9.json
Normal file
10
_data/chains/9.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Ubiq Network Testnet",
|
||||
"short_name": "tubq",
|
||||
"chain": "UBQ",
|
||||
"network": "mainnet",
|
||||
"chain_id": 9,
|
||||
"network_id": 2,
|
||||
"rpc": [],
|
||||
"faucets": []
|
||||
}
|
11
_data/chains/99.json
Normal file
11
_data/chains/99.json
Normal file
|
@ -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"
|
||||
}
|
1
about.md
1
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.
|
||||
|
||||
|
|
11
chains.json
11
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 %}
|
||||
]
|
|
@ -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 %}
|
||||
<a name="{{ chainlink }}"/>
|
||||
|
||||
<h2><a href="#{{ chainlink }}">{{ chain.name }} ({{ chain.short_name }})</a></h2>
|
||||
<ul>
|
||||
<li>Short Name: {{ chain.short_name }}</li>
|
||||
|
@ -17,6 +20,7 @@ List of chains in block format. You can link directly to each section using the
|
|||
<li>Chain ID: {{ chain.chain_id }}</li>
|
||||
<li>Network: {{ chain.network }}</li>
|
||||
<li>Network ID: {{ chain.network_id }}</li>
|
||||
<li>File: <pre style="display: inline">{{ json[0] }}.json</pre> </li>
|
||||
</ul>
|
||||
<hr />
|
||||
{% endfor %}
|
||||
|
|
7
index.md
7
index.md
|
@ -6,7 +6,7 @@ nav_order: 1
|
|||
|
||||
# EVM Networks
|
||||
|
||||
A list of EVM networks.
|
||||
A list of EVM networks. Wallets and Web3 middleware providers should be able to use the appropriate Chain ID and Network ID to connect to the correct chain.
|
||||
|
||||
This table is also available as a JSON feed at [chains.json](/chains.json).
|
||||
|
||||
|
@ -19,7 +19,8 @@ This table is also available as a JSON feed at [chains.json](/chains.json).
|
|||
<th>Network</th>
|
||||
<th>Network ID</th>
|
||||
</tr>
|
||||
{% for chain in site.data.chains %}
|
||||
{% for json in site.data.chains %}
|
||||
{% assign chain = json[1] %}
|
||||
<tr>
|
||||
<td>{{ chain.chain_id }}</td>
|
||||
<td>{{ chain.name }}</td>
|
||||
|
@ -29,4 +30,4 @@ This table is also available as a JSON feed at [chains.json](/chains.json).
|
|||
<td>{{ chain.network_id }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user