Skip to content

Commit 3441497

Browse files
authored
Update index.js
1 parent ba36e14 commit 3441497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/yieldnest/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
tvl: async (api) => {
2424
const ynBNB = '0x304B5845b9114182ECb4495Be4C91a273b74B509'
2525
const ynBTCk = '0x78839cE14a8213779128Ee4da6D75E1326606A56'
26-
return api.erc4626Sum({ calls: [ynBNB, ynBTCk], isOG4626: true})
26+
const ynBNBx = '0x32C830f5c34122C6afB8aE87ABA541B7900a2C5F'
27+
return api.erc4626Sum({ calls: [ynBNB, ynBTCk, ynBNBx], isOG4626: true})
2728
}
2829
},
2930
}

0 commit comments

Comments
 (0)