feat(service): integrate group module (#1104)

This commit is contained in:
Prad Nukala
2024-10-02 04:20:55 -04:00
committed by GitHub
parent ae56055640
commit 8ef7a7eab7
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -663,6 +663,7 @@ func NewChainApp(
logger,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
app.DidKeeper,
app.GroupKeeper,
app.MacaroonKeeper,
app.NFTKeeper,
)