Skip to content

Commit

Permalink
fix: added msg types
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Dec 15, 2024
1 parent 87da625 commit 3db400d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ts-types/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export enum MsgType {
MsgExecuteContractCompat = 'injective.wasmx.v1.MsgExecuteContractCompat',
MsgPrivilegedExecuteContract = 'injective.exchange.v1beta1.MsgPrivilegedExecuteContract',
MsgMultiSend = 'cosmos.bank.v1beta1.MsgMultiSend',
MsgSetWithdrawAddress = 'cosmos.distribution.v1beta1.MsgSetWithdrawAddress',
MsgWithdrawValidatorCommission = 'cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission',
}

export enum MsgStatus {
Expand Down

0 comments on commit 3db400d

Please sign in to comment.