File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
tests/cancun/eip4844_blobs Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
from ethereum_test_base_types .base_types import Hash
12
12
from ethereum_test_forks import Fork
13
- from ethereum_test_forks .forks .forks import Cancun
14
13
from ethereum_test_tools import (
15
14
Address ,
16
15
Alloc ,
@@ -246,7 +245,7 @@ def generate_full_blob_tests(
246
245
pytest .param (
247
246
[ # Txs
248
247
[ # Blobs per transaction
249
- Blob .from_fork (Cancun ),
248
+ Blob .from_fork (fork ),
250
249
]
251
250
],
252
251
[True ],
@@ -255,7 +254,7 @@ def generate_full_blob_tests(
255
254
pytest .param (
256
255
[ # Txs
257
256
[ # Blobs per transaction
258
- Blob .from_fork (Cancun ),
257
+ Blob .from_fork (fork ),
259
258
]
260
259
for _ in range (max_blobs )
261
260
],
@@ -265,7 +264,7 @@ def generate_full_blob_tests(
265
264
pytest .param (
266
265
[ # Txs
267
266
[ # Blobs per transaction
268
- Blob .from_fork (Cancun ),
267
+ Blob .from_fork (fork ),
269
268
]
270
269
for _ in range (max_blobs )
271
270
],
You can’t perform that action at this time.
0 commit comments