Skip to content

Commit

Permalink
taiko
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed May 28, 2024
1 parent 8ceeab5 commit 6b995eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/taiko-bridge/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: async ({ api }) =>
sumTokens2({
api,
owners: [
"0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC",
"0x996282cA11E5DEb6B5D122CC3B9A1FcAAD4415Ab",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit 6b995eb

Please sign in to comment.