-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
68 lines (68 loc) · 1.79 KB
/
config.yaml
File metadata and controls
68 lines (68 loc) · 1.79 KB
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
global:
api-listen-addr: :5183
timeout: 10s
memo: ReBoot#9655
light-cache-size: 20
chains:
gaia:
type: cosmos
value:
key: wallet
chain-id: GAIA
rpc-addr: http://127.0.0.1:63657
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.001uatom
debug: true
timeout: 10s
output-format: json
sign-mode: sync
strategy:
type: native
version: ics20-1
order: UNORDERED
stride:
type: cosmos
value:
key: wallet
chain-id: STRIDE-TESTNET-2
rpc-addr: http://127.0.0.1:46657
account-prefix: stride
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.001ustrd
debug: true
timeout: 10s
output-format: json
sign-mode: sync
strategy:
type: native
version: ics20-1
order: UNORDERED
paths:
gaia-stride:
src:
chain-id: GAIA
client-id: 07-tendermint-0
connection-id: connection-0
dst:
chain-id: STRIDE-TESTNET-2
client-id: 07-tendermint-0
connection-id: connection-0
src-channel-filter:
rule: allowlist
channel-list:
- channel-0
- channel-1
- channel-2
- channel-3
- channel-4
dst-channel-filter:
rule: allowlist
channel-list:
- channel-0
- channel-1
- channel-2
- channel-3
- channel-4