From df0244c663ce6b9c2c5720984d0386f2c157d1c0 Mon Sep 17 00:00:00 2001 From: 0xOsiris Date: Thu, 21 Nov 2024 16:10:20 -0700 Subject: [PATCH] fix: devnet --- devnet/src/el/world-chain/world_chain_launcher.star | 1 + world-chain-builder/src/node/args.rs | 2 +- 2 files 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 09653bc..34f3b9b 100644 --- a/devnet/src/el/world-chain/world_chain_launcher.star +++ b/devnet/src/el/world-chain/world_chain_launcher.star @@ -167,6 +167,7 @@ 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" ] if len(existing_el_clients) > 0: diff --git a/world-chain-builder/src/node/args.rs b/world-chain-builder/src/node/args.rs index ce47982..2b19df9 100644 --- a/world-chain-builder/src/node/args.rs +++ b/world-chain-builder/src/node/args.rs @@ -27,7 +27,7 @@ pub struct WorldChainBuilderArgs { /// Sets the ERC-4337 EntryPoint contract address /// This contract is used to verify World-Id Proofs attached to 4337 payloads. - #[arg(long = "builder.entry_point_contract")] + #[arg(long = "builder.entry_point")] pub entry_point: Address, /// Sets the max blockspace reserved for verified transactions. If there are not enough