Skip to content

Commit

Permalink
fix: blobscan network name (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Mar 18, 2024
1 parent 8b2fc61 commit 83c2a55
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 @@ -158,7 +158,7 @@ def get_web_config(database_url, beacon_node_rpc, chain_id, node_selectors):
env_vars={
"DATABASE_URL": database_url,
"SECRET_KEY": "supersecret",
"NEXT_PUBLIC_NETWORK_NAME": "kurtosis-devnet",
"NEXT_PUBLIC_NETWORK_NAME": "devnet",
"BEACON_NODE_ENDPOINT": beacon_node_rpc,
"CHAIN_ID": chain_id,
},
Expand Down

0 comments on commit 83c2a55

Please sign in to comment.