nimbus.mainnet: fix port for public API endpoint

Was wrong due to removal of a node.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-08 09:11:41 +02:00
parent 1b4c2becf4
commit a844250fe8
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ beacon_node_rest_address: '0.0.0.0'
# WARNING: This will change if number of nodes changes.
redirect_ports:
# beacon-node-mainnet-unstable-01
- { src: 80, dst: 9303, comment: 'Test Beacon API (80->9304/tcp)' }
- { src: 80, dst: 9302, comment: 'Test Beacon API unstable-01 (80->9302/tcp)' }

View File

@ -5,4 +5,4 @@ beacon_node_rest_address: '0.0.0.0'
# WARNING: This will change if number of nodes changes.
redirect_ports:
# beacon-node-mainnet-testing-01
- { src: 80, dst: 9301, comment: 'Test Beacon API (80->9302/tcp)' }
- { src: 80, dst: 9301, comment: 'Test Beacon API testing-01 (80->9301/tcp)' }