Skip to content

Commit

Permalink
3.3 update the overhead gas cost
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jan 30, 2024
1 parent a3ba421 commit 0e54c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/token/BiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ contract BiconomyTokenPaymaster is
uint32 private constant PRICE_DENOMINATOR = 1e6;

// Gas used in EntryPoint._handlePostOp() method (including this#postOp() call)
uint256 public unaccountedEPGasOverhead = 45000;
// postOp() with ORACLE BASED priceSource = 28420
// max postOp() plus EP buffer
uint256 public unaccountedEPGasOverhead = 35000;

// Always rely on verifyingSigner..
address public verifyingSigner;
Expand Down

0 comments on commit 0e54c2a

Please sign in to comment.