From b3fafea101f5cb1aba54de3578d02a367affc10e Mon Sep 17 00:00:00 2001 From: fortyfour <40018519+fortyfourZ@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:32:49 +0800 Subject: [PATCH] feat: add BlockScout explorer and modify shortName to lowercase (#6585) --- _data/chains/eip155-177.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-177.json b/_data/chains/eip155-177.json index 2af4a68109d3..af0ad2010219 100644 --- a/_data/chains/eip155-177.json +++ b/_data/chains/eip155-177.json @@ -10,10 +10,16 @@ "decimals": 18 }, "infoURL": "https://hsk.xyz", - "shortName": "HSK", + "shortName": "hsk", "chainId": 177, "networkId": 177, "explorers": [ + { + "name": "blockscout", + "url": "https://hashkey.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" + }, { "name": "blockscout", "url": "https://explorer.hsk.xyz",