nimbus.prater: open ports for Nethermind EL node
https://github.com/status-im/infra-eth2/issues/11 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1e24f891fe
commit
8b6a22110a
|
@ -175,6 +175,8 @@ open_ports_list:
|
|||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
|
||||
- { port: '40303:40313', chain: 'SERVICES', comment: 'Nethermind', protocol: 'tcp' }
|
||||
- { port: '40303:40313', chain: 'SERVICES', comment: 'Nethermind', protocol: 'udp' }
|
||||
|
||||
# Split by hostname for more central location
|
||||
nodes_layout:
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
- name: infra-role-nethermind
|
||||
src: git@github.com:status-im/infra-role-nethermind.git
|
||||
version: a08777b8c49fd5b838420a965afd75e689a4d68a
|
||||
version: 404ac958404962a1c01c242809fdf65de461ec41
|
||||
scm: git
|
||||
|
||||
- name: smart-metrics
|
||||
|
|
Loading…
Reference in New Issue