Skip to content

Commit 3db400d

Browse files
committed
fix: added msg types
1 parent 87da625 commit 3db400d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ts-types/src/enums.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export enum MsgType {
101101
MsgExecuteContractCompat = 'injective.wasmx.v1.MsgExecuteContractCompat',
102102
MsgPrivilegedExecuteContract = 'injective.exchange.v1beta1.MsgPrivilegedExecuteContract',
103103
MsgMultiSend = 'cosmos.bank.v1beta1.MsgMultiSend',
104+
MsgSetWithdrawAddress = 'cosmos.distribution.v1beta1.MsgSetWithdrawAddress',
105+
MsgWithdrawValidatorCommission = 'cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission',
104106
}
105107

106108
export enum MsgStatus {

0 commit comments

Comments
 (0)