holesky: fix Geth port numbers on macm2-01

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-09-24 15:47:04 +02:00
parent 51ae6fd3c2
commit 126afac14b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Can't log in via VNC without password.
bootstrap__admin_pass: '{{lookup("passwordstore", "hosts/macos/admin/pass")}}'
beacon_node_exec_layer_urls: ['http://holesky-01.ih-eu-mda1.nimbus.geth.wg:{{ 8551 + (idx|int) }}']
beacon_node_exec_layer_urls: ['http://holesky-01.ih-eu-mda1.nimbus.geth.wg:{{ 8551 + (idx|int) + 1 }}']