forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathignite.ci.yml
More file actions
29 lines (29 loc) · 803 Bytes
/
ignite.ci.yml
File metadata and controls
29 lines (29 loc) · 803 Bytes
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
build:
binary: "osmosisd"
main: "./cmd/osmosisd"
genesis:
chain_id: "osmosis-local-testnet"
app_state:
staking:
params:
bond_denom: "uosmo"
accounts:
- name: alice
coins: ["39000000000000uosmo"]
# 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: ["5500000000000uosmo"]
- name: faucet
coins: ["5500000000000uosmo"]
validator:
name: alice
staked: "33500000000000uosmo"
servers:
dev-ui-address: "localhost:12345"
faucet:
port: 4500
name: "faucet"
coins: ["5500000000000uosmo"]
coins_max: ["1000000000uosmo"]