Skip to content

Commit

Permalink
adjust paymaster cost of post op gas (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwahid committed Apr 28, 2023
1 parent f7131da commit 36eb94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/paymaster/CandidePaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract CandidePaymaster is BasePaymaster {
}

//calculated cost of the postOp
uint256 constant public COST_OF_POST = 45000;
uint256 constant public COST_OF_POST = 35000;
mapping(IERC20Metadata => uint256) public balances;
//

Expand Down

0 comments on commit 36eb94a

Please sign in to comment.