Skip to content

Commit

Permalink
Gain tvl update (#13289)
Browse files Browse the repository at this point in the history
Co-authored-by: Gus <[email protected]>
  • Loading branch information
mihailo-maksa and gus-stdr authored Jan 29, 2025
1 parent f83d4e1 commit 1864fdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions projects/kelp-dao/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const oft_tokens = {
'era' : '0xd4169E045bcF9a86cC00101225d9ED61D2F51af2',
'linea' : '0xD2671165570f41BBB3B0097893300b6EB6101E6C',
'xlayer' : '0x5a71f5888ee05b36ded9149e6d32ee93812ee5e9',
'zircuit' : '0x4186BFC76E2E237523CBC30FD220FE055156b41F',
'swellchain' : '0xc3eACf0612346366Db554C991D7858716db09f58'
}

async function tvl(api) {
Expand Down
11 changes: 9 additions & 2 deletions projects/kelp-gain/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ 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.",
methodology: "TVL corresponds to the sum of rsETH from all active loans managed by the pool and the rsETH balance held within the pool across all of the GAIN vaults.",
ethereum: {
tvl: sumERC4626VaultsExport({ vaults: ['0xe1b4d34e8754600962cd944b535180bd758e6c2e'], isOG4626: true }),
tvl: sumERC4626VaultsExport({
vaults: [
'0xe1B4d34E8754600962Cd944B535180Bd758E6c2e', // agETH
'0xc824A08dB624942c5E5F330d56530cD1598859fD', // hgETH
'0xcF9273BA04b875F94E4A9D8914bbD6b3C1f08EDb' // ggETH
],
isOG4626: true
}),
},
}

0 comments on commit 1864fdc

Please sign in to comment.