Skip to content

Commit

Permalink
Change explorer url for AVALANCHEC (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
unanoc authored Dec 10, 2021
1 parent 324b6b3 commit 6876599
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 @@ -91,7 +91,7 @@ func GetCoinExploreURL(c Coin, tokenID string) (string, error) {
case OPTIMISM:
return fmt.Sprintf("https://optimistic.etherscan.io/address/%s", tokenID), nil
case AVALANCHEC:
return fmt.Sprintf("https://cchain.explorer.avax.network/address/%s", tokenID), nil
return fmt.Sprintf("https://snowtrace.io/address/%s", tokenID), nil
case ARBITRUM:
return fmt.Sprintf("https://arbiscan.io/token/%s", tokenID), nil
case FANTOM:
Expand Down

0 comments on commit 6876599

Please sign in to comment.