You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this line is used by starport scaffolding # stargate/app/appModule
743
759
744
760
crisis.NewAppModule(app.CrisisKeeper, skipGenesisInvariants, app.GetSubspace(crisistypes.ModuleName)), // always be last to make sure that it checks for all invariants and not only part of them
@@ -796,6 +812,7 @@ func New(
796
812
btcbridgetypes.ModuleName,
797
813
auctiontypes.ModuleName,
798
814
dlctypes.ModuleName,
815
+
lendingtypes.ModuleName,
799
816
// this line is used by starport scaffolding # stargate/app/beginBlockers
800
817
)
801
818
@@ -826,6 +843,7 @@ func New(
826
843
btcbridgetypes.ModuleName,
827
844
auctiontypes.ModuleName,
828
845
dlctypes.ModuleName,
846
+
lendingtypes.ModuleName,
829
847
// this line is used by starport scaffolding # stargate/app/endBlockers
830
848
)
831
849
@@ -861,6 +879,7 @@ func New(
861
879
btcbridgetypes.ModuleName,
862
880
auctiontypes.ModuleName,
863
881
dlctypes.ModuleName,
882
+
lendingtypes.ModuleName,
864
883
// this line is used by starport scaffolding # stargate/app/initGenesis
0 commit comments