We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608dbdb commit 70a5f27Copy full SHA for 70a5f27
tests/prague/eip6110_deposits/test_deposits.py
@@ -314,9 +314,9 @@
314
signature=0x03,
315
index=i,
316
)
317
- for i in range(1000)
+ for i in range(500)
318
],
319
- tx_gas_limit=60_000_000,
+ tx_gas_limit=16_777_216,
320
),
321
322
id="many_deposits_from_contract",
@@ -486,9 +486,9 @@
486
487
valid=False,
488
489
490
491
- tx_gas_limit=23_738_700,
+ tx_gas_limit=10_000_000,
492
493
494
id="many_deposits_from_contract_oog",
0 commit comments