-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
139 lines (139 loc) · 3.96 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
global:
api-listen-addr: :5183
timeout: 10s
memo: relayed by CryptoCrew Validators
light-cache-size: 20
chains:
provider:
type: cosmos
value:
key: default
chain-id: provider
rpc-addr: http://127.0.0.1:26617
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.0025uprov
min-gas-amount: 0
debug: false
timeout: 20s
output-format: json
sign-mode: direct
sputnik:
type: cosmos
value:
key: default
chain-id: sputnik
rpc-addr: http://127.0.0.1:26627
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.0unik
min-gas-amount: 0
debug: false
timeout: 20s
output-format: json
sign-mode: direct
apollo:
type: cosmos
value:
key: default
chain-id: apollo
rpc-addr: http://127.0.0.1:26637
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.0upol
min-gas-amount: 0
debug: false
timeout: 20s
output-format: json
sign-mode: direct
hero:
type: cosmos
value:
key: default
chain-id: hero-1
rpc-addr: http://127.0.0.1:26647
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.0uhero
min-gas-amount: 0
debug: false
timeout: 20s
output-format: json
sign-mode: direct
paths:
provider-sputnik:
src:
chain-id: provider
client-id: 07-tendermint-0
connection-id: connection-0
dst:
chain-id: sputnik
client-id: 07-tendermint-0
connection-id: connection-0
src-channel-filter:
rule: "allowlist"
channel-list: [channel-0,channel-1]
sputnik-provider:
src:
chain-id: sputnik
client-id: 07-tendermint-0
connection-id: connection-0
dst:
chain-id: provider
client-id: 07-tendermint-0
connection-id: connection-0
src-channel-filter:
rule: "allowlist"
channel-list: [channel-0,channel-1]
provider-apollo:
src:
chain-id: provider
client-id: 07-tendermint-1
connection-id: connection-1
dst:
chain-id: apollo
client-id: 07-tendermint-0
connection-id: connection-0
src-channel-filter:
rule: "allowlist"
channel-list: [channel-2,channel-3]
apollo-provider:
src:
chain-id: apollo
client-id: 07-tendermint-0
connection-id: connection-0
dst:
chain-id: provider
client-id: 07-tendermint-1
connection-id: connection-1
src-channel-filter:
rule: "allowlist"
channel-list: [channel-0,channel-1]
provider-hero:
src:
chain-id: provider
client-id: 07-tendermint-3
connection-id: connection-14
dst:
chain-id: hero
client-id: 07-tendermint-0
connection-id: connection-0
src-channel-filter:
rule: "allowlist"
channel-list: [channel-8,channel-9]
hero-provider:
src:
chain-id: hero
client-id: 07-tendermint-0
connection-id: connection-0
dst:
chain-id: provider
client-id: 07-tendermint-3
connection-id: connection-14
src-channel-filter:
rule: "allowlist"
channel-list: [channel-0,channel-1]