Skip to content

Commit 33caa45

Browse files
authored
chore(clis): add erigon exception mapper for TYPE_3_TX_BLOB_COUNT_EXCEEDED (#1974)
1 parent e46317a commit 33caa45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethereum_clis/clis/erigon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ErigonExceptionMapper(ExceptionMapper):
2424
TransactionException.TYPE_3_TX_INVALID_BLOB_VERSIONED_HASH: (
2525
"invalid blob versioned hash, must start with VERSIONED_HASH_VERSION_KZG"
2626
),
27+
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: "blob transaction has too many blobs",
2728
TransactionException.TYPE_3_TX_ZERO_BLOBS: "a blob stx must contain at least one blob",
2829
TransactionException.TYPE_3_TX_WITH_FULL_BLOBS: "rlp: expected String or Byte",
2930
TransactionException.TYPE_3_TX_CONTRACT_CREATION: "wrong size for To: 0",

0 commit comments

Comments
 (0)