Skip to content

Commit a41acc2

Browse files
committed
fix: matic zkevm metadata
1 parent 1d0da66 commit a41acc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swap-tokens-generator/src/configs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ const CHAIN_CONFIGS: Record<NetworkName, ChainConfig> = {
147147
decimals: 18,
148148
logoURI:
149149
"https://tokens.1inch.io/0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0.png",
150-
name: "Polygon Matic",
151-
symbol: "MATIC",
150+
name: "Ethereum",
151+
symbol: "ETH",
152152
},
153153
[NetworkName.Solana]: {
154154
chainId: "900",

0 commit comments

Comments
 (0)