Skip to content

Commit

Permalink
set test fee back to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Oct 26, 2024
1 parent 494f9ed commit 4d66d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scenarios/ynEIGEN/ynLSDeWithdrawals.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ contract ynLSDeWithdrawalsTest is ynLSDeScenarioBaseTest {
withdrawalQueueAdmin: actors.ops.WITHDRAWAL_MANAGER,
redemptionAssetWithdrawer: actors.ops.REDEMPTION_ASSET_WITHDRAWER,
requestFinalizer: actors.ops.REQUEST_FINALIZER,
withdrawalFee: 1000,
withdrawalFee: 0,
feeReceiver: actors.admin.FEE_RECEIVER
});
withdrawalQueueManager.initialize(_init);
Expand Down

0 comments on commit 4d66d0b

Please sign in to comment.