From 1623710e3676368400bc11d4467126bc7eb0b09c Mon Sep 17 00:00:00 2001 From: fortyfourZ <949077032@qq.com> Date: Mon, 27 Oct 2025 14:34:14 +0800 Subject: [PATCH 1/3] feat: update rpc link and explorer link --- _data/chains/eip155-133.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-133.json b/_data/chains/eip155-133.json index e31af4100357..98740cbe5b22 100644 --- a/_data/chains/eip155-133.json +++ b/_data/chains/eip155-133.json @@ -2,21 +2,21 @@ "name": "HashKey Chain Testnet", "title": "HashKey Chain Testnet", "chain": "HashKey Chain Testnet", - "rpc": ["https://hashkeychain-testnet.alt.technology"], + "rpc": ["https://https://testnet.hsk.xyz"], "faucets": [], "nativeCurrency": { "name": "HashKey EcoPoints", "symbol": "HSK", "decimals": 18 }, - "infoURL": "https://hashkey.cloud", - "shortName": "HSKT", + "infoURL": "https://hashkeychain.net/", + "shortName": "hskt", "chainId": 133, "networkId": 133, "explorers": [ { "name": "blockscout", - "url": "https://hashkeychain-testnet-explorer.alt.technology", + "url": "https://testnet-explorer.hashkeychain.net/", "icon": "blockscout", "standard": "EIP3091" } From d5701d590f3cd1a02d2f1a26e9dd5083e5d45ea9 Mon Sep 17 00:00:00 2001 From: fortyfourZ <949077032@qq.com> Date: Mon, 27 Oct 2025 14:38:01 +0800 Subject: [PATCH 2/3] feat: fix rpc link --- _data/chains/eip155-133.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-133.json b/_data/chains/eip155-133.json index 98740cbe5b22..e49230a8a7bc 100644 --- a/_data/chains/eip155-133.json +++ b/_data/chains/eip155-133.json @@ -2,7 +2,7 @@ "name": "HashKey Chain Testnet", "title": "HashKey Chain Testnet", "chain": "HashKey Chain Testnet", - "rpc": ["https://https://testnet.hsk.xyz"], + "rpc": ["https://testnet.hsk.xyz"], "faucets": [], "nativeCurrency": { "name": "HashKey EcoPoints", From 10df3839e1dbaa56f5835f355a123f67774a8cfd Mon Sep 17 00:00:00 2001 From: fortyfourZ <949077032@qq.com> Date: Mon, 27 Oct 2025 14:41:05 +0800 Subject: [PATCH 3/3] feat: fix explorer link --- _data/chains/eip155-133.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-133.json b/_data/chains/eip155-133.json index e49230a8a7bc..013a01439884 100644 --- a/_data/chains/eip155-133.json +++ b/_data/chains/eip155-133.json @@ -9,14 +9,14 @@ "symbol": "HSK", "decimals": 18 }, - "infoURL": "https://hashkeychain.net/", + "infoURL": "https://hashkeychain.net", "shortName": "hskt", "chainId": 133, "networkId": 133, "explorers": [ { "name": "blockscout", - "url": "https://testnet-explorer.hashkeychain.net/", + "url": "https://testnet-explorer.hashkeychain.net", "icon": "blockscout", "standard": "EIP3091" }