diff --git a/packages/cryptoassets/src/currencies.ts b/packages/cryptoassets/src/currencies.ts index 2baca97ab..ea7aa86bf 100644 --- a/packages/cryptoassets/src/currencies.ts +++ b/packages/cryptoassets/src/currencies.ts @@ -1243,6 +1243,35 @@ const cryptocurrenciesById: Record = { }, ], }, + 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",