-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yml
40 lines (37 loc) · 913 Bytes
/
config.yml
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
accounts:
- name: alice
coins: ["200000000000000arkh"]
- name: bob
coins: ["500000000000000arkh", 1000000000000000000EUR, 1000000000000000000USD, 1000000000000000000CNY, 1000000000000000000GBP, 1000000000000000000AED,]
- name: arkhadian
coins: ["100000000000000arkh"]
address: "arkh1newxhd7nxtg3xhkaf7hcqxzcf5zmh2zq0ydwda"
validator:
name: alice
staked: "100000000000000arkh"
client:
openapi:
path: "docs/static/openapi.yml"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["500000000000000arkh"]
genesis:
app_state:
staking:
params:
bond_denom: "arkh"
gov:
deposit_params:
min_deposit:
- "amount": "10000000000"
"denom": "arkh"
liquidity:
params:
pool_creation_fee:
- "amount": "4000"
"denom": "arkh"
init:
app:
minimum-gas-prices: "0.0000000001arkh"