Skip to content

Commit

Permalink
add new farm (#10146)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuitoFinance authored May 9, 2024
1 parent 64c54ea commit 51e3094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/muito-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async function getTvl(api, farmAddress) {
async function tvl(api) {
const MUTO_V3_FARM = "0xD7372abc6693702fF09536ec3824780eB264b2eF";
const MUTO_V3_FARM2 = "0xCd356c40A86c59955e20FcCF7Bb3b9Be15AF238D";
const MUTO_V3_FARM3 = "0x1d75a3228576E3Cfe6Fc3d0aAE51eAbEE4E8D12e";
await sumTokens2({
api,
uniV3nftsAndOwners: [
Expand All @@ -33,6 +34,12 @@ async function tvl(api) {
["0x218bf598D1453383e2F4AA7b14fFB9BfB102D637", MUTO_V3_FARM2],
],
});
await sumTokens2({
api,
uniV3nftsAndOwners: [
["0x218bf598D1453383e2F4AA7b14fFB9BfB102D637", MUTO_V3_FARM3],
],
});
await getTvl(api, MUTO_FARM);
await getTvl(api, MUTO_MULTI_FARM2);
await getTvl(api, MUTO_MULTI_FARM3);
Expand Down

0 comments on commit 51e3094

Please sign in to comment.