chains/_data/chains/eip155-246.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
606 B
JSON

{
"name": "Energy Web Chain",
"chain": "Energy Web Chain",
"rpc": ["https://rpc.energyweb.org", "wss://rpc.energyweb.org/ws"],
"faucets": [
"https://faucet.carbonswap.exchange",
"https://free-online-app.com/faucet-for-eth-evm-chains/"
],
"nativeCurrency": {
"name": "Energy Web Token",
"symbol": "EWT",
"decimals": 18
},
"infoURL": "https://energyweb.org",
"shortName": "ewt",
"chainId": 246,
"networkId": 246,
"slip44": 246,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.energyweb.org",
"standard": "none"
}
]
}