Skip to content

Commit aa8301f

Browse files
committed
remove state removal
1 parent 2c63b95 commit aa8301f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

framework/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ rstest = "0.17.0"
8383
speculoos = "0.11.0"
8484
anyhow = "1"
8585

86+
[patch.crates-io]
87+
cw-orch ={ git = "https://github.com/AbstractSDK/cw-orchestrator.git" }
88+
8689
# Backup release profile, will result in warnings during optimization
8790
[profile.release]
8891
rpath = false

framework/scripts/src/bin/full_deploy.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ pub const ABSTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");
1919
// Run "cargo run --example download_wasms" in the `abstract-interfaces` package before deploying!
2020
fn full_deploy(networks: Vec<ChainInfo>) -> anyhow::Result<()> {
2121
let rt = Runtime::new()?;
22-
// remove the state file
23-
remove_file("./daemon_state.json").unwrap_or_default();
2422

2523
let networks = rt.block_on(assert_wallet_balance(&networks));
2624

0 commit comments

Comments
 (0)