Updated ETHO (#498)

* 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
This commit is contained in:
Exlo 2021-10-20 23:09:46 +02:00 committed by GitHub
parent 99ac4612ce
commit 382df0fe96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 18 deletions

View File

@ -1,19 +1,27 @@
{ {
"name": "Ether-1", "name": "Etho Protocol",
"chain": "ETHO", "chain": "ETHO",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.ether1.org" "https://rpc.ether1.org"
], ],
"faucets": [],
"nativeCurrency": { "faucets": [],
"name": "Ether-1 Ether", "nativeCurrency": {
"symbol": "ETHO", "name": "Etho Protocol",
"decimals": 18 "symbol": "ETHO",
}, "decimals": 18
"infoURL": "https://ether1.org", },
"shortName": "etho",
"chainId": 1313114, "infoURL": "https://ethoprotocol.com",
"networkId": 1313114, "shortName": "etho",
"slip44": 1313114 "chainId": 1313114,
} "networkId": 1313114,
"slip44": 1313114,
"explorers": [{
"name": "blockscout",
"url": "https://explorer.ethoprotocol.com",
"standard": "none"
}]
}

8
_data/icons/etho.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw",
"width":688,
"height":688,
"format":"png"
}
]