add chain id for galileo

This commit is contained in:
pingke 2022-03-15 09:19:13 +08:00
parent f0c9285561
commit abecc56058
2 changed files with 24 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"symbol": "W3Q",
"decimals": 18
},
"infoURL": "https://web3q.io/home.w3q/",
"infoURL": "https://testnet.web3q.io/home.w3q/",
"shortName": "w3q-t",
"chainId": 3333,
"networkId": 3333,

View File

@ -0,0 +1,23 @@
{
"name": "Web3Q Galileo",
"chain": "Web3Q",
"rpc": [
"https://galileo.web3q.io:8545"
],
"faucets": [
],
"nativeCurrency": {
"name": "Web3Q",
"symbol": "W3Q",
"decimals": 18
},
"infoURL": "https://galileo.web3q.io/home.w3q/",
"shortName": "w3q-g",
"chainId": 3334,
"networkId": 3334,
"explorers": [{
"name": "w3q-galileo",
"url": "https://explorer.galileo.web3q.io/",
"standard": "EIP3091"
}]
}