Skip to content

Commit

Permalink
Add KelpGain adapter (#11914)
Browse files Browse the repository at this point in the history
Co-authored-by: g1ntoki <[email protected]>
  • Loading branch information
loki-sama and g1nt0ki authored Oct 17, 2024
1 parent dbb6e30 commit a59f520
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/kelp-gain/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { sumERC4626VaultsExport } = require('../helper/erc4626')

module.exports = {
doublecounted: true,
methodology: "TVL corresponds to the sum of rsETH from all active loans managed by the pool and the rsETH balance held within the pool.",
ethereum: {
tvl: sumERC4626VaultsExport({ vaults: ['0xe1b4d34e8754600962cd944b535180bd758e6c2e'], isOG4626: true }),
},
}

0 comments on commit a59f520

Please sign in to comment.