Skip to content

Commit

Permalink
feat: feegrant,authzkeeper
Browse files Browse the repository at this point in the history
* feegrant module init genesis

* authzkeeper module init genesis
  • Loading branch information
devon-chain committed Jun 23, 2022
1 parent 6c98177 commit 1ecef6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/upgrades/v020/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package v020
import (
store "github.com/cosmos/cosmos-sdk/store/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/authz"
authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
Expand Down Expand Up @@ -37,6 +38,8 @@ var (
evmtypes.ModuleName: true,
erc20types.ModuleName: true,
migratetypes.ModuleName: true,
feegrant.ModuleName: true,
authz.ModuleName: true,
}

runMigrates = map[string]uint64{
Expand Down

0 comments on commit 1ecef6a

Please sign in to comment.