File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,9 @@ import (
54
54
ibckeeper "github.com/cosmos/ibc-go/v8/modules/core/keeper"
55
55
56
56
//ugdvestingmodulekeeper "github.com/unigrid-project/cosmos-sdk-unigrid-hedgehog-vesting/x/ugdvesting/keeper"
57
- paxmodulekeeper "github.com/unigrid-project/pax/x/pax/keeper"
58
-
59
57
gridnodemodulekeeper "github.com/unigrid-project/cosmos-gridnode/x/gridnode/keeper"
60
58
ugdmintmodulekeeper "github.com/unigrid-project/cosmos-ugdmint/x/ugdmint/keeper"
59
+ paxmodulekeeper "github.com/unigrid-project/pax/x/pax/keeper"
61
60
62
61
// this line is used by starport scaffolding # stargate/app/moduleImport
63
62
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ import (
43
43
_ "github.com/cosmos/cosmos-sdk/x/bank" // import for side-effects
44
44
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
45
45
_ "github.com/cosmos/cosmos-sdk/x/consensus" // import for side-effects
46
- consensusparamtypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
47
46
consensustypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
48
47
_ "github.com/cosmos/cosmos-sdk/x/crisis" // import for side-effects
49
48
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
@@ -118,7 +117,7 @@ var (
118
117
vestingtypes .ModuleName ,
119
118
circuittypes .ModuleName ,
120
119
group .ModuleName ,
121
- consensusparamtypes .ModuleName ,
120
+ consensustypes .ModuleName ,
122
121
circuittypes .ModuleName ,
123
122
// chain modules
124
123
paxmoduletypes .ModuleName ,
@@ -195,6 +194,7 @@ var (
195
194
{Account : ibcfeetypes .ModuleName },
196
195
{Account : icatypes .ModuleName },
197
196
{Account : ugdmintmoduletypes .ModuleName , Permissions : []string {authtypes .Minter }},
197
+ {Account : gridnodemoduletypes .ModuleName },
198
198
// this line is used by starport scaffolding # stargate/app/maccPerms
199
199
}
200
200
Original file line number Diff line number Diff line change @@ -259,4 +259,4 @@ require (
259
259
260
260
// replace github.com/unigrid-project/cosmos-sdk-unigrid-hedgehog-vesting => /home/evan/work/cosmos-sdk-unigrid-hedgehog-vesting
261
261
262
- // replace github.com/unigrid-project/cosmos-gridnode => /home/evan/work/cosmos-sdk-gridnode
262
+ // replace github.com/unigrid-project/cosmos-gridnode => /home/evan/work/cosmos-sdk-gridnode
You can’t perform that action at this time.
0 commit comments