Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/eest_ci_cache.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright (c) 2025 Status Research & Development GmbH.
# Copyright (c) 2025-2026 Status Research & Development GmbH.
# Licensed under either of:
# - Apache License, version 2.0
# - MIT license
Expand All @@ -15,7 +15,7 @@ FIXTURES_DIR="${REPO_DIR}/tests/fixtures"

# --- Current Release Develop ---
EEST_DEVELOP_NAME="Mainnet Develop"
EEST_DEVELOP_VERSION="v5.3.0"
EEST_DEVELOP_VERSION="v5.4.0"
EEST_DEVELOP_DIR="${FIXTURES_DIR}/eest_develop"
EEST_DEVELOP_ARCHIVE="fixtures_develop.tar.gz"
EEST_DEVELOP_URL="https://github.com/ethereum/execution-spec-tests/releases/download/${EEST_DEVELOP_VERSION}/${EEST_DEVELOP_ARCHIVE}"
Expand Down
Loading