Skip to content

Commit

Permalink
zksync
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Nov 13, 2023
1 parent bf6fb2f commit d749f4c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/txBridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (_, _b, _c, { api, logArray }) =>
sumTokens2({
api,
owners: [
"0x32400084C286CF3E17e7B677ea9583e60a000324",
"0x57891966931Eb4Bb6FB81430E6cE0A03AAbDe063",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit d749f4c

Please sign in to comment.