nimbus.sepolia: open RPC ports for waku test fleets

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-02-12 16:13:04 +01:00
parent 5f4bf2b90f
commit 24173cb374
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -93,5 +93,7 @@ open_ports_default_chain: 'VPN'
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: '9557:9560', ipset: 'waku.test', comment: 'Waku Websocket' }
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
- { port: '8556:8559', ipset: 'waku.test', comment: 'HTTP RCP for Waku' }
- { port: '9557:9560', ipset: 'waku.test', comment: 'Websocket for Waku' }
- { port: '8556:8559', ipset: 'wakuv2.test', comment: 'HTTP RCP for Waku' }
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Websocket for Waku' }