Skip to content

Commit 26926f0

Browse files
committed
nimbus.sepolia: open stable Geth RPC API port
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent acdd98c commit 26926f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/group_vars/nimbus.sepolia.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ open_ports_list:
166166
- { port: '5053-5057', comment: 'Validator Client REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0' }
167167
- { port: '8109-8113', comment: 'Validator Client Metrics', ipset: 'hq.metrics', iifname: 'wg0' }
168168
waku-fleets: # https://github.com/status-im/infra-nim-waku/issues/59
169-
- { port: '8556-8559', comment: 'RCP for WakuMonitor', ipset: 'misc.waku-nmon', iifname: 'wg0' }
170-
- { port: '8556-8559', comment: 'RCP for waku.test', ipset: 'waku.test', iifname: 'wg0' }
171-
- { port: '8556-8559', comment: 'RCP for waku.sandbox', ipset: 'waku.sandbox', iifname: 'wg0' }
169+
- { port: '8546-8549', comment: 'RCP for WakuMonitor', ipset: 'misc.waku-nmon', iifname: 'wg0' }
170+
- { port: '8546-8549', comment: 'RCP for waku.test', ipset: 'waku.test', iifname: 'wg0' }
171+
- { port: '8546-8549', comment: 'RCP for waku.sandbox', ipset: 'waku.sandbox', iifname: 'wg0' }
172172
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.test', iifname: 'wg0' }
173173
- { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.sandbox', iifname: 'wg0' }

0 commit comments

Comments
 (0)