mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "QuarkChain Devnet Root",
|
|
"chain": "QuarkChain",
|
|
"network": "devnet",
|
|
"rpc": [
|
|
"http://jrpc.devnet.quarkchain.io:38391/"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "QKC",
|
|
"symbol": "QKC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.quarkchain.io/",
|
|
"shortName": "qkc-d-r",
|
|
"chainId": 110000,
|
|
"networkId": 110000
|
|
}
|