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