Skip to content

Commit

Permalink
fix deposit script
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Oct 10, 2024
1 parent 33e5ab3 commit 1210955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployYnETHWithdrawals.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ contract DeployYnETHWithdrawals is BaseYnETHScript {
redeemableAsset: IRedeemableAsset(address(yneth)),
redemptionAssetsVault: IRedemptionAssetsVault(address(ynETHRedemptionAssetsVaultInstance)),
admin: actors.admin.ADMIN,
withdrawalQueueAdmin: actors.ops.WITHDRAWAL_MANAGER,
withdrawalQueueAdmin: actors.admin.ADMIN,
redemptionAssetWithdrawer: actors.ops.REDEMPTION_ASSET_WITHDRAWER,
requestFinalizer: actors.ops.REQUEST_FINALIZER,
withdrawalFee: 500, // 0.05%
Expand Down

0 comments on commit 1210955

Please sign in to comment.