Skip to content

Commit

Permalink
Merge pull request #95 from neutron-org/fix/subdao-prepropose-renaming
Browse files Browse the repository at this point in the history
fix: core prepropose single renamed
  • Loading branch information
pr0n00gler authored Oct 23, 2023
2 parents 42629c1 + 000a728 commit b495a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use cwd_pre_propose_base::{
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

pub(crate) const CONTRACT_NAME: &str = "crates.io:cwd-subdao-pre-propose-single";
pub(crate) const CONTRACT_NAME: &str = "crates.io:cwd-pre-propose-single";
pub(crate) const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

#[derive(Serialize, JsonSchema, Deserialize, Debug, Clone)]
Expand Down

0 comments on commit b495a0d

Please sign in to comment.