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 2c58e43 commit 22bbef1Copy full SHA for 22bbef1
src/ethereum_clis/clis/erigon.py
@@ -40,4 +40,6 @@ class ErigonExceptionMapper(ExceptionMapper):
40
mapping_regex = {
41
BlockException.INCORRECT_BLOB_GAS_USED: r"blobGasUsed by execution: \d+, in header: \d+",
42
BlockException.INCORRECT_EXCESS_BLOB_GAS: r"invalid excessBlobGas: have \d+, want \d+",
43
+ BlockException.SYSTEM_CONTRACT_EMPTY: r"Syscall failure: Empty Code at",
44
+ BlockException.SYSTEM_CONTRACT_CALL_FAILED: r"Unprecedented Syscall failure",
45
}
0 commit comments