Skip to content

Commit

Permalink
Lowered addStake
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Oct 19, 2023
1 parent 9f3c165 commit c5f766a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deployOpenfortPaymasterV2.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract OpenfortPaymasterV2Deploy is Script {
OpenfortPaymasterV2 openfortPaymaster = new OpenfortPaymasterV2{salt: versionSalt}(entryPoint, deployAddress);

entryPoint.depositTo{value: 0.2 ether}(address(openfortPaymaster));
openfortPaymaster.addStake{value: 0.1 ether}(UNSTAKEDELAYSEC);
openfortPaymaster.addStake{value: 0.01 ether}(UNSTAKEDELAYSEC);

vm.stopBroadcast();
}
Expand Down

0 comments on commit c5f766a

Please sign in to comment.