Skip to content

Commit e50da3a

Browse files
0xgaulleg1nt0ki
andauthored
Gondi v3 (DefiLlama#12886)
Co-authored-by: g1nt0ki <[email protected]>
1 parent df3f47c commit e50da3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/gondi-v3/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { sumTokensExport, } = require('../helper/unwrapLPs');
2+
3+
// https://docs.gondi.xyz/protocol-contracts
4+
const multiSourceLoan = "0xf65b99ce6dc5f6c556172bcc0ff27d3665a7d9a8";
5+
const userVault = "0x823de2c44369e94cac3da789ad4b6493e27e4bfe";
6+
7+
module.exports = {
8+
methodology: `Counts the floor value of all deposited NFTs with Chainlink price feeds.`,
9+
ethereum: {
10+
tvl: sumTokensExport({ owners: [multiSourceLoan, userVault], resolveNFTs: true, }),
11+
}
12+
}

0 commit comments

Comments
 (0)