Skip to content

Commit

Permalink
feat: use okp4 vesting module
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Oct 4, 2022
1 parent cb4f5bb commit 7493de9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import (
authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
"github.com/cosmos/cosmos-sdk/x/authz"
authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper"
authzmodule "github.com/cosmos/cosmos-sdk/x/authz/module"
Expand Down Expand Up @@ -121,6 +119,9 @@ import (

wasmclient "github.com/CosmWasm/wasmd/x/wasm/client"

"github.com/okp4/okp4d/x/vesting"
vestingtypes "github.com/okp4/okp4d/x/vesting/types"

"github.com/ignite/cli/ignite/pkg/cosmoscmd"
"github.com/ignite/cli/ignite/pkg/openapiconsole"

Expand Down

0 comments on commit 7493de9

Please sign in to comment.