We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7993754 + ddb2b74 commit 2c3b30cCopy full SHA for 2c3b30c
x/globalfee/types/params.go
@@ -8,6 +8,8 @@ import (
8
9
sdk "github.com/cosmos/cosmos-sdk/types"
10
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
11
+ authztypes "github.com/cosmos/cosmos-sdk/x/authz"
12
+ feegranttypes "github.com/cosmos/cosmos-sdk/x/feegrant"
13
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
14
15
jwktypes "github.com/burnt-labs/xion/x/jwk/types"
@@ -29,6 +31,8 @@ var (
29
31
sdk.MsgTypeURL(&xiontypes.MsgMultiSend{}),
30
32
sdk.MsgTypeURL(&jwktypes.MsgDeleteAudience{}),
33
sdk.MsgTypeURL(&jwktypes.MsgDeleteAudienceClaim{}),
34
+ sdk.MsgTypeURL(&authztypes.MsgRevoke{}),
35
+ sdk.MsgTypeURL(&feegranttypes.MsgRevokeAllowance{}),
36
}
37
38
// maxTotalBypassMinFeeMsgGasUsage is the allowed maximum gas usage
0 commit comments