mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Change infoURL to explorer URL. Fix infoURL. (#323)
The infoURL seems to be an explorer URL rather than a URL for the information of the chain. www.hecochain.com was added back.
This commit is contained in:
parent
c929af03db
commit
fda43d5bb0
|
@ -12,8 +12,13 @@
|
||||||
"symbol": "HT",
|
"symbol": "HT",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://hecoinfo.com",
|
"infoURL": "https://www.hecochain.com",
|
||||||
"shortName": "heco",
|
"shortName": "heco",
|
||||||
"chainId": 128,
|
"chainId": 128,
|
||||||
"networkId": 128
|
"networkId": 128,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "hecoinfo",
|
||||||
|
"url": "https://hecoinfo.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user