We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bffe98 + 3441497 commit 8a8438cCopy full SHA for 8a8438c
projects/yieldnest/index.js
@@ -23,7 +23,8 @@ module.exports = {
23
tvl: async (api) => {
24
const ynBNB = '0x304B5845b9114182ECb4495Be4C91a273b74B509'
25
const ynBTCk = '0x78839cE14a8213779128Ee4da6D75E1326606A56'
26
- return api.erc4626Sum({ calls: [ynBNB, ynBTCk], isOG4626: true})
+ const ynBNBx = '0x32C830f5c34122C6afB8aE87ABA541B7900a2C5F'
27
+ return api.erc4626Sum({ calls: [ynBNB, ynBTCk, ynBNBx], isOG4626: true})
28
}
29
},
30
0 commit comments