Skip to content

Commit

Permalink
force wasm commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Sep 14, 2023
1 parent df04249 commit 8f9990a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/scripts/src/bin/full_deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ChainInfo>) -> anyhow::Result<()> {
let rt = Runtime::new()?;

Expand Down

0 comments on commit 8f9990a

Please sign in to comment.