Skip to content

Commit

Permalink
backport ibc-hooks module to the export list (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 authored Oct 18, 2024
1 parent 8c55c4b commit f8dba1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ func New(
upgrade.NewAppModule(app.UpgradeKeeper),
evidence.NewAppModule(app.EvidenceKeeper),
ibc.NewAppModule(app.IBCKeeper),
ibchooks.NewAppModule(app.AccountKeeper),
params.NewAppModule(app.ParamsKeeper),
wibctransfer.NewAppModule(app.TransferKeeper),
packetforward.NewAppModule(app.PacketForwardKeeper, app.GetSubspace(packetforwardtypes.ModuleName)),
Expand Down

0 comments on commit f8dba1b

Please sign in to comment.