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 10b0204 commit 3c7d37bCopy full SHA for 3c7d37b
src/ethereum_clis/clis/erigon.py
@@ -45,7 +45,7 @@ class ErigonExceptionMapper(ExceptionMapper):
45
}
46
mapping_regex = {
47
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
48
- r"invalid block, txnIdx=\d+, gas limit too high"
+ r"invalid block, txnIdx=\d+,.*gas limit too high"
49
),
50
BlockException.INCORRECT_BLOB_GAS_USED: r"blobGasUsed by execution: \d+, in header: \d+",
51
BlockException.INCORRECT_EXCESS_BLOB_GAS: r"invalid excessBlobGas: have \d+, want \d+",
0 commit comments