Skip to content

Commit

Permalink
feat: bumped perUserOp default gas overhead by 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilVasava committed Feb 28, 2025
1 parent f603caa commit df9e9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface GasOverheads {

export const DefaultGasOverheads: GasOverheads = {
fixed: 21000,
perUserOp: 8300,
perUserOp: 18300,
perUserOpWord: 4,
zeroByte: 4,
nonZeroByte: 16,
Expand Down

0 comments on commit df9e9c8

Please sign in to comment.