File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ const { compoundExports2, methodology } = require ( '../helper/compound' )
2
+
3
+ module . exports = {
4
+ methodology,
5
+ lac : compoundExports2 ( { comptroller : '0x123Abe3A273FDBCeC7fc0EBedc05AaeF4eE63060' , cether : '0x465ebfceb3953e2922b686f2b4006173664d16ce' } )
6
+ }
Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ const fixBalancesTokens = {
46
46
cronos_zkevm : {
47
47
'0xc1bf55ee54e16229d9b369a5502bfe5fc9f20b6d' : { coingeckoId : 'crypto-com-chain' , decimals : 18 } ,
48
48
} ,
49
+ lac : {
50
+ [ ADDRESSES . null ] : { coingeckoId : "la-coin" , decimals : 18 } ,
51
+ '0x2911a1AB18546cb501628Be8625C7503a2A7DB54' : { coingeckoId : "la-coin" , decimals : 18 } ,
52
+ '0x42c8c9c0f0a98720dacdaeac0c319cb272b00d7e' : { coingeckoId : "ethereum" , decimals : 18 } ,
53
+ '0xf54b8cb8eeee3823a55dddf5540ceaddf9724626' : { coingeckoId : "wrapped-bitcoin" , decimals : 8 } ,
54
+ }
49
55
}
50
56
51
57
ibcChains . forEach ( chain => fixBalancesTokens [ chain ] = { ...ibcMappings , ...( fixBalancesTokens [ chain ] || { } ) } )
You can’t perform that action at this time.
0 commit comments