Skip to content

Commit

Permalink
boba
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Dec 19, 2023
1 parent 63fbeaf commit d877002
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/boba/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (_, _b, _c, { api, logArray }) =>
sumTokens2({
api,
owners: [
"0xdc1664458d2f0B6090bEa60A8793A4E66c2F1c00",
"0x1A26ef6575B7BBB864d984D9255C069F6c361a14",
],
fetchCoValentTokens: true,
logArray,
}),
},
};

0 comments on commit d877002

Please sign in to comment.