-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathhermes_config.toml
62 lines (58 loc) · 1.35 KB
/
hermes_config.toml
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
[global]
log_level = 'info'
[telemetry]
enabled = false
host = '0.0.0.0'
port = 3001
[rest]
enabled = true
host = '0.0.0.0'
port = 3000
[[chains]]
id='localnet-1'
rpc_addr='http://localhost:27665'
grpc_addr='http://localhost:9090'
websocket_addr='ws://localhost:27665/websocket'
rpc_timeout='10s'
account_prefix='sif'
key_name='sif'
store_prefix='ibc'
max_gas=3000000
gas_price={ price = 0.5, denom = 'rowan' }
gas_adjustment=0.1
clock_drift='20s'
trusting_period='15minutes'
trust_threshold={ numerator = '1', denominator = '3' }
max_tx_size=8380000
[[chains]]
id='localnet-2'
rpc_addr='http://localhost:27666'
grpc_addr='http://localhost:9091'
websocket_addr='ws://localhost:27666/websocket'
rpc_timeout='10s'
account_prefix='sif'
key_name='sif'
store_prefix='ibc'
max_gas=3000000
gas_price={ price = 0.5, denom = 'rowan' }
gas_adjustment=0.1
clock_drift='20s'
trusting_period='15minutes'
trust_threshold={ numerator = '1', denominator = '3' }
max_tx_size=8380000
[[chains]]
id='localnet-3'
rpc_addr='http://localhost:27667'
grpc_addr='http://localhost:9092'
websocket_addr='ws://localhost:27667/websocket'
rpc_timeout='10s'
account_prefix='sif'
key_name='sif'
store_prefix='ibc'
max_gas=3000000
gas_price={ price = 0.5, denom = 'rowan' }
gas_adjustment=0.1
clock_drift='20s'
trusting_period='15minutes'
trust_threshold={ numerator = '1', denominator = '3' }
max_tx_size=8380000