forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-penumbra-celestia.toml
59 lines (50 loc) · 1.31 KB
/
config-penumbra-celestia.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
[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-2'
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 = 'mocha-4'
type = 'CosmosSdk'
compat_mode = '0.34'
rpc_addr = 'https://rpc.celestia-mocha.com'
grpc_addr = 'https://grpc.celestia-mocha.com'
event_source = { mode = 'pull', interval = '1s' }
rpc_timeout = '15s'
account_prefix = 'celestia' # not used
key_name = 'celestia'
store_prefix = 'ibc'
gas_price = { price = 0.12, denom = 'utia' }
gas_multiplier = 1.1
clock_drift = '20s'
max_block_time = '10s'
client_refresh_rate = '1/3'
memo_prefix = 'Hello from Penumbra 😎🌘'
trust_threshold = { numerator = '1', denominator = '3' }