Skip to content

Commit

Permalink
fix: id (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Aug 18, 2023
1 parent 731d172 commit 68d5029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/smartdeploy-cli/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use smartdeploy_cli::Root;

#[tokio::main]
async fn main() {
std::env::set_var("SOROBAN_CONTRACT_ID", "CBBIB3YQD5FD54ZDSOZDJ7BTMCGXBABAPTAATOI24A2EE3ZU3PF6G7GV");
std::env::set_var("SOROBAN_CONTRACT_ID", "CBEBBQOYOWPVAOZ3BAIVVHPRLJSOB5OICXC7HNKTJNMLTPAWILQHR6SM");
std::env::set_var("SOROBAN_NETWORK", "futurenet");
let mut root = Root::try_parse().unwrap_or_else(|e| {
let mut cmd = Root::command();
Expand Down

0 comments on commit 68d5029

Please sign in to comment.