forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
39 lines (39 loc) · 853 Bytes
/
config.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
33
34
35
36
37
38
39
accounts:
- name: alice
coins: ["100000000uatom", "100000000000000000000aevmos"]
- name: bob
coins: ["5000000000000aevmos"]
validator:
name: alice
staked: "100000000000000000000aevmos"
faucet:
name: bob
coins: ["10aevmos"]
build:
binary: "evmosd"
init:
home: "$HOME/.evmosd"
app:
evm-rpc:
address: "0.0.0.0:8545" # change the JSON-RPC address and port
ws-address: "0.0.0.0:8546" # change the JSON-RPC websocket address and port
genesis:
chain_id: "evmosd_9000-1"
app_state:
staking:
params:
bond_denom: "aevmos"
mint:
params:
mint_denom: "aevmos"
crisis:
constant_fee:
denom: "aevmos"
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: "aevmos"
evm:
params:
evm_denom: "aevmos"