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:
parent
1b4c2becf4
commit
a844250fe8
|
@ -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)' }
|
||||
|
|
|
@ -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)' }
|
||||
|
|
Loading…
Reference in New Issue