Skip to content

Commit

Permalink
Merge branch 'feature/escrow-add-contract' of https://github.com/arch…
Browse files Browse the repository at this point in the history
…way-network/archway-templates into feature/escrow-add-contract
  • Loading branch information
Georges Chouchani committed Jul 27, 2022
2 parents e17231d + 0faf824 commit 7c71122
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 7c71122

Please sign in to comment.