Skip to content

Commit

Permalink
Fix simulation ica
Browse files Browse the repository at this point in the history
ModuleBasics in the simapp of cosmosSDK does not contain ica, so use ibc-go instead
  • Loading branch information
skyargos committed Aug 23, 2022
1 parent 619a075 commit f12a3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
"github.com/cosmos/cosmos-sdk/simapp"
"github.com/cosmos/cosmos-sdk/simapp/helpers"
"github.com/cosmos/cosmos-sdk/store"
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
Expand All @@ -35,6 +33,8 @@ import (
staking "github.com/cosmos/cosmos-sdk/x/staking/types"
ibctransfer "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"
ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host"
"github.com/cosmos/ibc-go/v3/testing/simapp"
"github.com/cosmos/ibc-go/v3/testing/simapp/helpers"

cert "github.com/certikfoundation/shentu/v2/x/cert/types"
cvm "github.com/certikfoundation/shentu/v2/x/cvm/types"
Expand Down

0 comments on commit f12a3cf

Please sign in to comment.