Skip to content

Commit

Permalink
fix yieldwolf outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Sep 17, 2024
1 parent 19f1b6b commit 20b61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/yieldwolf/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Object.keys(config).forEach(chain => {
const tokens = poolInfos.map(i => i.stakeToken)
const bals = await api.multiCall({ abi: abi.totalStakeTokens, calls: strategies})
api.add(tokens, bals)
blacklistedTokens.forEach(token => api.removeTokenBalances(token))
blacklistedTokens.forEach(token => api.removeTokenBalance(token))
return sumTokens2({ api, resolveLP: true })
}
}
Expand Down

0 comments on commit 20b61de

Please sign in to comment.