Skip to content

[ZK Stack] - Error: Deployment on Sepolia trying to read from **/dry-run/... #958

Answered by moneta
moneta asked this question in ZK Stack
Discussion options

You must be logged in to vote

Looks like it works now for me. Here what I did:

diff --git a/zkstack_cli/crates/zkstack/src/commands/ecosystem/build_transactions.rs b/zkstack_cli/crates/zkstack/src/commands/ecosystem/build_transactions.rs
index 1cd76debb..6407960a6 100644
--- a/zkstack_cli/crates/zkstack/src/commands/ecosystem/build_transactions.rs
+++ b/zkstack_cli/crates/zkstack/src/commands/ecosystem/build_transactions.rs
@@ -16,7 +16,7 @@ use crate::messages::{
 };
 
 const DEPLOY_TRANSACTIONS_FILE_SRC: &str =
-    "contracts/l1-contracts/broadcast/DeployL1.s.sol/9/dry-run/run-latest.json";
+    "contracts/l1-contracts/broadcast/DeployL1.s.sol/9/run-latest.json";
 const DEPLOY_TRANSACTIONS_FILE_DST: &str = "deploy-…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@moneta
Comment options

Answer selected by ly0va
@ly0va
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants