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
573 B
JSON
29 lines
573 B
JSON
{
|
|
"name": "QuarkChain Devnet Shard 3",
|
|
"chain": "QuarkChain",
|
|
"network": "devnet",
|
|
"rpc": [
|
|
"http://eth-jrpc.devnet.quarkchain.io:39903/"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "QKC",
|
|
"symbol": "QKC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.quarkchain.io/",
|
|
"shortName": "qkc-d-s3",
|
|
"chainId": 110004,
|
|
"networkId": 110004,
|
|
"parent": {
|
|
"chain": "eip155-110000",
|
|
"type": "shard"
|
|
},
|
|
"explorers": [{
|
|
"name": "quarkchain-devnet",
|
|
"url": "https://devnet.quarkchain.io/3",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|