Skip to content

Commit

Permalink
test: fix build (#4493)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Feb 3, 2025
1 parent 9c5d458 commit c400a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c400a6d

Please sign in to comment.