Skip to content

Commit

Permalink
nimbus.prater: fix trusted node URL for MacOS hosts
Browse files Browse the repository at this point in the history
#132

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Aug 23, 2023
1 parent 0cdb2d6 commit 9df1b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/host_vars/macm1-01.ih-eu-mda1.nimbus.prater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network
beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: true
beacon_node_resync_timer_frequency: '2592000' # monthly
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/'
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.ih-eu-mda1.nimbus.prater.wg:9300/'
2 changes: 1 addition & 1 deletion ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network
beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: false
beacon_node_resync_timer_frequency: '2592000' # monthly
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/'
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.ih-eu-mda1.nimbus.prater:9300/'

0 comments on commit 9df1b95

Please sign in to comment.