chains/_data/chains/eip155-333.json
ping-ke 0307521f9e
Add Chain Id for Web3q mainnet and testnet (#909)
* add w3q chain id

* change name from w3q to web3q

* resolve comments

* update explorers from http to https

Co-authored-by: Qi Zhou <qizhou@quarkchain.org>
2022-02-22 16:13:00 +01:00

24 lines
438 B
JSON

{
"name": "Web3Q Mainnet",
"chain": "Web3Q",
"rpc": [
"https://mainnet.web3q.io:8545"
],
"faucets": [
],
"nativeCurrency": {
"name": "Web3Q",
"symbol": "W3Q",
"decimals": 18
},
"infoURL": "https://web3q.io/home.w3q/",
"shortName": "w3q",
"chainId": 333,
"networkId": 333,
"explorers": [{
"name": "w3q-mainnet",
"url": "https://explorer.mainnet.web3q.io",
"standard": "EIP3091"
}]
}