Skip to content

Commit 6a51894

Browse files
committed
Update Nethermind Version for EE Integration Tests
1 parent 81164e4 commit 6a51894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/execution_engine_integration/src/nethermind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use unused_port::unused_tcp_port;
1111
/// We've pinned the Nethermind version since our method of using the `master` branch to
1212
/// find the latest tag isn't working. It appears Nethermind don't always tag on `master`.
1313
/// We should fix this so we always pull the latest version of Nethermind.
14-
const NETHERMIND_BRANCH: &str = "release/1.14.6";
14+
const NETHERMIND_BRANCH: &str = "release/1.17.1";
1515
const NETHERMIND_REPO_URL: &str = "https://github.com/NethermindEth/nethermind";
1616

1717
fn build_result(repo_dir: &Path) -> Output {

0 commit comments

Comments
 (0)