Skip to content

Commit

Permalink
polygon zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Nov 13, 2023
1 parent 9a02667 commit a9b1d06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/polygonZk/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: "0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe",
fetchCoValentTokens: true,
}),
},
};

0 comments on commit a9b1d06

Please sign in to comment.