diff --git a/types/token_type.go b/types/token_type.go index a0dfb0a..38af902 100644 --- a/types/token_type.go +++ b/types/token_type.go @@ -30,6 +30,9 @@ const ( OPTIMISM TokenType = "OPTIMISM" XDAI TokenType = "XDAI" AVALANCHE TokenType = "AVALANCHE" + FANTOM TokenType = "FANTOM" + HRC20 TokenType = "HRC20" + ARBITRUM TokenType = "ARBITRUM" ) func GetEthereumTokenTypeByIndex(coinIndex uint) TokenType {