-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample_config.json
116 lines (116 loc) · 3.43 KB
/
sample_config.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"master_mnemonic": "metal stay delay motion actor cave elite lend because cook sunset echo",
"context": "some",
"portOffset": 0,
"loglevel": "info",
"networks": {
"lsm": {
"binary": "liquidstakingd",
"chain_id": "testlsm",
"denom": "stake",
"image": "lsm",
"prefix": "cosmos",
"validators": 1,
"validators_balance": "1000000000",
"genesis_opts": {
"app_state.slashing.params.downtime_jail_duration": "10s",
"app_state.slashing.params.signed_blocks_window": "10",
"app_state.staking.params.validator_bond_factor": "10"
},
"config_opts": {
"rpc.laddr": "tcp://0.0.0.0:26657"
},
"app_opts": {
"api.enable": true,
"api.swagger": true,
"grpc.enable": true,
"minimum-gas-prices": "0stake",
"rosetta.enable": true
}
},
"neutron": {
"binary": "neutrond",
"chain_id": "nnn",
"denom": "untrn",
"image": "neutron-node",
"prefix": "neutron",
"type": "ics",
"upload": [
"./contracts",
"./contracts_thirdparty",
"./init-neutrond.sh"
],
"post_init": [
"CHAINID=nnn CHAIN_DIR=/opt /opt/init-neutrond.sh"
],
"genesis_opts": {
"app_state.crisis.constant_fee.denom": "untrn"
},
"config_opts": {
"consensus.timeout_commit": "1s",
"consensus.timeout_propose": "1s"
},
"app_opts": {
"api.enable": "true",
"api.swagger": "true",
"grpc.enable": "true",
"minimum-gas-prices": "0.0025untrn",
"rosetta.enable": "true",
"telemetry.prometheus-retention-time": 1000
}
}
},
"relayers": [
{
"balance": "1000000000",
"binary": "hermes",
"config": {
"chains.0.trusting_period": "14days",
},
"connections": [
[
"lsm",
"neutron"
]
],
"image": "hermes",
"log_level": "trace",
"mnemonic": "laptop shy priority detect under sorry visit badge crew remind aware plate adapt eager taste",
"networks": [
"lsm",
"neutron"
],
"type": "hermes"
},
{
"balance": "1000000000",
"binary": "neutron-query-relayer",
"image": "neutron-org/neutron-query-relayer",
"log_level": "info",
"mnemonic": "ignore voyage dinner grit ramp list obvious couple crunch ability fork chef eight normal street fancy cycle hidden smile give tourist joy spin possible",
"networks": [
"neutron",
"lsm"
],
"type": "neutron"
}
],
"wallets": {
"demowallet1": {
"balance": "1000000000",
"mnemonic": "solve column paper kit clever electric laundry announce despair sister bring find bachelor enact two another tissue actor day punch orbit orbit math cave"
},
"demo1": {
"balance": "1000000000",
"mnemonic": "banner spread envelope side kite person disagree path silver will brother under couch edit food venture squirrel civil budget number acquire point work mass"
},
"demo2": {
"balance": "1000000000",
"mnemonic": "veteran try aware erosion drink dance decade comic dawn museum release episode original list ability owner size tuition surface ceiling depth seminar capable only"
},
"demo3": {
"balance": "1000000000",
"mnemonic": "metal stay delay motion actor cave elite lend because cook sunset echo"
}
}
}