Skip to content

Commit

Permalink
Merge branch 'develop' into fix/chainlight-remediations
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Feb 12, 2024
2 parents 4b59605 + b9e1876 commit 8969f36
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 @@ -49,7 +49,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 8969f36

Please sign in to comment.