From 597ef66a44fc2496485f6df2d73ecdca61568bc2 Mon Sep 17 00:00:00 2001 From: iCell Date: Tue, 26 Mar 2024 11:17:38 +0900 Subject: [PATCH] change token type of LINEA --- types/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/token.go b/types/token.go index 3ad9066..e50294f 100644 --- a/types/token.go +++ b/types/token.go @@ -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"