Skip to content

Commit

Permalink
lite
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Dec 19, 2023
1 parent 80248cc commit cfd62df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/zksync-lite/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 }) =>
sumTokens2({
api,
owner: "0xaBEA9132b05A70803a4E85094fD0e1800777fBEF",
fetchCoValentTokens: true,
}),
},
};

0 comments on commit cfd62df

Please sign in to comment.