chains/_data/chains/eip155-3334.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
455 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"
}
]
}