Schlag
Schlag
I ran into this issue as well in some tests. The solution I found is you need to use safeApprove() wrapped in a startPrank() and stopPrank(), such as: vm.startPrank(depositer); IERC20(_want).safeApprove(address(_vault),...
Updated 7/18: Main changes include: - 3 month scope with amounts and goals updated accordingly - Removal of the strategy fee section - Removal of the performance bonuses
Update 7/28 Included in the Rev share the model to handle the migration of existing vault on mainnet which includes setting a lower custom protocol fee to account for it...
please resolve conflicts