Skip to content

Commit

Permalink
change token type of LINEA (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
iCell committed Mar 26, 2024
1 parent d8c5d11 commit 699f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const (
NEON TokenType = "NEON"
IOTEXEVM TokenType = "XRC20"
OPBNB TokenType = "OPBNB"
LINEA TokenType = "ETH"
LINEA TokenType = "LINEA"
MANTLE TokenType = "MANTLE"
MANTA TokenType = "MANTA"
ZETACHAIN TokenType = "ZETACHAIN"
Expand Down

0 comments on commit 699f114

Please sign in to comment.