Skip to content

Commit

Permalink
refactor: update core-templat-app wasm name (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored Dec 22, 2024
1 parent f6ccc81 commit 6f95b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/meroctl/src/cli/bootstrap/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl StartBootstrapCommand {
println!("Downloading demo app...");
demo_app = true;

let wasm_url = "https://github.com/calimero-network/core-app-template/raw/refs/heads/master/logic/res/logic.wasm";
let wasm_url = "https://github.com/calimero-network/core-app-template/raw/refs/heads/master/logic/res/increment.wasm";
let output_path: Utf8PathBuf = "output/app.wasm".into();
self.app_path = Some(output_path.clone());

Expand Down

0 comments on commit 6f95b90

Please sign in to comment.