diff --git a/projects/avax/index.js b/projects/avax/index.js new file mode 100644 index 00000000000..4c5f69ed4db --- /dev/null +++ b/projects/avax/index.js @@ -0,0 +1,12 @@ +const { sumTokens2 } = require("../helper/unwrapLPs"); + +module.exports = { + ethereum: { + tvl: (_, _b, _c, { api, logArray }) => + sumTokens2({ + api, + owner: "0x8EB8a3b98659Cce290402893d0123abb75E3ab28", + fetchCoValentTokens: true, + }), + }, +}; // node test.js projects/avax/index.js