Skip to content

Commit

Permalink
Update microtx type url for althea prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Mar 7, 2024
1 parent 7630220 commit c6ca153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/type_urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub const SOFTWARE_UPGRADE_PROPOSAL_TYPE_URL: &str =
"/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal";

// althea msgs
pub const MSG_MICROTX_TYPE_URL: &str = "/microtx.v1.MsgMicrotx";
pub const MSG_MICROTX_TYPE_URL: &str = "/althea.microtx.v1.MsgMicrotx";

// canto proposals
pub const REGISTER_COIN_PROPOSAL_TYPE_URL: &str = "/canto.erc20.v1.RegisterCoinProposal";
Expand Down

0 comments on commit c6ca153

Please sign in to comment.