Skip to content

Commit

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

module.exports = {
ethereum: {
tvl: (_, _b, _c, { api, logArray }) =>
sumTokens2({
api,
owner: "0x3980c9ed79d2c191A89E02Fa3529C60eD6e9c04b",
fetchCoValentTokens: true,
logArray,
}),
},
};

0 comments on commit d5efdf0

Please sign in to comment.