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

add helium asset info to cryptoassets #724

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,35 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
],
explorerViews: [],
},
helium: {
type: "CryptoCurrency",
id: "helium",
coinType: 904,
name: "Helium",
managerAppName: "Helium",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any app called Helium at the moment in the Manager. cc @FabriceDautriat

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be one. Maybe only visible in developer mode.

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