Skip to content

Commit

Permalink
Fixing verification gl overhead on simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Jan 8, 2025
1 parent 8531bbd commit 884b137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/EntryPointSimulations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ contract EntryPointSimulations is EntryPoint, IEntryPointSimulations {

//slightly stricter gas limit than the real EntryPoint
function _getVerificationGasLimit(uint256 verificationGasLimit) internal pure virtual override returns (uint256) {
return verificationGasLimit - 300;
return verificationGasLimit - 500;
}

}

0 comments on commit 884b137

Please sign in to comment.