mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
c3cfdd607d
Hello! I'd like to request to add High Performance Blockchain. It is a unique blockchain in the sense that all nodes are using specific hardware which speeds up the transactions times a lot, while keeping it secure through hardware encryption. Mainnet has been live since September 2018, and it got multiple partners such as Union Pay Smart and China Electronics. Website: https://hpb.io Block Explorer: https://hpbscan.org Community Web Wallet: https://hpb.blue RPC: https://node.hpb.blue
550 lines
11 KiB
JSON
550 lines
11 KiB
JSON
[
|
|
{
|
|
"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": 100,
|
|
"network_id": 269,
|
|
"rpc": [
|
|
"https://node.hpb.blue"
|
|
],
|
|
"faucets": []
|
|
}
|
|
]
|