@@ -27,14 +27,15 @@ thiserror = "1"
2727
2828# For local debugging: replace remote dependencies with local ones, init the submodule, and get convenient debugging experience.
2929# DO NOT use local dependencies outside of debugging.
30- # forward_system = { path = "../zksync-os/forward_system", features = ["no_print", "pectra"] }
30+ # forward_system = { path = "../zksync-os/forward_system", features = ["no_print", "pectra" ] }
3131# oracle_provider = { path = "../zksync-os/oracle_provider" }
3232# callable_oracles = { path = "../zksync-os/callable_oracles" }
3333# crypto = { path = "../zksync-os/crypto" }
3434# zk_ee = { path = "../zksync-os/zk_ee" }
3535# basic_system = { path = "../zksync-os/basic_system" }
3636# basic_bootloader = { path = "../zksync-os/basic_bootloader" }
3737# zksync_os_runner = { path = "../zksync-os/zksync_os_runner" }
38+ # system_hooks = { path = "../zksync-os/system_hooks", features = ["p256_precompile"] }
3839
3940forward_system = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" , features = [" no_print" , " pectra" ] }
4041oracle_provider = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
@@ -44,6 +45,7 @@ zk_ee = { git = "https://github.com/matter-labs/zksync-os", branch = "popzxc/mor
4445basic_system = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
4546basic_bootloader = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
4647zksync_os_runner = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
48+ system_hooks = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" , features = [" p256_precompile" ] }
4749
4850# execution_utils = { git = "https://github.com/matter-labs/zksync-airbender", branch = "dev", default-features = false, optional = true }
4951# risc_v_simulator = { git = "https://github.com/matter-labs/zksync-airbender", branch = "dev", features = ["delegation"], optional = true }
0 commit comments