Skip to content

Commit

Permalink
Update Solana explorer url (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
unanoc authored Dec 24, 2021
1 parent d75f753 commit 443ad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coin/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 443ad84

Please sign in to comment.