mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-19 02:01:17 +00:00
nimbus.prater: enable full light client data
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7da6edf144
commit
759b3c8bf3
@ -64,7 +64,7 @@ beacon_node_subscribe_all: true
|
|||||||
beacon_node_light_client_data_enabled: '{{ (node.public_api is defined and node.public_api) }}'
|
beacon_node_light_client_data_enabled: '{{ (node.public_api is defined and node.public_api) }}'
|
||||||
beacon_node_light_client_data_serve: true
|
beacon_node_light_client_data_serve: true
|
||||||
beacon_node_light_client_data_import_mode: 'full'
|
beacon_node_light_client_data_import_mode: 'full'
|
||||||
#beacon_node_web3_urls: '{{ beacon_node_web3_urls_all }}'
|
# Web3 Auth RPC
|
||||||
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
||||||
beacon_node_web3_urls: |-
|
beacon_node_web3_urls: |-
|
||||||
{{ (data_center == "he-eu-hel1")
|
{{ (data_center == "he-eu-hel1")
|
||||||
|
@ -68,7 +68,11 @@ beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="p
|
|||||||
# MEV Payload Builder
|
# MEV Payload Builder
|
||||||
beacon_node_payload_builder_enabled: '{{ node.get("payload_builder", false) }}'
|
beacon_node_payload_builder_enabled: '{{ node.get("payload_builder", false) }}'
|
||||||
beacon_node_payload_builder_url: 'https://builder-relay-goerli.flashbots.net/'
|
beacon_node_payload_builder_url: 'https://builder-relay-goerli.flashbots.net/'
|
||||||
# HTTP RPC support is unstable
|
# Light client data
|
||||||
|
beacon_node_light_client_data_enabled: '{{ (node.public_api is defined and node.public_api) }}'
|
||||||
|
beacon_node_light_client_data_serve: true
|
||||||
|
beacon_node_light_client_data_import_mode: 'full'
|
||||||
|
# Web3 Auth RPC
|
||||||
beacon_node_web3_urls: ['http://localhost:{{ geth_authrpc_port }}']
|
beacon_node_web3_urls: ['http://localhost:{{ geth_authrpc_port }}']
|
||||||
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user