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
27 lines
477 B
JSON
27 lines
477 B
JSON
{
|
|
"name": "Etho Protocol",
|
|
"chain": "ETHO",
|
|
"rpc": ["https://rpc.ethoprotocol.com"],
|
|
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Etho Protocol",
|
|
"symbol": "ETHO",
|
|
"decimals": 18
|
|
},
|
|
|
|
"infoURL": "https://ethoprotocol.com",
|
|
"shortName": "etho",
|
|
"chainId": 1313114,
|
|
"networkId": 1313114,
|
|
"slip44": 1313114,
|
|
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://explorer.ethoprotocol.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|