Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
27 lines
No EOL
509 B
Text
27 lines
No EOL
509 B
Text
version: 1
|
|
validation: sovereign
|
|
default_denom: <%= DefaultDenom %>
|
|
accounts:
|
|
- name: alice
|
|
coins:
|
|
- 20000token
|
|
- 200000000<%= DefaultDenom %>
|
|
- name: bob
|
|
coins:
|
|
- 10000token
|
|
- 100000000<%= DefaultDenom %>
|
|
client:
|
|
openapi:
|
|
path: docs/static/openapi.json
|
|
faucet:
|
|
name: bob
|
|
coins:
|
|
- 5token
|
|
- 100000stake
|
|
validators:
|
|
- name: alice
|
|
bonded: 100000000<%= DefaultDenom %>
|
|
- name: validator1
|
|
bonded: 200000000<%= DefaultDenom %>
|
|
- name: validator2
|
|
bonded: 100000000<%= DefaultDenom %> |