add w3q chain id

This commit is contained in:
pingke 2022-02-15 11:06:08 +08:00
parent 052dfa7c93
commit 3936246b79
2 changed files with 46 additions and 0 deletions

View File

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

View File

@ -0,0 +1,23 @@
{
"name": "W3Q Testnet",
"chain": "W3Q",
"rpc": [
"https://testnet.web3q.io:8545"
],
"faucets": [
],
"nativeCurrency": {
"name": "W3Q",
"symbol": "W3Q",
"decimals": 18
},
"infoURL": "https://web3q.io",
"shortName": "w3q-t",
"chainId": 3333,
"networkId": 3333,
"explorers": [{
"name": "w3q-testnet",
"url": "http://explorer.testnet.web3q.io",
"standard": "EIP3091"
}]
}