Skip to content

Commit 6f566c4

Browse files
committed
fix lac issue DefiLlama#12028
1 parent 4b3cb2b commit 6f566c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/helper/tokenMapping.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ const fixBalancesTokens = {
6363
lac: {
6464
[ADDRESSES.null]: { coingeckoId: "la-coin", decimals: 18 },
6565
[ADDRESSES.lac.LAC]: { coingeckoId: "la-coin", decimals: 18 },
66+
'0x7dc8b9e3b083c26c68f0b124ca923aaec7fbee39': { coingeckoId: 'tether', decimals: 6 },
67+
'0x51115241c7b8361eee88d8610f71d0a92cee5323': { coingeckoId: 'usd-coin', decimals: 6 },
6668
},
6769
lisk: {
6870
'0x05d032ac25d322df992303dca074ee7392c117b9': { coingeckoId: 'tether', decimals: 6 },
@@ -118,10 +120,6 @@ const fixBalancesTokens = {
118120
'0xA2235d059F80e176D931Ef76b6C51953Eb3fBEf4': { coingeckoId: 'savings-dai', decimals: 18 },
119121
'0xcF800F4948D16F23333508191B1B1591daF70438': { coingeckoId: 'staked-ether', decimals: 18 },
120122
},
121-
lac: {
122-
'0x7dc8b9e3b083c26c68f0b124ca923aaec7fbee39': { coingeckoId: 'tether', decimals: 6 },
123-
'0x51115241c7b8361eee88d8610f71d0a92cee5323': { coingeckoId: 'usd-coin', decimals: 6 },
124-
},
125123
zircuit: {
126124
'0x4200000000000000000000000000000000000006': { coingeckoId: 'ethereum', decimals: 18 },
127125
},

0 commit comments

Comments
 (0)