Skip to content

Commit

Permalink
Update cw20/escrow/src/contract.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Augusto Elesbão <[email protected]>
  • Loading branch information
gachouchani1999 and aelesbao authored Jun 28, 2022
1 parent 974fb52 commit 0faf824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cw20/escrow/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::msg::{
use crate::state::{all_escrow_ids, Escrow, GenericBalance, ESCROWS};

// version info for migration info
const CONTRACT_NAME: &str = "crates.io:cw20-escrow";
const CONTRACT_NAME: &str = "crates.io:{{project-name}}";
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

#[cfg_attr(not(feature = "library"), entry_point)]
Expand Down

0 comments on commit 0faf824

Please sign in to comment.