chains/_data/chains.json

403 lines
8.5 KiB
JSON
Raw Normal View History

[
{
"name": "Ethereum Mainnet",
"short_name": "eth",
"chain": "ETH",
"network": "mainnet",
"chain_id": 1,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"]
},
{
"name": "Expanse Network",
"short_name": "exp",
"chain": "EXP",
"network": "mainnet",
"chain_id": 2,
2019-02-08 23:11:02 +00:00
"network_id": 1,
"rpc": ["https://node.expanse.tech/"]
},
{
"name": "Ethereum Testnet Ropsten",
"short_name": "rop",
"chain": "ETH",
"network": "ropsten",
"chain_id": 3,
2019-02-08 23:11:02 +00:00
"network_id": 3,
2019-02-08 23:30:53 +00:00
"rpc": ["https://ropsten.infura.io/"]
},
{
"name": "Ethereum Testnet Rinkeby",
"short_name": "rin",
"chain": "ETH",
"network": "rinkeby",
"chain_id": 4,
2019-02-08 23:11:02 +00:00
"network_id": 4,
2019-02-08 23:30:53 +00:00
"rpc": ["https://rinkeby.infura.io/"]
},
{
"name": "Ethereum Testnet Görli",
"short_name": "gor",
"chain": "ETH",
"network": "goerli",
"chain_id": 5,
2019-02-08 23:11:02 +00:00
"network_id": 5,
2019-02-10 19:19:13 +00:00
"rpc": [
"https://rpc.goerli.mudit.blog/",
"https://rpc.slock.it/goerli ",
"https://goerli.prylabs.net/"
]
},
{
"name": "Ethereum Classic Testnet Kotti",
"short_name": "kot",
"chain": "ETC",
"network": "kotti",
"chain_id": 6,
2019-02-08 23:11:02 +00:00
"network_id": 6,
2019-02-09 00:17:56 +00:00
"rpc": []
},
{
"name": "Ubiq Network Mainnet",
"short_name": "ubq",
"chain": "UBQ",
"network": "mainnet",
"chain_id": 8,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://pyrus2.ubiqscan.io"]
},
{
"name": "Ubiq Network Testnet",
"short_name": "tubq",
"chain": "UBQ",
"network": "mainnet",
"chain_id": 9,
2019-02-08 23:11:02 +00:00
"network_id": 2,
2019-02-09 00:17:56 +00:00
"rpc": []
},
{
"name": "Ethereum Social",
"short_name": "etsc",
"chain": "ETSC",
"network": "mainnet",
"chain_id": 28,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-09 00:17:56 +00:00
"rpc": []
},
{
"name": "Rootstock Mainnet",
"short_name": "rsk",
"chain": "RSK",
"network": "mainnet",
"chain_id": 30,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://mycrypto.rsk.co/"]
},
{
"name": "Rootstock Testnet",
"short_name": "trsk",
"chain": "RSK",
"network": "testnet",
"chain_id": 30,
2019-02-08 23:11:02 +00:00
"network_id": 2,
2019-02-10 19:19:13 +00:00
"rpc": ["https://mycrypto.testnet.rsk.co/"]
},
{
"name": "Ethereum Testnet Kovan",
"short_name": "kov",
"chain": "ETH",
"network": "kovan",
"chain_id": 42,
2019-02-08 23:11:02 +00:00
"network_id": 42,
2019-02-08 23:30:53 +00:00
"rpc": ["https://kovan.infura.io/"]
},
{
"name": "GoChain",
"short_name": "go",
"chain": "GO",
"network": "mainnet",
2019-01-15 08:06:22 +00:00
"chain_id": 60,
2019-02-08 23:11:02 +00:00
"network_id": 60,
2019-02-10 19:19:13 +00:00
"rpc": ["https://rpc.gochain.io/"]
},
{
"name": "Ethereum Classic Mainnet",
"short_name": "etc",
"chain": "ETC",
"network": "mainnet",
"chain_id": 61,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-08 23:30:53 +00:00
"rpc": ["https://ethereumclassic.network"]
},
{
"name": "Ethereum Classic Testnet",
"short_name": "tetc",
"chain": "ETC",
"network": "testnet",
"chain_id": 62,
2019-02-08 23:11:02 +00:00
"network_id": 2,
2019-02-09 00:17:56 +00:00
"rpc": []
},
{
"name": "Ellaism",
"short_name": "ella",
"chain": "ELLA",
"network": "mainnet",
"chain_id": 64,
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://jsonrpc.ellaism.org"]
},
{
"name": "Mix",
"short_name": "mix",
"chain": "MIX",
"network": "mainnet",
"chain_id": 76,
"network_id": 1,
"rpc": ["https://rpc2.mix-blockchain.org:8647"]
},
{
"name": "POA Network Sokol",
"short_name": "poa",
"chain": "POA",
"network": "sokol",
"chain_id": 77,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-08 23:30:53 +00:00
"rpc": ["https://sokol.poa.network"]
},
2019-02-10 19:19:13 +00:00
{
"name": "TomoChain",
"short_name": "tomo",
"chain": "TOMO",
"network": "mainnet",
"chain_id": 88,
"network_id": 88,
"rpc": ["https://core.tomocoin.io"]
},
{
"name": "POA Network Core",
"short_name": "skl",
"chain": "POA",
"network": "core",
"chain_id": 99,
2019-02-08 23:11:02 +00:00
"network_id": 2,
2019-02-08 23:30:53 +00:00
"rpc": ["https://core.poa.network"]
},
{
"name": "xDAI Chain",
2019-02-20 12:55:07 +00:00
"short_name": "xdai",
"chain": "XDAI",
"network": "mainnet",
"chain_id": 100,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-08 23:30:53 +00:00
"rpc": ["https://dai.poa.network"]
},
2019-02-10 19:19:13 +00:00
{
"name": "Webchain",
"short_name": "web",
"chain": "WEB",
"network": "mainnet",
"chain_id": 101,
"network_id": 37129,
"rpc": ["https://node1.webchain.network"]
2019-02-10 19:19:13 +00:00
},
{
"name": "EtherInc",
"short_name": "eti",
"chain": "ETI",
2019-02-10 19:19:13 +00:00
"network": "mainnet",
"chain_id": 101,
"network_id": 1,
"rpc": ["https://api.einc.io/jsonrpc/mainnet"]
2019-02-10 19:19:13 +00:00
},
{
"name": "Callisto Mainnet",
2019-01-23 18:56:22 +00:00
"short_name": "clo",
"chain": "CLO",
"network": "mainnet",
"chain_id": 820,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://clo-geth.0xinfra.com/"]
},
{
"name": "Callisto Testnet",
"short_name": "tclo",
"chain": "CLO",
"network": "testnet",
"chain_id": 821,
2019-02-08 23:11:02 +00:00
"network_id": 2,
2019-02-09 00:17:56 +00:00
"rpc": []
},
{
"name": "Atheios",
"short_name": "ath",
"chain": "ATH",
"network": "mainnet",
"chain_id": 1620,
2019-02-08 23:11:02 +00:00
"network_id": 11235813,
"rpc": ["https://wallet.atheios.com:8797"]
},
2019-02-10 19:19:13 +00:00
{
"name": "Teslafunds",
"short_name": "tsf",
"chain": "TSF",
"network": "mainnet",
"chain_id": 1856,
"network_id": 1,
"rpc": ["https://tsfapi.europool.me"]
2019-02-10 19:19:13 +00:00
},
{
"name": "EtherGem",
"short_name": "egem",
"chain": "EGEM",
"network": "mainnet",
"chain_id": 1987,
2019-02-08 23:11:02 +00:00
"network_id": 1987,
2019-02-10 19:19:13 +00:00
"rpc": ["https://jsonrpc.egem.io/custom"]
},
{
"name": "EOS Classic",
"short_name": "eosc",
"chain": "EOSC",
"network": "mainnet",
"chain_id": 2018,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-09 00:17:56 +00:00
"rpc": []
},
2019-02-12 08:19:45 +00:00
{
"name": "Webchain (after block xxxxxxx)",
"short_name": "web",
"chain": "WEB",
"network": "mainnet",
"chain_id": 24484,
"network_id": 37129,
"rpc": ["https://node1.webchain.network"]
},
2019-01-15 08:06:22 +00:00
{
"name": "Ethersocial Network",
"short_name": "esn",
"chain": "ESN",
"network": "mainnet",
"chain_id": 31102,
2019-02-08 23:11:02 +00:00
"network_id": 1,
2019-02-10 19:19:13 +00:00
"rpc": ["https://api.esn.gonspool.com"]
2019-01-15 08:06:22 +00:00
},
{
"name": "Akaroma",
"short_name": "aka",
"chain": "AKA",
"network": "mainnet",
"chain_id": 200625,
2019-02-08 23:11:02 +00:00
"network_id": 200625,
"rpc": ["https://remote.akroma.io"]
2019-01-15 08:06:22 +00:00
},
2019-02-10 19:19:13 +00:00
{
"name": "ARTIS sigma1",
"short_name": "ats",
"chain": "ARTIS",
"network": "sigma1",
"chain_id": 246529,
"network_id": 246529,
"rpc": ["https://rpc.sigma1.artis.network"]
},
{
"name": "ARTIS tau1",
"short_name": "ats",
"chain": "ARTIS",
"network": "tau1",
"chain_id": 246785,
"network_id": 246785,
"rpc": ["https://rpc.tau1.artis.network"]
},
2019-01-15 08:06:22 +00:00
{
"name": "Ether-1",
"short_name": "etho",
"chain": "ETHO",
"network": "mainnet",
"chain_id": 1313114,
2019-02-08 23:11:02 +00:00
"network_id": 1313114,
"rpc": ["https://rpc.ether1.org"]
2019-01-15 08:06:22 +00:00
},
{
"name": "Musicoin",
"short_name": "music",
"chain": "MUSIC",
"network": "mainnet",
"chain_id": 7762959,
2019-02-08 23:11:02 +00:00
"network_id": 7762959,
2019-02-10 19:19:13 +00:00
"rpc": ["https://mewapi.musicoin.tw"]
2019-01-15 08:06:22 +00:00
},
{
"name": "IOLite",
"short_name": "ilt",
"chain": "ILT",
"network": "mainnet",
"chain_id": 18289463,
2019-02-08 23:11:02 +00:00
"network_id": 18289463,
"rpc": ["https://net.iolite.io"]
2019-01-15 08:06:22 +00:00
},
{
"name": "Pirl",
"short_name": "pirl",
"chain": "PIRL",
"network": "mainnet",
"chain_id": 3125659152,
2019-02-08 23:11:02 +00:00
"network_id": 3125659152,
"rpc": ["https://wallrpc.pirl.io"]
2019-02-28 12:04:34 +00:00
},
{
"name": "Lisinski",
"short_name": "lisinski",
"chain": "CRO",
"network": "mainnet",
"chain_id": 385,
"network_id": 385,
"rpc": ["https://rpc-bitfalls1.lisinski.online"]
},
{
"name": "ThunderCore Mainnet",
"short_name": "TT",
"chain": "TT",
"network": "mainnet",
"chain_id": 108,
"network_id": 108,
"rpc": ["https://mainnet-rpc.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"]
2019-03-11 06:28:27 +00:00
},
{
"name": "Metadium Mainnet",
"short_name": "meta",
"chain": "META",
"network": "mainnet",
"chain_id": 11,
"network_id": 11,
"rpc": ["https://api.metadium.com/prod"]
2019-03-20 10:44:05 +00:00
},
{
2019-03-11 06:28:27 +00:00
"name": "Metadium Testnet",
"short_name": "kal",
"chain": "META",
"network": "testnet",
"chain_id": 12,
"network_id": 12,
"rpc": ["https://api.metadium.com/dev"]
2019-03-20 10:44:05 +00:00
},
{
2019-03-20 10:42:56 +00:00
"name": "PepChain Churchill",
"short_name": "tpep",
"chain": "PEP",
"network": "testnet",
"chain_id": 13371337,
"network_id": 13371337,
"rpc": ["https://churchill-rpc.pepchain.io/"]
},
]