mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
28 lines
606 B
JSON
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"
|
|
}
|
|
]
|
|
}
|