From d8770024281d922a27ba8db597c23893e98eeb00 Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Tue, 19 Dec 2023 16:12:53 +0000 Subject: [PATCH] boba --- projects/boba/index.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 projects/boba/index.js diff --git a/projects/boba/index.js b/projects/boba/index.js new file mode 100644 index 000000000000..8b68ab4e0d69 --- /dev/null +++ b/projects/boba/index.js @@ -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, + }), + }, +};