Skip to content

Commit

Permalink
Add Terra to token types
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Sep 16, 2021
1 parent f845b04 commit 79acb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/token_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
FANTOM TokenType = "FANTOM"
HRC20 TokenType = "HRC20"
ARBITRUM TokenType = "ARBITRUM"
TERRA TokenType = "TERRA"
)

func GetEthereumTokenTypeByIndex(coinIndex uint) TokenType {
Expand Down

0 comments on commit 79acb5a

Please sign in to comment.