We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e776 commit f6e6a8aCopy full SHA for f6e6a8a
projects/shape/index.js
@@ -0,0 +1,15 @@
1
+const { sumTokens2 } = require("../helper/unwrapLPs");
2
+
3
+module.exports = {
4
+ ethereum: {
5
+ tvl: (api) =>
6
+ sumTokens2({
7
+ api,
8
+ owners: [
9
+ "0x62Edd5f4930Ea92dCa3fB81689bDD9b9d076b57B",
10
+ '0xEB06fFa16011B5628BaB98E29776361c83741dd3'
11
+ ],
12
+ fetchCoValentTokens: true,
13
+ }),
14
+ },
15
+};
projects/zora/index.js
+ "0x3e2Ea9B92B7E48A52296fD261dc26fd995284631",
+ "0x1a0ad011913A150f69f6A19DF447A0CfD9551054",
0 commit comments