Skip to content

Commit

Permalink
Update contract name
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Bogucki <[email protected]>
  • Loading branch information
maurolacy and ueco-jb authored Jul 18, 2022
1 parent 99a389c commit 86aecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tgrade-ap-voting/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub type Response = cosmwasm_std::Response<TgradeMsg>;
pub type SubMsg = cosmwasm_std::SubMsg<TgradeMsg>;

// version info for migration info
const CONTRACT_NAME: &str = "crates.io:tgrade_ap_proposals";
const CONTRACT_NAME: &str = "crates.io:tgrade_ap_voting";
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

const AWAITING_MULTISIG_RESP: u64 = 1;
Expand Down

0 comments on commit 86aecd7

Please sign in to comment.