Skip to content

Commit

Permalink
extra currency meta
Browse files Browse the repository at this point in the history
  • Loading branch information
akos-tk committed Dec 17, 2024
1 parent c0f44bb commit ee89b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/references/extra_currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ var extraCurrencies = map[int32]ExtraCurrencyMeta{
Decimals: 5,
Symbol: "FMS",
},
100: {
Decimals: 8,
Symbol: "ECHIDNA",
},
}

func GetExtraCurrencyMeta(id int32) ExtraCurrencyMeta {
Expand Down

0 comments on commit ee89b5d

Please sign in to comment.