File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ module.exports = {
92
92
bob : { factory : "0xcb2436774C3e191c85056d248EF4260ce5f27A9D" , fromBlock : 5188280 } ,
93
93
lisk : { factory : "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9" , fromBlock : 577168 } ,
94
94
wc : { factory : "0x7a5028BDa40e7B173C278C5342087826455ea25a" , fromBlock : 1603366 } ,
95
+ corn : { factory : "0xcb2436774C3e191c85056d248EF4260ce5f27A9D" , fromBlock : 10878 } ,
95
96
} ) ,
96
97
filecoin : { tvl : filecoinTvl } ,
97
98
}
@@ -111,4 +112,4 @@ module.exports.sei.tvl = async (api) => {
111
112
const token1s = await api . multiCall ( { abi : 'address:token1' , calls : pools } )
112
113
const ownerTokens = pools . map ( ( pool , i ) => [ [ token0s [ i ] , token1s [ i ] ] , pool ] )
113
114
return sumTokens2 ( { api, ownerTokens } )
114
- }
115
+ }
You can’t perform that action at this time.
0 commit comments