mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added ETHO logo * Changed From Ether-1 to Etho Protocol and added explorer *Changed from Ether-1 to Etho Protocol *Added explorer *Updated website link
28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"name": "Etho Protocol",
|
|
"chain": "ETHO",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.ether1.org"
|
|
],
|
|
|
|
"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"
|
|
}]
|
|
}
|