Skip to content

Commit

Permalink
shape, zora bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Dec 27, 2024
1 parent e54e776 commit f6e6a8a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/shape/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: (api) =>
sumTokens2({
api,
owners: [
"0x62Edd5f4930Ea92dCa3fB81689bDD9b9d076b57B",
'0xEB06fFa16011B5628BaB98E29776361c83741dd3'
],
fetchCoValentTokens: true,
}),
},
};
15 changes: 15 additions & 0 deletions projects/zora/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: (api) =>
sumTokens2({
api,
owners: [
"0x3e2Ea9B92B7E48A52296fD261dc26fd995284631",
"0x1a0ad011913A150f69f6A19DF447A0CfD9551054",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit f6e6a8a

Please sign in to comment.