Skip to content

Commit 2207eb7

Browse files
committed
chore: add dust collector to blocked modules
1 parent 9a3ba1b commit 2207eb7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ modules:
9494
config:
9595
"@type": cosmos.bank.module.v1.Module
9696
blocked_module_accounts_override:
97-
[auth, bonded_tokens_pool, not_bonded_tokens_pool]
97+
[
98+
auth,
99+
bonded_tokens_pool,
100+
not_bonded_tokens_pool,
101+
orbiter/dust_collector,
102+
]
98103
authority: authority # Utilize our custom x/authority module.
99104
- name: consensus
100105
config:

0 commit comments

Comments
 (0)