Skip to content

Commit

Permalink
Update MARIC->POL, Klayth -> Kaia
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-daniel committed Sep 26, 2024
1 parent effad9f commit 464a5ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions coin/coins.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions coin/coins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
isTokenSupported: false

- id: 966
symbol: MATIC
symbol: POL
handle: polygon
name: Polygon
decimals: 18
Expand Down Expand Up @@ -765,7 +765,7 @@
- id: 10008217
symbol: KLAY
handle: klaytn
name: Klaytn
name: Kaia
decimals: 18
blockchain: Ethereum
minConfirmations: 36
Expand Down
2 changes: 1 addition & 1 deletion coin/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func GetCoinExploreURL(c Coin, tokenID, tokenType string) (string, error) {
case MOONBEAM:
return fmt.Sprintf("https://moonscan.io/token/%s", tokenID), nil
case KLAYTN:
return fmt.Sprintf("https://scope.klaytn.com/token/%s", tokenID), nil
return fmt.Sprintf("https://kaiascan.io/token/%s", tokenID), nil
case METIS:
return fmt.Sprintf("https://andromeda-explorer.metis.io/token/%s", tokenID), nil
case MOONRIVER:
Expand Down
2 changes: 1 addition & 1 deletion types/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
KIP20 TokenType = "KIP20"
APTOS TokenType = "APTOS"
MOONBEAM TokenType = "MOONBEAM"
KLAYTN TokenType = "KLAYTN"
KLAYTN TokenType = "KAIA"
METIS TokenType = "METIS"
MOONRIVER TokenType = "MOONRIVER"
BOBA TokenType = "BOBA"
Expand Down

0 comments on commit 464a5ce

Please sign in to comment.