Skip to content

Commit 8383eff

Browse files
authored
chore(cli): update blob per tx limit for reth exception mapper (#2016)
* Add blob per tx limit for reth * fix lint
1 parent a454418 commit 8383eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethereum_clis/clis/reth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class RethExceptionMapper(ExceptionMapper):
5050
TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED: (
5151
r"blob gas used \d+ exceeds maximum allowance \d+"
5252
),
53+
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: r"too many blobs, have \d+, max \d+",
5354
TransactionException.TYPE_3_TX_PRE_FORK: (
5455
r"blob transactions present in pre-cancun payload|empty blobs"
5556
),

0 commit comments

Comments
 (0)