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 11b96b8 commit 1105528Copy full SHA for 1105528
src/ethereum_clis/clis/reth.py
@@ -58,7 +58,7 @@ class RethExceptionMapper(ExceptionMapper):
58
r"transaction gas limit \w+ is more than blocks available gas \w+"
59
),
60
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
61
- r"transaction gas limit \(\d+\) is greater than the cap \(\d+\)"
+ r"transaction 0x[a-fA-F0-9]+ gas limit \d+ exceeds maximum \d+"
62
63
BlockException.SYSTEM_CONTRACT_CALL_FAILED: r"failed to apply .* requests contract call",
64
BlockException.INCORRECT_BLOB_GAS_USED: (
0 commit comments