feat(x/protocolpool): Stream funds from community pool (#18103)

This commit is contained in:
Likhita Polavarapu
2023-11-06 14:07:34 +00:00
committed by GitHub
parent 9c0256e368
commit 56351179b8
27 changed files with 8727 additions and 236 deletions
+1
View File
@@ -476,6 +476,7 @@ func NewSimApp(
genutiltypes.ModuleName,
feegrant.ModuleName,
group.ModuleName,
pooltypes.ModuleName,
)
// NOTE: The genutils module must occur after staking so that pools are
+1
View File
@@ -128,6 +128,7 @@ var (
stakingtypes.ModuleName,
feegrant.ModuleName,
group.ModuleName,
pooltypes.ModuleName,
},
OverrideStoreKeys: []*runtimev1alpha1.StoreKeyConfig{
{