From 174d681983b887685f2cd7af5f1570400de8b12f Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Wed, 24 Nov 2021 11:05:26 -0500 Subject: [PATCH] add helium asset info to cryptoassets --- packages/cryptoassets/src/currencies.ts | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/cryptoassets/src/currencies.ts b/packages/cryptoassets/src/currencies.ts index e4a2aa915..d302927df 100644 --- a/packages/cryptoassets/src/currencies.ts +++ b/packages/cryptoassets/src/currencies.ts @@ -1209,6 +1209,35 @@ const cryptocurrenciesById: Record = { ], explorerViews: [], }, + helium: { + type: "CryptoCurrency", + id: "helium", + coinType: 904, + name: "Helium", + managerAppName: "Helium", + ticker: "HNT", + scheme: "helium", + color: "#474DFF", + family: "helium", + units: [ + { + name: "HNT", + code: "HNT", + magnitude: 8, + }, + { + name: "bones", + code: "bones", + magnitude: 0, + }, + ], + explorerViews: [ + { + tx: "https://explorer.helium.com/txns/$hash", + address: "https://explorer.helium.com/accounts/$address", + }, + ], + }, hpb: { type: "CryptoCurrency", id: "hpb",