Skip to content

Commit 9dc1460

Browse files
committed
fix simapp tests
1 parent bb85a9a commit 9dc1460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/simapp/app.go

+4
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ func NewSimApp(
268268
govtypes.StoreKey, group.StoreKey, paramstypes.StoreKey, ibcexported.StoreKey, upgradetypes.StoreKey,
269269
ibctransfertypes.StoreKey, icacontrollertypes.StoreKey, icahosttypes.StoreKey,
270270
authzkeeper.StoreKey, ibcfeetypes.StoreKey, consensusparamtypes.StoreKey,
271+
pooltypes.StoreKey, accounts.StoreKey,
271272
)
272273

273274
// register streaming services
@@ -573,6 +574,9 @@ func NewSimApp(
573574
solomachine.NewAppModule(smLightClientModule),
574575
)
575576

577+
app.ModuleManager.RegisterLegacyAminoCodec(legacyAmino)
578+
app.ModuleManager.RegisterInterfaces(interfaceRegistry)
579+
576580
// NOTE: upgrade module is required to be prioritized
577581
app.ModuleManager.SetOrderPreBlockers(
578582
upgradetypes.ModuleName,

0 commit comments

Comments
 (0)