-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapp.yaml
54 lines (53 loc) · 1.56 KB
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
modules:
- name: runtime
config:
"@type": cosmos.app.runtime.v1alpha1.Module
app_name: SimApp
pre_blockers: [ upgrade ]
begin_blockers: [ capability, staking, ibc ]
end_blockers: [ staking ]
init_genesis: [ capability, auth, bank, staking, ibc, genutil, transfer, params, upgrade, aura ]
override_store_keys:
- module_name: auth
kv_store_key: acc
- name: auth
config:
"@type": cosmos.auth.module.v1.Module
bech32_prefix: noble
module_account_permissions:
- account: fee_collector
- account: bonded_tokens_pool
permissions: [ burner, staking ]
- account: not_bonded_tokens_pool
permissions: [ burner, staking ]
- account: transfer
permissions: [ burner, minter ]
- account: aura
permissions: [ burner, minter ]
- name: bank
config:
"@type": cosmos.bank.module.v1.Module
blocked_module_accounts_override:
[ auth, bonded_tokens_pool, not_bonded_tokens_pool, aura ]
- name: consensus
config:
"@type": cosmos.consensus.module.v1.Module
- name: genutil
config:
"@type": cosmos.genutil.module.v1.Module
- name: params
config:
"@type": cosmos.params.module.v1.Module
- name: staking
config:
"@type": cosmos.staking.module.v1.Module
- name: tx
config:
"@type": cosmos.tx.config.v1.Config
- name: upgrade
config:
"@type": cosmos.upgrade.module.v1.Module
- name: aura
config:
"@type": aura.module.v1.Module
denom: ausdy