Skip to content

Commit

Permalink
avax
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Nov 13, 2023
1 parent d749f4c commit 84669e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/avax/index.js
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84669e9

Please sign in to comment.