-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathneutron-relayer.yaml
More file actions
48 lines (45 loc) · 903 Bytes
/
neutron-relayer.yaml
File metadata and controls
48 lines (45 loc) · 903 Bytes
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
name: starship-e2e-tests
version: 1.3.0
chains:
- id: neutron-1
name: neutron
numValidators: 1 # only support for single validator node for ics
faucet:
enabled: false
ics:
enabled: true
provider: cosmoshub-4
ports:
rest: 1313
rpc: 26653
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
numValidators: 1 # only support for single validator node for ics
ports:
rest: 1317
rpc: 26657
exposer: 38087
faucet: 8007
relayers:
- name: neutron-cosmos
type: hermes
replicas: 1
chains:
- neutron-1
- cosmoshub-4
ics:
enabled: true
consumer: neutron-1
provider: cosmoshub-4
- name: nqr-neutron-cosmos
type: neutron-query-relayer
replicas: 1
chains:
- neutron-1
- cosmoshub-4
registry:
enabled: true
ports:
rest: 8081
grpc: 9091