Skip to content

Commit

Permalink
fix: blobscan lint error (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Nov 29, 2023
1 parent 837fb97 commit 32f862b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def launch_blobscan(
blobscan_config.ip_address, blobscan_config.ports[HTTP_PORT_ID].number
)

web_config = get_web_config(
postgres_output.url, beacon_node_rpc_uri, chain_id
)
web_config = get_web_config(postgres_output.url, beacon_node_rpc_uri, chain_id)
plan.add_service(WEB_SERVICE_NAME, web_config)

indexer_config = get_indexer_config(
Expand Down

0 comments on commit 32f862b

Please sign in to comment.