Skip to content

Commit fb7793a

Browse files
committed
fix(messages): sort
1 parent 50a01d4 commit fb7793a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

services/constants/messages.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
11
export const MsgTypes = [
2-
"MsgUnknown",
2+
"MsgPayForBlobs",
3+
"MsgSend",
4+
"MsgMultiSend",
5+
"MsgDeposit",
6+
"IBCTransfer",
7+
"MsgSendNFT",
8+
"MsgDelegate",
9+
"MsgBeginRedelegate",
10+
"MsgUndelegate",
11+
"MsgVote",
12+
"MsgGrant",
13+
"MsgExec",
14+
"MsgRevoke",
315
"MsgSetWithdrawAddress",
416
"MsgWithdrawDelegatorReward",
517
"MsgWithdrawValidatorCommission",
618
"MsgFundCommunityPool",
719
"MsgCreateValidator",
820
"MsgEditValidator",
9-
"MsgDelegate",
10-
"MsgBeginRedelegate",
11-
"MsgUndelegate",
1221
"MsgCancelUnbondingDelegation",
1322
"MsgUnjail",
14-
"MsgSend",
15-
"MsgMultiSend",
1623
"MsgCreateVestingAccount",
1724
"MsgCreatePermanentLockedAccount",
1825
"MsgCreatePeriodicVestingAccount",
19-
"MsgPayForBlobs",
20-
"MsgGrant",
21-
"MsgExec",
22-
"MsgRevoke",
2326
"MsgGrantAllowance",
2427
"MsgRevokeAllowance",
2528
"MsgRegisterEVMAddress",
2629
"MsgSubmitProposal",
2730
"MsgExecLegacyContent",
28-
"MsgVote",
2931
"MsgVoteWeighted",
30-
"MsgDeposit",
31-
"IBCTransfer",
3232
"MsgVerifyInvariant",
3333
"MsgSubmitEvidence",
34-
"MsgSendNFT",
3534
"MsgCreateGroup",
3635
"MsgUpdateGroupMembers",
3736
"MsgUpdateGroupAdmin",
@@ -73,4 +72,5 @@ export const MsgTypes = [
7372
"MsgTimeout",
7473
"MsgTimeoutOnClose",
7574
"MsgAcknowledgement",
75+
"MsgUnknown",
7676
]

0 commit comments

Comments
 (0)