Skip to content

Commit

Permalink
Include ynBNBx (DefiLlama#12919)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x authored Dec 30, 2024
2 parents 9bffe98 + 3441497 commit 8a8438c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/yieldnest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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})
}
},
}

0 comments on commit 8a8438c

Please sign in to comment.