Skip to content

Commit

Permalink
fix: contract name in state
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed Sep 12, 2024
1 parent 9bf6d3c commit ae64916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/common/cw-multicall/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use cw2::set_contract_version;
use euclid_utils::msgs::multicall::{ExecuteMsg, InstantiateMsg, QueryMsg};

// version info for migration info
const CONTRACT_NAME: &str = "crates.io:escrow";
const CONTRACT_NAME: &str = "crates.io:cw-multicall";
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

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

0 comments on commit ae64916

Please sign in to comment.