There are many places in foundry-zksync codebase where we deal with zksync transactions and zksync transaction fields. These add the same fields as configuration every time so there might be room to unify the argument definition and some helpers, the same way foundry does with the cli transaction module.
Sample instances where we use this:
There are many places in
foundry-zksynccodebase where we deal with zksync transactions and zksync transaction fields. These add the same fields as configuration every time so there might be room to unify the argument definition and some helpers, the same way foundry does with the cli transaction module.Sample instances where we use this:
foundry-zksync/crates/cli/src/opts/build/zksync.rs
Line 106 in 7ef8c11
gasPerPubdata:foundry-zksync/crates/script/src/lib.rs
Line 223 in 7ef8c11
foundry-zksync/crates/cast/bin/cmd/send.rs
Line 37 in 7ef8c11