add chain id for web3q galileo (#979)

* add chain id for galileo

* remove the slash for explorer url
This commit is contained in:
ping-ke 2022-03-23 11:41:27 +08:00 committed by GitHub
parent 0c62a182d9
commit 2f41d37e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}]
}