forked from realiotech/realio-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
43 lines (42 loc) · 1.01 KB
/
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
40
41
42
accounts:
- name: eduardo
coins: ["2000000000000000000000000ario", "2000000000000000000000000arst"]
- name: aaron
coins: ["2000000000000000000000000ario", "2000000000000000000000000arst"]
validator:
name: eduardo
staked: "100000000000000000000000ario"
client:
vuex:
path: "vue/src/store"
openapi:
path: "docs/static/openapi.yml"
faucet:
name: aaron
coins: ["1000000000000000000000ario"]
genesis:
chain_id: "realio-local-1"
app_state:
staking:
params:
bond_denom: "ario,arst"
historical_entries: "10"
max_validators: "10"
unbonding_time: "300000000000ns"
mint:
params:
mint_denom: "ario"
crisis:
constant_fee:
denom: "ario"
evm:
params:
evm_denom: "ario"
build:
binary: "realio-networkd"
init:
home: "$HOME/.realio-network"
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