Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matias-gonz committed Nov 5, 2024
1 parent 4521114 commit b5f4e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zkstack_cli/crates/zkstack/src/accept_ownership.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub async fn accept_admin(
let calldata = ACCEPT_ADMIN
.encode("chainAdminAcceptAdmin", (admin, target_address))
.unwrap();
let forge = Forge::new(&foundry_contracts_path)
let forge = Forge::new(foundry_contracts_path)
.script(
&ACCEPT_GOVERNANCE_SCRIPT_PARAMS.script(),
forge_args.clone(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub async fn set_token_multiplier_setter(
(chain_admin_address, target_address),
)
.unwrap();
let forge = Forge::new(&foundry_contracts_path)
let forge = Forge::new(foundry_contracts_path)
.script(
&ACCEPT_GOVERNANCE_SCRIPT_PARAMS.script(),
forge_args.clone(),
Expand Down

0 comments on commit b5f4e8d

Please sign in to comment.