mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
2f41d37e76
* add chain id for galileo * remove the slash for explorer url
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"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"
|
|
}]
|
|
}
|