Skip to content

Commit

Permalink
Fix Integration Tests with Latest Nethermind
Browse files Browse the repository at this point in the history
  • Loading branch information
ethDreamer committed Mar 10, 2023
1 parent 6a51894 commit 9a7d32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/execution_engine_integration/src/nethermind.rs
Expand Up @@ -67,7 +67,7 @@ impl NethermindEngine {
.join("Nethermind.Runner")
.join("bin")
.join("Release")
.join("net6.0")
.join("net7.0")
.join("Nethermind.Runner")
}
}
Expand Down Expand Up @@ -95,7 +95,7 @@ impl GenericExecutionEngine for NethermindEngine {
.arg("--datadir")
.arg(datadir.path().to_str().unwrap())
.arg("--config")
.arg("kiln")
.arg("hive")
.arg("--Init.ChainSpecPath")
.arg(genesis_json_path.to_str().unwrap())
.arg("--Merge.TerminalTotalDifficulty")
Expand Down

0 comments on commit 9a7d32f

Please sign in to comment.