diff --git a/coin/models.go b/coin/models.go index 3edf9d4..629fa01 100644 --- a/coin/models.go +++ b/coin/models.go @@ -63,7 +63,7 @@ func GetCoinExploreURL(c Coin, tokenID string) (string, error) { case WANCHAIN: return fmt.Sprintf("https://www.wanscan.org/token/%s", tokenID), nil case SOLANA: - return fmt.Sprintf("https://explorer.solana.com/address/%s", tokenID), nil + return fmt.Sprintf("https://solscan.io/token/%s", tokenID), nil case TOMOCHAIN: return fmt.Sprintf("https://scan.tomochain.com/address/%s", tokenID), nil case KAVA: