From 97891a85f09b2dc23b892623b6e7c69ca7685a82 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 15 Mar 2024 15:53:53 +0100 Subject: [PATCH 1/2] chore: remove unecessary placeholder --- ignite/templates/app/files-consumer/app/app_config.go.plush | 1 - ignite/templates/app/files-minimal/app/app_config.go.plush | 1 - 2 files changed, 2 deletions(-) diff --git a/ignite/templates/app/files-consumer/app/app_config.go.plush b/ignite/templates/app/files-consumer/app/app_config.go.plush index 669b0fc6cc..d4543d1a2d 100644 --- a/ignite/templates/app/files-consumer/app/app_config.go.plush +++ b/ignite/templates/app/files-consumer/app/app_config.go.plush @@ -45,7 +45,6 @@ import ( ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported" "google.golang.org/protobuf/types/known/durationpb" ibcconsumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types" - // this line is used by starport scaffolding # stargate/app/moduleImport ) var ( diff --git a/ignite/templates/app/files-minimal/app/app_config.go.plush b/ignite/templates/app/files-minimal/app/app_config.go.plush index 02db10bacf..cd36f72089 100644 --- a/ignite/templates/app/files-minimal/app/app_config.go.plush +++ b/ignite/templates/app/files-minimal/app/app_config.go.plush @@ -29,7 +29,6 @@ var ( // NOTE: Capability module must occur first so that it can initialize any capabilities // so that other modules that want to create or claim capabilities afterwards in InitChain // can do so safely. - genesisModuleOrder = []string{ // cosmos-sdk modules authtypes.ModuleName, From 6e94d7c69c8d87c3559a483991646ee40031ca3e Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 18 Mar 2024 09:21:56 +0100 Subject: [PATCH 2/2] another one --- ignite/templates/app/files-consumer/app/app.go.plush | 1 - 1 file changed, 1 deletion(-) diff --git a/ignite/templates/app/files-consumer/app/app.go.plush b/ignite/templates/app/files-consumer/app/app.go.plush index fac3700686..9c6a62b9d1 100644 --- a/ignite/templates/app/files-consumer/app/app.go.plush +++ b/ignite/templates/app/files-consumer/app/app.go.plush @@ -67,7 +67,6 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/ante" ibcconsumerkeeper "github.com/cosmos/interchain-security/v3/x/ccv/consumer/keeper" ibcconsumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types" - // this line is used by starport scaffolding # stargate/app/moduleImport "<%= ModulePath %>/docs" )