mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
99ac4612ce
commit
382df0fe96
|
@ -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
8
_data/icons/etho.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw",
|
||||||
|
"width":688,
|
||||||
|
"height":688,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user