Update ZKsync OS wrapper
Updates zkos-wrapper repository with the new SNARK proof
to prepare verification key generation on the next step using update_vk.py script.
Local use
REPO_DIR="/path/to/zkos-wrapper" \
ZKSYNC_AIRBENDER_PATH=/path/to/zksync-airbender \
uv run -m scripts.update_wrapper
To run the script, you will need:
- General prerequisites including uv, Rust and NodeJS
- Access to the
zkos-wrapperrepository specified throughREPO_DIRenv variable - Access to the
zksync-airbenderrepository specified throughZKSYNC_AIRBENDER_PATHenv variable