Skip to content

Commit

Permalink
fix query paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jun 20, 2024
1 parent 510f9f3 commit 5e8367f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use neutron_sdk::proto_types::osmosis::tokenfactory::v1beta1::QueryParamsRequest
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

pub const PARAMS_QUERY_PATH_TOKENFACTORY: &str = "/neutron.tokenfactory.Query/Params";
pub const PARAMS_QUERY_PATH_TOKENFACTORY: &str = "/osmosis.tokenfactory.v1beta1.Query/Params";
pub const MSG_TYPE_UPDATE_PARAMS_TOKENFACTORY: &str =
"/osmosis.tokenfactory.v1beta1.MsgUpdateParamsResponse";
"/osmosis.tokenfactory.v1beta1.MsgUpdateParams";

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
Expand Down

0 comments on commit 5e8367f

Please sign in to comment.