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 092d22a commit e54e776Copy full SHA for e54e776
projects/eclipse-bridge/index.js
@@ -0,0 +1,13 @@
1
+const { sumTokens2 } = require("../helper/unwrapLPs");
2
+
3
+module.exports = {
4
+ ethereum: {
5
+ tvl: (api) =>
6
+ sumTokens2({
7
+ api,
8
+ owner: '0xd7e4b67e735733ac98a88f13d087d8aac670e644',
9
+ fetchCoValentTokens: true,
10
+ permitFailure: true
11
+ }),
12
+ },
13
+};
projects/zoth/index.js
0 commit comments