We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cc55e commit 5f3ad3eCopy full SHA for 5f3ad3e
1 file changed
pkg/gas/estimate.go
@@ -28,8 +28,8 @@ func isValidationOOG(err error) bool {
28
strings.Contains(err.Error(), "AA41 too little verificationGas") ||
29
strings.Contains(err.Error(), "AA51 prefund below actualGasCost") ||
30
strings.Contains(err.Error(), "AA13 initCode failed or OOG") ||
31
- strings.Contains(err.Error(), "AA23 reverted (or OOG)") ||
32
- strings.Contains(err.Error(), "AA33 reverted (or OOG)") ||
+ strings.Contains(err.Error(), "AA23 reverted") ||
+ strings.Contains(err.Error(), "AA33 reverted") ||
33
strings.Contains(err.Error(), "return data out of bounds") ||
34
strings.Contains(err.Error(), "validation OOG")
35
}
0 commit comments