File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -374,13 +374,13 @@ class NethermindExceptionMapper(ExceptionMapper):
374
374
),
375
375
TransactionException .TYPE_3_TX_WITH_FULL_BLOBS : r"Transaction \d+ is not valid" ,
376
376
TransactionException .TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED : (
377
- r"BlobTxGasLimitExceeded: Transaction's totalDataGas=\d+ "
378
- r"exceeded MaxBlobGas per transaction=\d+"
379
- ),
380
- TransactionException .TYPE_3_TX_BLOB_COUNT_EXCEEDED : (
381
377
r"BlockBlobGasExceeded: A block cannot have more than \d+ blob gas, blobs count \d+, "
382
378
r"blobs gas used: \d+"
383
379
),
380
+ TransactionException .TYPE_3_TX_BLOB_COUNT_EXCEEDED : (
381
+ r"BlobTxGasLimitExceeded: Transaction's totalDataGas=\d+ "
382
+ r"exceeded MaxBlobGas per transaction=\d+"
383
+ ),
384
384
TransactionException .GAS_LIMIT_EXCEEDS_MAXIMUM : (
385
385
r"TxGasLimitCapExceeded: Gas limit \d+ \w+ cap of \d+\.?"
386
386
),
You can’t perform that action at this time.
0 commit comments