Skip to content

Commit 464a5ce

Browse files
committed
Update MARIC->POL, Klayth -> Kaia
1 parent effad9f commit 464a5ce

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

coin/coins.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coin/coins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
isTokenSupported: false
568568

569569
- id: 966
570-
symbol: MATIC
570+
symbol: POL
571571
handle: polygon
572572
name: Polygon
573573
decimals: 18
@@ -765,7 +765,7 @@
765765
- id: 10008217
766766
symbol: KLAY
767767
handle: klaytn
768-
name: Klaytn
768+
name: Kaia
769769
decimals: 18
770770
blockchain: Ethereum
771771
minConfirmations: 36

coin/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func GetCoinExploreURL(c Coin, tokenID, tokenType string) (string, error) {
117117
case MOONBEAM:
118118
return fmt.Sprintf("https://moonscan.io/token/%s", tokenID), nil
119119
case KLAYTN:
120-
return fmt.Sprintf("https://scope.klaytn.com/token/%s", tokenID), nil
120+
return fmt.Sprintf("https://kaiascan.io/token/%s", tokenID), nil
121121
case METIS:
122122
return fmt.Sprintf("https://andromeda-explorer.metis.io/token/%s", tokenID), nil
123123
case MOONRIVER:

types/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const (
8989
KIP20 TokenType = "KIP20"
9090
APTOS TokenType = "APTOS"
9191
MOONBEAM TokenType = "MOONBEAM"
92-
KLAYTN TokenType = "KLAYTN"
92+
KLAYTN TokenType = "KAIA"
9393
METIS TokenType = "METIS"
9494
MOONRIVER TokenType = "MOONRIVER"
9595
BOBA TokenType = "BOBA"

0 commit comments

Comments
 (0)