Skip to content

Commit

Permalink
fix: devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Nov 21, 2024
1 parent e659299 commit 8517bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions devnet/src/el/world-chain/world_chain_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion world-chain-builder/src/node/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8517bbf

Please sign in to comment.