Skip to content

Commit

Permalink
degen
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Apr 4, 2024
1 parent 68b6e85 commit eae54ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions projects/degen-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
base: {
tvl: (api) =>
sumTokens2({
api,
owners: ["0xEfEf4558802bF373Ce3307189C79a9cAb0a4Cb9C"],
fetchCoValentTokens: true,
blacklistedTokens: [],
}),
},
};
2 changes: 1 addition & 1 deletion projects/pulsechain-bridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
tvl: (api) =>
sumTokens2({
api,
owners: ["0x1715a3E4A142d8b698131108995174F37aEBA10D"], // where does the WETH deposit go
owners: ["0x1715a3E4A142d8b698131108995174F37aEBA10D"],
fetchCoValentTokens: true,
blacklistedTokens: [],
}),
Expand Down

0 comments on commit eae54ee

Please sign in to comment.