From e5920ed8853f5f3c73b12e5a09fb5ef62ac9f17f Mon Sep 17 00:00:00 2001 From: 0xgaulle Date: Thu, 26 Dec 2024 16:24:54 +0100 Subject: [PATCH 1/2] Gondi v3 Add to Gondi project --- projects/gondi v3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 projects/gondi v3 diff --git a/projects/gondi v3 b/projects/gondi v3 new file mode 100644 index 0000000000..38ebb7ee33 --- /dev/null +++ b/projects/gondi v3 @@ -0,0 +1,12 @@ +const { sumTokensExport, } = require('../helper/unwrapLPs'); + +// https://docs.gondi.xyz/protocol-contracts +const multiSourceLoan = "0xf65b99ce6dc5f6c556172bcc0ff27d3665a7d9a8"; +const userVault = "0x823de2c44369e94cac3da789ad4b6493e27e4bfe"; + +module.exports = { + methodology: `Counts the floor value of all deposited NFTs with Chainlink price feeds.`, + ethereum: { + tvl: sumTokensExport({ owners: [multiSourceLoan, userVault], resolveNFTs: true, }), + } +} From 4a4ab32e42beec3930051960794d6354e0dbe361 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:24:47 +0100 Subject: [PATCH 2/2] code refactor --- projects/{gondi v3 => gondi-v3/index.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename projects/{gondi v3 => gondi-v3/index.js} (100%) diff --git a/projects/gondi v3 b/projects/gondi-v3/index.js similarity index 100% rename from projects/gondi v3 rename to projects/gondi-v3/index.js