mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add chain id for web3q galileo (#979)
* add chain id for galileo * remove the slash for explorer url
This commit is contained in:
parent
0c62a182d9
commit
2f41d37e76
|
@ -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,
|
||||
|
|
23
_data/chains/eip155-3334.json
Normal file
23
_data/chains/eip155-3334.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user