Skip to content

Commit

Permalink
add corn
Browse files Browse the repository at this point in the history
  • Loading branch information
abs3ntdev committed Dec 22, 2024
1 parent e5eac33 commit b237ec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/uniswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module.exports = {
bob: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 5188280 },
lisk: { factory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9", fromBlock: 577168 },
wc: { factory: "0x7a5028BDa40e7B173C278C5342087826455ea25a", fromBlock: 1603366 },
corn: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 10878 },
}),
filecoin: { tvl: filecoinTvl },
}
Expand All @@ -111,4 +112,4 @@ module.exports.sei.tvl = async (api) => {
const token1s = await api.multiCall({ abi: 'address:token1', calls: pools })
const ownerTokens = pools.map((pool, i) => [[token0s[i], token1s[i]], pool])
return sumTokens2({ api, ownerTokens })
}
}

0 comments on commit b237ec4

Please sign in to comment.