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