diff --git a/contracts/token/BiconomyTokenPaymaster.sol b/contracts/token/BiconomyTokenPaymaster.sol index 86a99d7..049d5f6 100644 --- a/contracts/token/BiconomyTokenPaymaster.sol +++ b/contracts/token/BiconomyTokenPaymaster.sol @@ -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;