File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ rstest = "0.17.0"
8383speculoos = " 0.11.0"
8484anyhow = " 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 ]
8891rpath = false
Original file line number Diff line number Diff 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!
2020fn 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
You can’t perform that action at this time.
0 commit comments