Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ignite/services/plugin/template/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require (
github.com/stretchr/testify v1.8.4
)

replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 20bd797e6edbf136c9f27c2720f3c357ca62ded9
replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.2.0.20250127135924-c9d68e4322bb
2 changes: 1 addition & 1 deletion ignite/templates/app/files/app/ibc.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (app *App) registerIBCModules(appOpts servertypes.AppOptions) error {
app.ParamsKeeper.Subspace(icacontrollertypes.SubModuleName).WithKeyTable(icacontrollertypes.ParamKeyTable())
app.ParamsKeeper.Subspace(icahosttypes.SubModuleName).WithKeyTable(icahosttypes.ParamKeyTable())

govModuleAddr := authtypes.NewModuleAddress(govtypes.ModuleName).String()
govModuleAddr, _ := app.AuthKeeper.AddressCodec().BytesToString(authtypes.NewModuleAddress(govtypes.ModuleName))

// Create IBC keeper
app.IBCKeeper = ibckeeper.NewKeeper(
Expand Down
Loading