Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-2/group_vars/ethereum_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prometheus_remote_write_username: "{{ secret_prometheus_remote_write.username }}
prometheus_remote_write_password: "{{ secret_prometheus_remote_write.password }}"
prometheus_config: |
global:
scrape_interval: 30s
scrape_interval: 12s
evaluation_interval: 30s
scrape_timeout: 10s
external_labels:
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-2/group_vars/geth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ geth_container_pull: true

prometheus_config: |
global:
scrape_interval: 30s
scrape_interval: 12s
evaluation_interval: 30s
scrape_timeout: 10s
external_labels:
Expand Down
30 changes: 30 additions & 0 deletions ansible/inventories/devnet-2/hetzner_inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ ethereum_network_name=bal-devnet-2
[bootnode]
hc-bootnode-1 ansible_host=116.203.97.137 ipv6=2a01:4f8:1c1c:51e3::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_besu_noprefetch_super]
hc-lighthouse-besu-noprefetch-super-1 ansible_host=91.99.237.139 ipv6=2a01:4f8:1c19:e26e::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_besu_optimized_super]
hc-lighthouse-besu-optimized-super-1 ansible_host=46.224.185.126 ipv6=2a01:4f8:1c1a:f643::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_besu_sequential_super]
hc-lighthouse-besu-sequential-super-1 ansible_host=178.104.35.36 ipv6=2a01:4f8:1c19:cf7d::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_besu_super]
hc-lighthouse-besu-super-1 ansible_host=188.245.250.30 ipv6=2a01:4f8:c0c:6cef::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True validator_start=200 validator_end=400

Expand All @@ -15,6 +24,15 @@ hc-lighthouse-erigon-super-1 ansible_host=157.90.232.15 ipv6=2a01:4f8:1c19:8a51:
[lighthouse_ethrex_super]
hc-lighthouse-ethrex-super-1 ansible_host=46.224.231.54 ipv6=2a01:4f8:1c19:f6dc::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True validator_start=2000 validator_end=2200

[lighthouse_geth_noprefetch_super]
hc-lighthouse-geth-noprefetch-super-1 ansible_host=178.104.45.168 ipv6=2a01:4f8:1c19:30d9::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_geth_optimized_super]
hc-lighthouse-geth-optimized-super-1 ansible_host=178.104.38.68 ipv6=2a01:4f8:1c19:1655::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_geth_sequential_super]
hc-lighthouse-geth-sequential-super-1 ansible_host=178.104.43.151 ipv6=2a01:4f8:1c19:8225::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True

[lighthouse_geth_super]
hc-lighthouse-geth-super-1 ansible_host=91.99.49.166 ipv6=2a01:4f8:1c0c:566e::1 cloud=hetzner cloud_region=nbg1-dc3 ethereum_node_cl_supernode_enabled=True validator_start=0 validator_end=200

Expand Down Expand Up @@ -52,9 +70,15 @@ hc-lodestar-reth-super-1 ansible_host=78.47.36.173 ipv6=2a01:4f8:c0c:bd96::1 clo
# Consensus client groups

[lighthouse:children]
lighthouse_besu_noprefetch_super
lighthouse_besu_optimized_super
lighthouse_besu_sequential_super
lighthouse_besu_super
lighthouse_erigon_super
lighthouse_ethrex_super
lighthouse_geth_noprefetch_super
lighthouse_geth_optimized_super
lighthouse_geth_sequential_super
lighthouse_geth_super
lighthouse_nethermind_super
lighthouse_nimbusel_super
Expand All @@ -75,10 +99,16 @@ lodestar_reth_super
# Execution client groups

[besu:children]
lighthouse_besu_noprefetch_super
lighthouse_besu_optimized_super
lighthouse_besu_sequential_super
lighthouse_besu_super
lodestar_besu_super
[ethereumjs:children]
[geth:children]
lighthouse_geth_noprefetch_super
lighthouse_geth_optimized_super
lighthouse_geth_sequential_super
lighthouse_geth_super
lodestar_geth_super
[nethermind:children]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Benchmark: noprefetch (prefetch disabled, bonsai cache enabled)
besu_container_image: ethpandaops/besu:bal-devnet-2-with-prefetch
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will have in this case parallel stateroot and parallel transaction execution


