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 5d802cc commit 68e0189Copy full SHA for 68e0189
src/ethereum_clis/clis/nethermind.py
@@ -380,4 +380,10 @@ class NethermindExceptionMapper(ExceptionMapper):
380
BlockException.INVALID_BLOCK_HASH: (
381
r"Invalid block hash 0x[0-9a-f]+ does not match calculated hash 0x[0-9a-f]+"
382
),
383
+ BlockException.SYSTEM_CONTRACT_EMPTY: (
384
+ r"(Withdrawals|Consolidations)\: Contract is not deployed\."
385
+ ),
386
+ BlockException.SYSTEM_CONTRACT_CALL_FAILED: (
387
+ r"(Withdrawals|Consolidations)\: Contract execution failed\."
388
389
}
0 commit comments