Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
add helium asset info to cryptoassets (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Jan 3, 2022
1 parent 8138e3e commit 46de1c7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,35 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
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",
Expand Down

0 comments on commit 46de1c7

Please sign in to comment.