Skip to content

Commit

Permalink
Merge branch 'foundry-update-4af6cfa' of github.com:matter-labs/found…
Browse files Browse the repository at this point in the history
…ry-zksync into foundry-update-4af6cfa
  • Loading branch information
nbaztec committed Jul 15, 2024
2 parents 18ca4dc + 9577c99 commit 73da8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/script/src/simulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ impl PreSimulationState {
.into_iter()
.map(|btx| {
let mut tx = TransactionWithMetadata::from_tx_request(btx.transaction);
tx.zk = btx.zk_tx.map(|metadata| ZkTransaction { factory_deps: metadata.factory_deps });
tx.rpc = btx.rpc.expect("missing broadcastable tx rpc url");
tx
})
Expand Down

0 comments on commit 73da8ff

Please sign in to comment.