Skip to content

Commit

Permalink
Update src/blobscan/blobscan_launcher.star
Browse files Browse the repository at this point in the history
Co-authored-by: Gyanendra Mishra <[email protected]>
  • Loading branch information
barnabasbusa and h4ck3rk3y authored Nov 28, 2023
1 parent 8ad91b0 commit 844f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def launch_blobscan(
el_client_contexts[0].ip_addr, el_client_contexts[0].rpc_port_num
)

postgres_output = postgres.run(plan)
postgres_output = postgres.run(plan, service_name="blobscan-postgres")
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 844f60a

Please sign in to comment.