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",