Skip to content

Commit

Permalink
fix config property
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkaijun committed Dec 16, 2023
1 parent b3b6f34 commit 12f7201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_abstraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def deploy(config: Config):
env = {**os.environ,
"PRIVATE_KEY": config.aa_deployer_key,
"PAYMASTER_PRIVATE_KEY": config.paymaster_key,
"RPC_URL": config.l2_engine_rpc}
"RPC_URL": config.l2_engine_rpc_url}

log_file = f"logs/{config.deploy_aa_log_file_name}"
print(f"Deploying account abstraction contracts. Logging to {log_file}")
Expand Down

0 comments on commit 12f7201

Please sign in to comment.