-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.yaml
88 lines (87 loc) · 2.55 KB
/
config.yaml
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
global:
api-listen-addr: :5183
timeout: 10s
memo: Zuka#5870
light-cache-size: 20
chains:
GAIA:
type: cosmos
value:
key: zukawal
chain-id: GAIA
rpc-addr: http://141.95.124.151:23657
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.3
gas-prices: 0.01uatom
debug: false
timeout: 10s
output-format: json
sign-mode: sync
strategy:
type: native
version: ics20-1
order: UNORDERED
stride:
type: cosmos
value:
key: zukawal
chain-id: STRIDE-TESTNET-2
rpc-addr: http://77.37.176.99:25657
account-prefix: stride
keyring-backend: test
gas-adjustment: 1.3
gas-prices: 0.01ustrd
debug: false
timeout: 20s
output-format: json
sign-mode: sync
strategy:
type: native
version: ics20-1
order: UNORDERED
paths:
conf:
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
conf1:
src:
chain-id: STRIDE-TESTNET-2
client-id: 07-tendermint-0
connection-id: connection-0
port-id: icacontroller-GAIA.DELEGATION,transfer,icacontroller-GAIA.FEE,icacontroller-GAIA.WITHDRAWAL,icacontroller-GAIA.REDEMPTION
dst:
chain-id: GAIA
client-id: 07-tendermint-0
connection-id: connection-0
port-id: icahost,icacontroller-GAIA.DELEGATION,transfer,icacontroller-GAIA.FEE,icacontroller-GAIA.WITHDRAWAL,icacontroller-GAIA.REDEMPTION
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