Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Nov 20, 2024
1 parent 159de5b commit 74f2c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/forge/bin/cmd/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,8 @@ where
)
.into();

// create the tx object. Since we're deploying a contract, `to` is `None`
// create the tx object. Since we're deploying a contract, `to` is
// `CONTRACT_DEPLOYER_ADDRESS`
let tx: alloy_zksync::network::transaction_request::TransactionRequest =
TransactionRequest::default()
.to(foundry_zksync_core::CONTRACT_DEPLOYER_ADDRESS.to_address())
Expand Down

0 comments on commit 74f2c7d

Please sign in to comment.