forked from cosmos/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathignite.ci.yml
32 lines (32 loc) · 832 Bytes
/
ignite.ci.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
build:
binary: "gaiad"
main: "./cmd/gaiad"
genesis:
chain_id: "gaia-local-testnet"
app_state:
staking:
params:
bond_denom: "uatom"
init:
config:
mode: "validator"
accounts:
- name: alice
coins: ["39000000000000uatom"]
# Use a fixed mnemonic as to have a fixed validator consensus key for easier
# testing.
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: ["5500000000000uatom"]
- name: faucet
coins: ["5500000000000uatom"]
validator:
name: alice
staked: "33500000000000uatom"
servers:
dev-ui-address: "localhost:12345"
faucet:
port: 4500
name: "faucet"
coins: ["5500000000000uatom"]
coins_max: ["1000000000uatom"]