Commit 3c06194c authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: set persistence to false for blobscan (#398)

parent d7c9b92f
......@@ -42,7 +42,9 @@ def launch_blobscan(
el_client_contexts[0].ip_addr, el_client_contexts[0].rpc_port_num
)
postgres_output = postgres.run(plan, service_name="blobscan-postgres")
postgres_output = postgres.run(
plan, service_name="blobscan-postgres", 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment