Skip to content

Commit

Permalink
pulsechain
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Apr 4, 2024
1 parent 1d35c12 commit 68b6e85
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/pulsechain-bridge/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: (api) =>
sumTokens2({
api,
owners: ["0x1715a3E4A142d8b698131108995174F37aEBA10D"], // where does the WETH deposit go
fetchCoValentTokens: true,
blacklistedTokens: [],
}),
},
};

0 comments on commit 68b6e85

Please sign in to comment.