Skip to content

Commit

Permalink
fix cronos (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
defisaur authored Jun 29, 2023
1 parent 3bc6059 commit 5e2f4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coin/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ func GetCoinExploreURL(c Coin, tokenID, tokenType string) (string, error) {
return fmt.Sprintf("https://www.mintscan.io/neutron/account/%s", tokenID), nil
case IOTEXEVM:
return fmt.Sprintf("https://iotexscan.io/address/%s#transactions", tokenID), nil
case CRYPTOORG:
return fmt.Sprintf("https://crypto.org/explorer/account/%s", tokenID), nil
}

return "", errors.New("no explorer for coin: " + c.Handle)
Expand Down

0 comments on commit 5e2f4e7

Please sign in to comment.