Skip to content

Commit

Permalink
chore: Update default value and metadata alias
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 27, 2024
1 parent 6aa4560 commit 58078e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprint-metadata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ fn extract_metadata() -> Metadata {
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
struct BlueprintMetadata {
manager: BlueprintManager,
#[serde(alias = "mbsm_revision", alias = "master_revision", default)]
#[serde(alias = "master_revision", default)]
master_blueprint_service_manager_revision: MasterBlueprintServiceManagerRevision,
}

Expand Down
2 changes: 1 addition & 1 deletion blueprints/incredible-squaring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ std = []

[package.metadata.blueprint]
manager = { Evm = "IncredibleSquaringBlueprint" }
mbsm_revision = "Latest"
master_revision = "Latest"
2 changes: 1 addition & 1 deletion sdk/src/runners/tangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl BlueprintConfig for TangleConfig {
price_targets: self.price_targets.clone().0,
},
Default::default(),
Default::default(),
0,
);

// send the tx to the tangle and exit.
Expand Down

0 comments on commit 58078e2

Please sign in to comment.