-
Notifications
You must be signed in to change notification settings - Fork 30
/
config.yml
46 lines (46 loc) · 910 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
41
42
43
44
45
46
version: 1
build:
main: ./cmd/ojod
binary: ojod
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 39000000000000uojo
mnemonic: entry garbage bike poem grunt negative easily annual miss happy license
blur false fringe program picture inner tape dismiss eagle include quality drill
master
- name: bob
coins:
- 5500000000000uojo
- name: faucet
coins:
- 5500000000000uojo
faucet:
name: faucet
coins:
- 5500000000000uojo
coins_max:
- 1000000000uojo
host: 0.0.0.0:4500
port: 4500
genesis:
app_state:
staking:
params:
bond_denom: uojo
consensus:
params:
abci:
vote_extensions_enable_height: "2"
chain_id: ojo-testnet
validators:
- name: alice
bonded: 33500000000000uojo
app:
pricefeeder:
config_path: "./pricefeeder/price-feeder.example.toml"