From 3441497f07bb6302dc316af6dc155cf12836acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Pinto?= <87367287+Sk1mer12@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:42:47 +0000 Subject: [PATCH] Update index.js --- projects/yieldnest/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/yieldnest/index.js b/projects/yieldnest/index.js index deb2d6737ae6..9e26d6c82ae2 100644 --- a/projects/yieldnest/index.js +++ b/projects/yieldnest/index.js @@ -23,7 +23,8 @@ module.exports = { tvl: async (api) => { const ynBNB = '0x304B5845b9114182ECb4495Be4C91a273b74B509' const ynBTCk = '0x78839cE14a8213779128Ee4da6D75E1326606A56' - return api.erc4626Sum({ calls: [ynBNB, ynBTCk], isOG4626: true}) + const ynBNBx = '0x32C830f5c34122C6afB8aE87ABA541B7900a2C5F' + return api.erc4626Sum({ calls: [ynBNB, ynBTCk, ynBNBx], isOG4626: true}) } }, }