From fda43d5bb04ee5089922e3700699bd4273f80db0 Mon Sep 17 00:00:00 2001 From: Wetitpig Date: Mon, 5 Jul 2021 11:17:10 +0800 Subject: [PATCH] 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. --- _data/chains/eip155-128.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-128.json b/_data/chains/eip155-128.json index 0566bc7d..093766e1 100644 --- a/_data/chains/eip155-128.json +++ b/_data/chains/eip155-128.json @@ -12,8 +12,13 @@ "symbol": "HT", "decimals": 18 }, - "infoURL": "https://hecoinfo.com", + "infoURL": "https://www.hecochain.com", "shortName": "heco", "chainId": 128, - "networkId": 128 -} \ No newline at end of file + "networkId": 128, + "explorers": [{ + "name": "hecoinfo", + "url": "https://hecoinfo.com", + "standard": "EIP3091" + }] +}