Skip to content

Commit

Permalink
mint chain
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Oct 8, 2024
1 parent 09df119 commit 0d4c60b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/mint-chain/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (api) =>
sumTokens2({
api,
owners: [
'0x2b3F201543adF73160bA42E1a5b7750024F30420',
'0x59625d1FE0Eeb8114a4d13c863978F39b3471781'
],
fetchCoValentTokens: true,
permitFailure: true
}),
},
};

0 comments on commit 0d4c60b

Please sign in to comment.