Skip to content

Commit 0fa786f

Browse files
committed
temp fix: zeta
1 parent 4fff6a2 commit 0fa786f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects/helper/tokenMapping.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,15 @@ const fixBalancesTokens = {
7979
'0x6b4ecada640f1b30dbdb68f77821a03a5f282ebe': { coingeckoId: "usd-coin", decimals: 6, },
8080
},
8181
zeta: {
82-
[ADDRESSES.zeta.WZETA]: { coingeckoId: "zetachain", decimals: 18, },
82+
[ADDRESSES.zeta.WZETA]: { decimals: 18, coingeckoId: "zetachain" },
83+
[ADDRESSES.null]: { decimals: 18, coingeckoId: "zetachain" },
84+
"0x05BA149A7bd6dC1F937fA9046A9e05C05f3b18b0": { decimals: 18, coingeckoId: "usd-coin" },
85+
"0x0cbe0dF132a6c6B4a2974Fa1b7Fb953CF0Cc798a": { decimals: 18, coingeckoId: "usd-coin" },
86+
"0x7c8dDa80bbBE1254a7aACf3219EBe1481c6E01d7": { decimals: 18, coingeckoId: "tether" },
87+
"0x91d4F0D54090Df2D81e834c3c8CE71C6c865e79F": { decimals: 18, coingeckoId: "tether" },
88+
"0xd97b1de3619ed2c6beb3860147e30ca8a7dc9891": { decimals: 18, coingeckoId: "ethereum" },
89+
"0x48f80608b672dc30dc7e3dbbd0343c5f02c738eb": { decimals: 18, coingeckoId: "binancecoin" },
90+
"0x13A0c5930C028511Dc02665E7285134B6d11A5f4": { decimals: 18, coingeckoId: "bitcoin" }
8391
}
8492
}
8593

0 commit comments

Comments
 (0)