Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 8, 2025
1 parent 8831b3a commit 946a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stakestone-berastone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const BTCVault = '0xf401Cc9f467c7046796D9A8b44b0c1348b4DEec7';
const tvl = async (api) => {
// to include assets moved to boyco vault
const usedTVL = await api.call({ abi: vaultABI.assetsBorrowed, target: ETHVault })
api.add(ADDRESSES.ethereum.WETH, usedTVL);
api.add(ADDRESSES.ethereum.STONE, usedTVL);

const vaults = [ETHVault, BTCVault];
const tokens = await api.multiCall({ abi: vaultABI.getUnderlyings, calls: vaults})
Expand Down

0 comments on commit 946a602

Please sign in to comment.