From e75a65661225abad7455a5edfdfe6e2cb6677300 Mon Sep 17 00:00:00 2001 From: unclebill Date: Sun, 12 Jun 2022 23:18:09 +0800 Subject: [PATCH] fix(harmony): align shortname --- packages/web3-shared/evm/constants/chains.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/web3-shared/evm/constants/chains.json b/packages/web3-shared/evm/constants/chains.json index 6831bd876a63..04742fceaa9e 100644 --- a/packages/web3-shared/evm/constants/chains.json +++ b/packages/web3-shared/evm/constants/chains.json @@ -2822,7 +2822,7 @@ "name": "Harmony", "type": "Harmony", "network": "mainnet", - "shortName": "hmy-s0", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666600000, @@ -2837,7 +2837,7 @@ "name": "Harmony", "network": "mainnet", "type": "Harmony", - "shortName": "hmy-s1", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666600001, @@ -2852,7 +2852,7 @@ "name": "Harmony", "network": "mainnet", "type": "Harmony", - "shortName": "hmy-s2", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666600002, @@ -2867,7 +2867,7 @@ "name": "Harmony", "network": "mainnet", "type": "Harmony", - "shortName": "hmy-s3", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666600003, @@ -2882,7 +2882,7 @@ "name": "Harmony", "network": "testnet", "type": "Harmony", - "shortName": "hmy-b-s0", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666700000, @@ -2897,7 +2897,7 @@ "name": "Harmony", "network": "testnet", "type": "Harmony", - "shortName": "hmy-b-s1", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666700001, @@ -2912,7 +2912,7 @@ "name": "Harmony", "network": "testnet", "type": "Harmony", - "shortName": "hmy-b-s2", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666700002, @@ -2927,7 +2927,7 @@ "name": "Harmony", "type": "Harmony", "network": "testnet", - "shortName": "hmy-b-s3", + "shortName": "hmy", "features": [], "nativeCurrency": { "chainId": 1666700003,