File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -441,9 +441,12 @@ where
441
441
442
442
// Deterministic Geth execution errors. We might need to expand this as
443
443
// subgraphs come across other errors. See
444
- // https://github.com/ethereum/go-ethereum/blob/cd57d5cd38ef692de8fbedaa56598b4e9fbfbabc/core/vm/errors.go#L25
445
- const GETH_EXECUTION_ERRORS : & [ & str ] =
446
- & [ "execution reverted" , "invalid jump destination" ] ;
444
+ // https://github.com/ethereum/go-ethereum/blob/cd57d5cd38ef692de8fbedaa56598b4e9fbfbabc/core/vm/errors.go
445
+ const GETH_EXECUTION_ERRORS : & [ & str ] = & [
446
+ "execution reverted" ,
447
+ "invalid jump destination" ,
448
+ "invalid opcode" ,
449
+ ] ;
447
450
448
451
let as_solidity_revert_with_reason = |bytes : & [ u8 ] | {
449
452
let solidity_revert_function_selector =
You can’t perform that action at this time.
0 commit comments