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:
Wetitpig 2021-07-05 11:17:10 +08:00 committed by GitHub
parent c929af03db
commit fda43d5bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,13 @@
"symbol": "HT",
"decimals": 18
},
"infoURL": "https://hecoinfo.com",
"infoURL": "https://www.hecochain.com",
"shortName": "heco",
"chainId": 128,
"networkId": 128
}
"networkId": 128,
"explorers": [{
"name": "hecoinfo",
"url": "https://hecoinfo.com",
"standard": "EIP3091"
}]
}