Skip to content

Commit 5bf06c2

Browse files
authored
chore(ci|tests|fill): fixes for release ci when filling with --generate-all-formats (#2275)
* chore(ci|tests|fill): fixes for releases. * chore: lint 79 line lenght. * chore(execute): when fork is none check.
1 parent 89d5807 commit 5bf06c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prague/eip6110_deposits/test_deposits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
signature=0x03,
319319
index=i,
320320
)
321-
for i in range(500)
321+
for i in range(450)
322322
],
323323
tx_gas_limit=16_777_216,
324324
),
@@ -490,7 +490,7 @@
490490
index=i,
491491
valid=False,
492492
)
493-
for i in range(500)
493+
for i in range(450)
494494
],
495495
tx_gas_limit=10_000_000,
496496
),

0 commit comments

Comments
 (0)