forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-penumbra-osmosis.toml
57 lines (49 loc) · 1.22 KB
/
config-penumbra-osmosis.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
[global]
log_level = 'debug'
[mode]
[mode.clients]
enabled = true
refresh = true
misbehaviour = false
[mode.connections]
enabled = true
[mode.channels]
enabled = true
[mode.packets]
enabled = true
clear_interval = 100
clear_on_start = true
tx_confirmation = true
[telemetry]
enabled = true
host = '127.0.0.1'
port = 3001
[[chains]]
id = 'penumbra-testnet-deimos-8'
type = 'Penumbra'
stub_key_name = 'fake'
rpc_addr = 'https://rpc.testnet.penumbra.zone'
grpc_addr = 'https://grpc.testnet.penumbra.zone'
event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = '15s'
clock_drift = '5s'
client_refresh_rate = '1/3'
trust_threshold = { numerator = '1', denominator = '3' }
kms_config = { spend_key = "XXXXXXXX" }
[[chains]]
id = 'osmo-test-5'
type = 'CosmosSdk'
rpc_addr = "https://rpc.osmotest5.osmosis.zone/"
grpc_addr = "https://grpc.osmotest5.osmosis.zone/"
rpc_timeout = '15s'
account_prefix = 'osmo' # not used
key_name = 'osmosis'
store_prefix = 'ibc'
gas_price = { price = 0.15, denom = 'uosmo' }
max_gas = 4000000
event_source = { mode = 'pull', interval = '1s' }
gas_multiplier = 1.2
clock_drift = "5s"
max_block_time = "10s"
client_refresh_rate = '1/3'
memo_prefix = 'Hello from Penumbra 😎🌘'