chains/_data/chains/eip155-71402.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

28 lines
590 B
JSON

{
"name": "Godwoken Mainnet",
"chain": "GWT",
"rpc": ["https://v1.mainnet.godwoken.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "pCKB",
"symbol": "pCKB",
"decimals": 18
},
"infoURL": "https://www.nervos.org",
"shortName": "gw-mainnet-v1",
"chainId": 71402,
"networkId": 71402,
"explorers": [
{
"name": "GWScout Explorer",
"url": "https://gw-mainnet-explorer.nervosdao.community",
"standard": "none"
},
{
"name": "GWScan Block Explorer",
"url": "https://v1.gwscan.com",
"standard": "none"
}
]
}