Skip to content

Commit

Permalink
fix: use new id location and ensure that dev_deploy is compatible (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Sep 3, 2023
1 parent 5db802d commit 6e9931f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/dev-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }
contract = true

[features]
default = []
default = ["core_riff"]
core_riff = []
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 @@ -2,7 +2,7 @@ use clap::{CommandFactory, Parser};

use smartdeploy_cli::Root;

const CONTRACT_ID: &str = include_str!("../../../../.soroban/network/futurenet/smartdeploy.json");
const CONTRACT_ID: &str = include_str!("../futurenet/smartdeploy.json");

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit 6e9931f

Please sign in to comment.