From 40ec932d39a8e769b805ec9d65a4533f95754266 Mon Sep 17 00:00:00 2001 From: Matthew Lilley Date: Sat, 30 Jul 2022 19:06:52 +0100 Subject: [PATCH] Avalanche short name incorrect (#1401) Avalanche short name should not be "Avalanche", it shoud be "avax". --- _data/chains/eip155-43114.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-43114.json b/_data/chains/eip155-43114.json index 2784924b..7d77cbe6 100644 --- a/_data/chains/eip155-43114.json +++ b/_data/chains/eip155-43114.json @@ -11,7 +11,7 @@ "decimals": 18 }, "infoURL": "https://www.avax.network/", - "shortName": "Avalanche", + "shortName": "avax", "chainId": 43114, "networkId": 43114, "slip44": 9005,