Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 14, 2025
1 parent 19292c8 commit 4d8b9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl ZksyncCheatcodeInspectorStrategyRunner {
cheatcode.as_any().downcast_ref().unwrap();

info!(?account, "cheatcode zkGetDeploymentNonce");

let (_, deploy_nonce) =
foundry_zksync_core::cheatcodes::get_full_nonce(account, ccx.ecx);
Ok(deploy_nonce.abi_encode())
Expand Down

0 comments on commit 4d8b9e2

Please sign in to comment.