-
Notifications
You must be signed in to change notification settings - Fork 13
/
config-test.yml
29 lines (29 loc) · 1.23 KB
/
config-test.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
version: 1
validation: sovereign
build:
ldflags: [ "-X github.com/tendermint/fundraising/x/fundraising/keeper.enableAddAllowedBidder=true" ]
accounts:
- name: alice # cosmos1zaavvzxez0elundtn32qnk9lkm8kmcszzsv80v
mnemonic: "guard cream sadness conduct invite crumble clock pudding hole grit liar hotel maid produce squeeze return argue turtle know drive eight casino maze host"
coins:
- 1000000000000stake
- 1000000000000000denom1
- 1000000000000000denom2
- name: bob # cosmos1mzgucqnfr2l8cj5apvdpllhzt4zeuh2cshz5xu
mnemonic: "friend excite rough reopen cover wheel spoon convince island path clean monkey play snow number walnut pull lock shoot hurry dream divide concert discover"
coins:
- 1000000000000stake
- 1000000000000000denom1
- 1000000000000000denom2
- name: steve # cosmos185fflsvwrz0cx46w6qada7mdy92m6kx4gqx0ny
mnemonic: "fuel obscure melt april direct second usual hair leave hobby beef bacon solid drum used law mercy worry fat super must ritual bring faculty"
coins:
- 1000000000000stake
- 1000000000000000denom1
- 1000000000000000denom2
validator:
name: alice
staked: "500000000000stake"
client:
openapi:
path: "client/docs/static/openapi.yml"