Skip to content

Commit

Permalink
add blobscan api port
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 8, 2023
1 parent f83cc87 commit 2e3166d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def get_api_config(database_url, beacon_node_rpc, chain_id):
"CHAIN_ID": chain_id,
"DATABASE_URL": database_url,
"SECRET_KEY": "supersecret",
"BLOBSCAN_API_PORT": str(API_HTTP_PORT_NUMBER),
},
cmd=["api"],
ready_conditions=ReadyCondition(
Expand Down

0 comments on commit 2e3166d

Please sign in to comment.