Skip to content

Commit

Permalink
Fix multicall deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Dec 9, 2024
1 parent 057d688 commit d24593c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/test_runner/src/bootstrapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ 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 d24593c

Please sign in to comment.