Skip to content
Draft
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 src/Nethermind/Ethereum.Blockchain.Pyspec.Test/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ namespace Ethereum.Blockchain.Pyspec.Test;
public class Constants
{
public const string ARCHIVE_URL_TEMPLATE = "https://github.com/ethereum/execution-specs/releases/download/{0}/{1}";
public const string DEFAULT_ARCHIVE_VERSION = "tests-bal@v7.3.2";
public const string DEFAULT_ARCHIVE_NAME = "fixtures_bal.tar.gz";
public const string DEFAULT_ARCHIVE_VERSION = "tests-glamsterdam-devnet@v6.0.0";
public const string DEFAULT_ARCHIVE_NAME = "fixtures_glamsterdam-devnet.tar.gz";
}
Loading