mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
30 lines
607 B
JSON
30 lines
607 B
JSON
{
|
|
"name": "QuarkChain Devnet Shard 0",
|
|
"chain": "QuarkChain",
|
|
"rpc": [
|
|
"https://devnet-s0-ethapi.quarkchain.io",
|
|
"http://eth-jrpc.devnet.quarkchain.io:39900"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "QKC",
|
|
"symbol": "QKC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.quarkchain.io",
|
|
"shortName": "qkc-d-s0",
|
|
"chainId": 110001,
|
|
"networkId": 110001,
|
|
"parent": {
|
|
"chain": "eip155-110000",
|
|
"type": "shard"
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "quarkchain-devnet",
|
|
"url": "https://devnet.quarkchain.io/0",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|