chains/_data/chains/eip155-110006.json
ping-ke 41a9804c2a
Add https URL to rpcs for QuarkChain (#751)
* 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
2022-01-10 18:19:26 +01:00

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"
}]
}