File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ const fixBalancesTokens = {
63
63
lac : {
64
64
[ ADDRESSES . null ] : { coingeckoId : "la-coin" , decimals : 18 } ,
65
65
[ ADDRESSES . lac . LAC ] : { coingeckoId : "la-coin" , decimals : 18 } ,
66
+ '0x7dc8b9e3b083c26c68f0b124ca923aaec7fbee39' : { coingeckoId : 'tether' , decimals : 6 } ,
67
+ '0x51115241c7b8361eee88d8610f71d0a92cee5323' : { coingeckoId : 'usd-coin' , decimals : 6 } ,
66
68
} ,
67
69
lisk : {
68
70
'0x05d032ac25d322df992303dca074ee7392c117b9' : { coingeckoId : 'tether' , decimals : 6 } ,
@@ -118,10 +120,6 @@ const fixBalancesTokens = {
118
120
'0xA2235d059F80e176D931Ef76b6C51953Eb3fBEf4' : { coingeckoId : 'savings-dai' , decimals : 18 } ,
119
121
'0xcF800F4948D16F23333508191B1B1591daF70438' : { coingeckoId : 'staked-ether' , decimals : 18 } ,
120
122
} ,
121
- lac : {
122
- '0x7dc8b9e3b083c26c68f0b124ca923aaec7fbee39' : { coingeckoId : 'tether' , decimals : 6 } ,
123
- '0x51115241c7b8361eee88d8610f71d0a92cee5323' : { coingeckoId : 'usd-coin' , decimals : 6 } ,
124
- } ,
125
123
zircuit : {
126
124
'0x4200000000000000000000000000000000000006' : { coingeckoId : 'ethereum' , decimals : 18 } ,
127
125
} ,
You can’t perform that action at this time.
0 commit comments