Skip to content

Commit

Permalink
Update contract.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stiemsdev committed Mar 26, 2024
1 parent ea151b2 commit b412ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ownables/watch/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn instantiate(
image: None,
image_data: None,
external_url: None,
description: Some("RWA are coming stay tuned".to_string()),
description: Some("RWA's are coming".to_string()),
name: Some("Watch".to_string()),
background_color: None,
animation_url: None,
Expand Down Expand Up @@ -272,6 +272,7 @@ fn query_ownable_metadata(deps: Deps) -> StdResult<Binary> {
background_color: cw721.background_color,
animation_url: cw721.animation_url,
youtube_url: cw721.youtube_url,
// keywords: cw721.keywords,
})
}

0 comments on commit b412ed7

Please sign in to comment.