Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Aug 10, 2023
1 parent b3fdbaf commit f38b956
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ibc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ import (
"reflect"
"strconv"

<<<<<<< HEAD
simappparams "github.com/cosmos/cosmos-sdk/simapp/params"
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
=======
"cosmossdk.io/math"
"github.com/cosmos/cosmos-sdk/types/module/testutil"
ibcexported "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types"
sdk "github.com/cosmos/cosmos-sdk/types"
>>>>>>> 5fdb1e8 (feat(cosmos): Additional Helpers (#687))
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
)

// ChainConfig defines the chain parameters requires to run an interchaintest testnet for a chain.
Expand Down Expand Up @@ -55,13 +49,8 @@ type ChainConfig struct {
EncodingConfig *simappparams.EncodingConfig
// Required when the chain uses the new sub commands for genesis (https://github.com/cosmos/cosmos-sdk/pull/14149)
UsingNewGenesisCommand bool `yaml:"using-new-genesis-command"`
<<<<<<< HEAD
=======
// Required when the chain requires the chain-id field to be populated for certain commands
UsingChainIDFlagCLI bool `yaml:"using-chain-id-flag-cli"`
// Configuration describing additional sidecar processes.
SidecarConfigs []SidecarConfig
>>>>>>> 5fdb1e8 (feat(cosmos): Additional Helpers (#687))
}

func (c ChainConfig) Clone() ChainConfig {
Expand Down

0 comments on commit f38b956

Please sign in to comment.