Skip to content

Commit

Permalink
Fix contract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Nov 20, 2024
1 parent ac697ce commit af2d056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/test_runner/src/bootstrapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ pub async fn deploy_dex() {
path[0],
&format!("--eth-node={}", ETH_NODE.as_str()),
&format!("--eth-privkey={:#x}", *MINER_PRIVATE_KEY),
&format!("--artifacts-root={}", path[1]),
])
.current_dir(path[1])
.output()
Expand Down Expand Up @@ -192,7 +191,6 @@ pub async fn deploy_multicall() {
path[0],
&format!("--eth-node={}", ETH_NODE.as_str()),
&format!("--eth-privkey={:#x}", *MINER_PRIVATE_KEY),
&format!("--artifacts-root={}", path[1]),
])
.current_dir(path[1])
.output()
Expand Down

0 comments on commit af2d056

Please sign in to comment.