Skip to content

Commit 8eec7c5

Browse files
authored
Eclipse bridge (DefiLlama#12894)
2 parents ca9d101 + e54e776 commit 8eec7c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

projects/eclipse-bridge/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
};

0 commit comments

Comments
 (0)