mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
41a9804c2a
* add quarkchain chain id for metamask * add parent field for shard * add explorers * fix format error * update eth rpc API * update rpc port * add https url to rpc for quarkchain
29 lines
596 B
JSON
29 lines
596 B
JSON
{
|
|
"name": "QuarkChain Devnet Shard 5",
|
|
"chain": "QuarkChain",
|
|
"rpc": [
|
|
"https://devnet-s5-ethapi.quarkchain.io",
|
|
"http://eth-jrpc.devnet.quarkchain.io:39905/"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "QKC",
|
|
"symbol": "QKC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.quarkchain.io/",
|
|
"shortName": "qkc-d-s5",
|
|
"chainId": 110006,
|
|
"networkId": 110006,
|
|
"parent": {
|
|
"chain": "eip155-110000",
|
|
"type": "shard"
|
|
},
|
|
"explorers": [{
|
|
"name": "quarkchain-devnet",
|
|
"url": "https://devnet.quarkchain.io/5",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|