diff --git a/framework/scripts/src/bin/full_deploy.rs b/framework/scripts/src/bin/full_deploy.rs index a61df9859..6859d7d6a 100644 --- a/framework/scripts/src/bin/full_deploy.rs +++ b/framework/scripts/src/bin/full_deploy.rs @@ -17,7 +17,6 @@ use tokio::runtime::Runtime; pub const ABSTRACT_VERSION: &str = env!("CARGO_PKG_VERSION"); // Run "cargo run --example download_wasms" in the `abstract-interfaces` package before deploying! -/// This script deploys the Abstract contracts to the specified networks. fn full_deploy(networks: Vec) -> anyhow::Result<()> { let rt = Runtime::new()?;