From 2739dbf450f64727bc2774fe7ed0b80f1191930c Mon Sep 17 00:00:00 2001 From: 0xOsiris Date: Thu, 21 Nov 2024 16:12:14 -0700 Subject: [PATCH] add todos --- devnet/src/el/world-chain/world_chain_launcher.star | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devnet/src/el/world-chain/world_chain_launcher.star b/devnet/src/el/world-chain/world_chain_launcher.star index 34f3b9b..e291838 100644 --- a/devnet/src/el/world-chain/world_chain_launcher.star +++ b/devnet/src/el/world-chain/world_chain_launcher.star @@ -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: