Skip to content

Commit 2b6e4d6

Browse files
felix314159fselmo
authored andcommitted
fix: add bal exception for erigon (#1809)
1 parent 39ed8c3 commit 2b6e4d6

File tree

1 file changed

+1
-0
lines changed
  • packages/testing/src/execution_testing/client_clis/clis

1 file changed

+1
-0
lines changed

packages/testing/src/execution_testing/client_clis/clis/erigon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class ErigonExceptionMapper(ExceptionMapper):
5656
BlockException.INVALID_LOG_BLOOM: "invalid bloom",
5757
}
5858
mapping_regex = {
59+
BlockException.INVALID_BLOCK_ACCESS_LIST: r"invalid block access list|block access list mismatch",
5960
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
6061
r"invalid block, txnIdx=\d+,.*gas limit too high"
6162
),

0 commit comments

Comments
 (0)