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
43 lines
931 B
YAML
43 lines
931 B
YAML
version: 1
|
|
build:
|
|
binary: evmosd
|
|
proto:
|
|
path: proto
|
|
accounts:
|
|
- name: alice
|
|
coins:
|
|
- 100000000uatom
|
|
- 100000000000000000000aevmos
|
|
mnemonic: ozone unfold device pave lemon potato omit insect column wise cover hint narrow large provide kidney episode clay notable milk mention dizzy muffin crazy
|
|
- name: bob
|
|
coins:
|
|
- 5000000000000aevmos
|
|
address: cosmos1adn9gxjmrc3hrsdx5zpc9sj2ra7kgqkmphf8yw
|
|
faucet:
|
|
name: bob
|
|
coins:
|
|
- 10aevmos
|
|
host: 0.0.0.0:4600
|
|
port: 4600
|
|
genesis:
|
|
app_state:
|
|
crisis:
|
|
constant_fee:
|
|
denom: aevmos
|
|
chain_id: evmosd_9000-1
|
|
validators:
|
|
- name: alice
|
|
bonded: 100000000000000000000aevmos
|
|
app:
|
|
evm-rpc:
|
|
address: 0.0.0.0:8545
|
|
ws-address: 0.0.0.0:8546
|
|
home: $HOME/.evmosd
|
|
apps:
|
|
- name: plugin1
|
|
path: /path/to/plugin1
|
|
- name: plugin2
|
|
path: /path/to/plugin2
|
|
with:
|
|
foo: bar
|
|
bar: baz
|