besu_container_command_extra_args:
- --genesis-file=/network-config/besu.json
- --rpc-http-api=ADMIN,DEBUG,ETH,MINER,NET,TRACE,TXPOOL,WEB3
- --sync-mode=FULL
- --data-storage-format=BONSAI
- --bonsai-limit-trie-logs-enabled=false
- --bonsai-historical-block-limit=100000000
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --target-gas-limit=80000000
- --Xbal-prefetch-reading-enabled=false
- --bonsai-cache-enabled=true
- --Xbal-trust-state-root=true
- --Xbal-perfect-parallelization-enabled=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Benchmark: optimized (prefetch enabled)
besu_container_image: ethpandaops/besu:bal-devnet-2-with-prefetch

besu_container_command_extra_args:
- --genesis-file=/network-config/besu.json
- --rpc-http-api=ADMIN,DEBUG,ETH,MINER,NET,TRACE,TXPOOL,WEB3
- --sync-mode=FULL
- --data-storage-format=BONSAI
- --bonsai-limit-trie-logs-enabled=false
- --bonsai-historical-block-limit=100000000
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --target-gas-limit=80000000
- --Xbal-prefetch-reading-enabled=true
- --Xbal-trust-state-root=true
- --Xbal-perfect-parallelization-enabled=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Benchmark: sequential (BAL optimization disabled)
besu_container_image: ethpandaops/besu:bal-devnet-2-with-prefetch

besu_container_command_extra_args:
- --genesis-file=/network-config/besu.json
- --rpc-http-api=ADMIN,DEBUG,ETH,MINER,NET,TRACE,TXPOOL,WEB3
- --sync-mode=FULL
- --data-storage-format=BONSAI
- --bonsai-limit-trie-logs-enabled=false
- --bonsai-historical-block-limit=100000000
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --target-gas-limit=80000000
- --Xbal-optimization-enabled=false
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will prefer to add also

--Xbal-perfect-parallelization-enabled=false and --Xbal-trust-state-root=false

Copy link
Copy Markdown

@matkt matkt Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this case you will have the optimistic parallelization that is not using BAL . So we will maybe see less optimization compared to some client that don't have // without BAL

- --Xbal-perfect-parallelization-enabled=false
- --Xbal-trust-state-root=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Benchmark: noprefetch (parallel execution without async warming)
default_ethereum_client_images:
lighthouse: ethpandaops/lighthouse:bal-devnet-2-65bb283
geth: ethpandaops/geth:bal-devnet-2

geth_container_command_extra_args:
- --http.api=eth,net,web3,debug,admin,txpool,trace
- --http.vhosts=*
- --networkid={{ ethereum_network_id }}
- --syncmode=full
- --history.state=0
- --gcmode=archive
- --syncmode=full
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --miner.gaslimit=80000000
- --bal.executionmode=nobatchio
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Benchmark: optimized (full BAL acceleration)
default_ethereum_client_images:
lighthouse: ethpandaops/lighthouse:bal-devnet-2
geth: ethpandaops/geth:bal-devnet-2

geth_container_command_extra_args:
- --http.api=eth,net,web3,debug,admin,txpool,trace
- --http.vhosts=*
- --networkid={{ ethereum_network_id }}
- --syncmode=full
- --history.state=0
- --gcmode=archive
- --syncmode=full
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --miner.gaslimit=80000000
- --bal.executionmode=full
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Benchmark: sequential (no BAL acceleration)
default_ethereum_client_images:
lighthouse: ethpandaops/lighthouse:bal-devnet-2
geth: ethpandaops/geth:bal-devnet-2

