Skip to content

Commit 22bbef1

Browse files
committed
added two ergion mappings as requested by som
1 parent 2c58e43 commit 22bbef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ethereum_clis/clis/erigon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ class ErigonExceptionMapper(ExceptionMapper):
4040
mapping_regex = {
4141
BlockException.INCORRECT_BLOB_GAS_USED: r"blobGasUsed by execution: \d+, in header: \d+",
4242
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",
4345
}

0 commit comments

Comments
 (0)