forked from Fairblock/fairyring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hermes_config.toml
95 lines (80 loc) · 1.7 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
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
[global]
log_level = 'info'
[mode.clients]
enabled = true
refresh = true
misbehaviour = true
[mode.connections]
enabled = false
[mode.channels]
enabled = false
[mode.packets]
enabled = true
clear_interval = 100
clear_on_start = true
tx_confirmation = false
auto_register_counterparty_payee = false
[rest]
enabled = false
host = '127.0.0.1'
port = 3000
[telemetry]
enabled = false
host = '127.0.0.1'
port = 3001
[[chains]]
id = 'fairyring_test_1'
type = 'CosmosSdk'
rpc_addr = 'http://0.0.0.0:16657'
event_source = { mode = "push", url = "ws://0.0.0.0:16657/websocket", batch_delay = "500ms" }
grpc_addr = 'http://0.0.0.0:9090'
rpc_timeout = '10s'
account_prefix = 'fairy'
key_name = 'ak'
store_prefix = 'ibc'
default_gas = 100000
max_gas = 900000
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
max_block_time = '30s'
trusting_period = '14days'
memo_prefix = ''
sequential_batch_tx = false
[chains.trust_threshold]
numerator = '1'
denominator = '3'
[chains.gas_price]
price = 10
denom = 'ufairy'
[chains.address_type]
derivation = 'cosmos'
[[chains]]
id = 'fairyring_test_2'
type = 'CosmosSdk'
rpc_addr = 'http://0.0.0.0:26657'
event_source = { mode = "push", url = "ws://0.0.0.0:26657/websocket", batch_delay = "500ms" }
grpc_addr = 'http://0.0.0.0:9092'
rpc_timeout = '10s'
account_prefix = 'fairy'
key_name = 'fk'
store_prefix = 'ibc'
default_gas = 100000
max_gas = 900000
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
max_block_time = '30s'
trusting_period = '14days'
memo_prefix = ''
sequential_batch_tx = false
[chains.trust_threshold]
numerator = '1'
denominator = '3'
[chains.gas_price]
price = 10
denom = 'ufairy'
[chains.address_type]
derivation = 'cosmos'