Skip to content

Commit

Permalink
feat:Adapter, kelp-umbrella
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Aug 13, 2024
1 parent 4088c1b commit 7b7f77e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/kelp-umbrella/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const rsETH = "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7";
const agETH = "0xe1B4d34E8754600962Cd944B535180Bd758E6c2e";

const tvl = (api) => {
return api.sumTokens({ owner: agETH, token: rsETH });
};

module.exports = {
doublecounted: true,
methodology: "TVL corresponds to the sum of rsETH deposited in the pool",
ethereum: {
tvl,
},
};

0 comments on commit 7b7f77e

Please sign in to comment.