mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1c29cecb29
* add quarkchain chain id for metamask * add parent field for shard * add explorers * fix format error * update eth rpc API * update rpc port
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"name": "QuarkChain Mainnet Shard 6",
|
|
"chain": "QuarkChain",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"http://eth-jrpc.mainnet.quarkchain.io:39006/"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "QKC",
|
|
"symbol": "QKC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.quarkchain.io/",
|
|
"shortName": "qkc-s6",
|
|
"chainId": 100007,
|
|
"networkId": 100007,
|
|
"parent": {
|
|
"chain": "eip155-100000",
|
|
"type": "shard"
|
|
},
|
|
"explorers": [{
|
|
"name": "quarkchain-mainnet",
|
|
"url": "https://mainnet.quarkchain.io/6",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|