Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris authored and Dzejkop committed Dec 11, 2024
1 parent df0244c commit dc074cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devnet/src/el/world-chain/world_chain_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ def get_config(
"--metrics=0.0.0.0:{0}".format(METRICS_PORT_NUM),
"--discovery.port={0}".format(discovery_port),
"--port={0}".format(discovery_port),
"--builder.entry_point=0x0000000000000000000000000000000000000001"
# TODO: Get this address from app team
"--builder.entry_point=0x0000000000000000000000000000000000000001"
]

if len(existing_el_clients) > 0:
Expand Down

0 comments on commit dc074cc

Please sign in to comment.