We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d290e8 commit 0aa92a0Copy full SHA for 0aa92a0
tests/helpers/__init__.py
@@ -27,7 +27,7 @@ class _FixtureSource(TypedDict):
27
"fixture_path": "tests/fixtures/latest_fork_tests",
28
},
29
"osaka_tests": {
30
- "url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-2%40v1.1.0/fixtures_fusaka-devnet-2.tar.gz",
+ "url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-2%40v1.2.0/fixtures_fusaka-devnet-2.tar.gz",
31
"fixture_path": "tests/fixtures/osaka_tests",
32
33
}
0 commit comments