Skip to content

Commit

Permalink
remove beaconchain explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 8, 2023
1 parent af5af10 commit d7a6221
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/tests/mix-with-tools-mev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ additional_services:
- dora
- prometheus_grafana
- goomy_blob
#- full_beaconchain_explorer
- custom_flood
- blobscan
ethereum_metrics_exporter_enabled: true
Expand Down
1 change: 0 additions & 1 deletion .github/tests/mix-with-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ additional_services:
- dora
- prometheus_grafana
- goomy_blob
#- full_beaconchain_explorer
- custom_flood
- blobscan
ethereum_metrics_exporter_enabled: true
Expand Down
1 change: 1 addition & 0 deletions src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def launch_blobscan(
max_cpu=POSTGRES_MAX_CPU,
min_memory=POSTGRES_MIN_MEMORY,
max_memory=POSTGRES_MAX_MEMORY,
persistent=False,
)
api_config = get_api_config(postgres_output.url, beacon_node_rpc_uri, chain_id)
blobscan_config = plan.add_service(API_SERVICE_NAME, api_config)
Expand Down

0 comments on commit d7a6221

Please sign in to comment.