geth_container_command_extra_args:
- --http.api=eth,net,web3,debug,admin,txpool,trace
- --http.vhosts=*
- --networkid={{ ethereum_network_id }}
- --syncmode=full
- --history.state=0
- --gcmode=archive
- --syncmode=full
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --miner.gaslimit=80000000
- --bal.executionmode=sequential
24 changes: 24 additions & 0 deletions kubernetes/devnet-2/assertoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ assertoor:
- name: hc-bootnode-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-bootnode-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-bootnode-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-besu-noprefetch-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-besu-optimized-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-besu-sequential-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-besu-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-besu-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-super-1.srv.bal-devnet-2.ethpandaops.io
Expand All @@ -58,6 +67,15 @@ assertoor:
- name: hc-lighthouse-ethrex-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-ethrex-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-ethrex-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-geth-noprefetch-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-geth-optimized-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-geth-sequential-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
- name: hc-lighthouse-geth-super-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@rpc-hc-lighthouse-geth-super-1.srv.bal-devnet-2.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-super-1.srv.bal-devnet-2.ethpandaops.io
Expand Down Expand Up @@ -97,9 +115,15 @@ assertoor:
walletPrivkey: "<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.assertoor_private_key}>"
clientPairNames:
- hc-bootnode-1
- hc-lighthouse-besu-noprefetch-super-1
- hc-lighthouse-besu-optimized-super-1
- hc-lighthouse-besu-sequential-super-1
- hc-lighthouse-besu-super-1
- hc-lighthouse-erigon-super-1
- hc-lighthouse-ethrex-super-1
- hc-lighthouse-geth-noprefetch-super-1
- hc-lighthouse-geth-optimized-super-1
- hc-lighthouse-geth-sequential-super-1
- hc-lighthouse-geth-super-1
- hc-lighthouse-nethermind-super-1
- hc-lighthouse-nimbusel-super-1
Expand Down
18 changes: 18 additions & 0 deletions kubernetes/devnet-2/checkpointz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ checkpointz:
- name: rpc-lodestar-geth-001
address: http://lodestar-geth-001:5052
dataProvider: true
- name: hc-lighthouse-besu-noprefetch-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-besu-optimized-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-besu-sequential-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-besu-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-besu-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
Expand All @@ -62,6 +71,15 @@ checkpointz:
- name: hc-lighthouse-ethrex-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-ethrex-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-geth-noprefetch-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-geth-optimized-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-geth-sequential-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
- name: hc-lighthouse-geth-super-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.bal-devnets.node_ingress.combined}>@bn-hc-lighthouse-geth-super-1.srv.bal-devnet-2.ethpandaops.io
dataProvider: true
Expand Down
35 changes: 35 additions & 0 deletions kubernetes/devnet-2/dora/endpoints-cl.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/dora-endpoints-cl.yaml.j2
# Consensus layer endpoints

- url: http://lodestar-geth-001:5052
name: rpc-lodestar-geth-001
authGroup: pandaops
archive: true
priority: 1
- url: https://bn-hc-bootnode-1.srv.bal-devnet-2.ethpandaops.io
name: hc-bootnode-1
authGroup: pandaops
priority: -1
- url: https://bn-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-noprefetch-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-optimized-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-sequential-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-besu-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-super-1
authGroup: pandaops
Expand All @@ -20,6 +40,21 @@
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-noprefetch-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-optimized-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-sequential-super-1
authGroup: pandaops
priority: -1
archive: true
- url: https://bn-hc-lighthouse-geth-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-super-1
authGroup: pandaops
Expand Down
41 changes: 41 additions & 0 deletions kubernetes/devnet-2/dora/endpoints-el.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/dora-endpoints-el.yaml.j2
# Execution layer endpoints

- url: http://geth-lodestar-001:8545
name: rpc-lodestar-geth-001
authGroup: pandaops
archive: true
priority: 1
- url: https://rpc-hc-bootnode-1.srv.bal-devnet-2.ethpandaops.io
name: hc-bootnode-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-bootnode-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-noprefetch-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-besu-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-optimized-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-besu-optimized-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-sequential-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-besu-sequential-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-besu-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-besu-super-1
authGroup: pandaops
Expand All @@ -25,6 +48,24 @@
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-ethrex-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-noprefetch-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-geth-noprefetch-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-optimized-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-geth-optimized-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-sequential-super-1
authGroup: pandaops
priority: -1
archive: false
engineSnooperUrl: http://rpc-hc-lighthouse-geth-sequential-super-1.srv.bal-devnet-2.ethpandaops.io:8961
- url: https://rpc-hc-lighthouse-geth-super-1.srv.bal-devnet-2.ethpandaops.io
name: hc-lighthouse-geth-super-1
authGroup: pandaops
Expand Down
Loading
Loading