@@ -25,14 +25,23 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
2525toml = " 0.8"
2626thiserror = " 1"
2727
28- forward_system = { path = " ../../zksync-os/forward_system" , features = [" no_print" , " pectra" ] }
29- oracle_provider = { path = " ../../zksync-os/oracle_provider" }
30- callable_oracles = { path = " ../../zksync-os/callable_oracles" }
31- crypto = { path = " ../../zksync-os/crypto" }
32- zk_ee = { path = " ../../zksync-os/zk_ee" }
33- basic_system = { path = " ../../zksync-os/basic_system" }
34- basic_bootloader = { path = " ../../zksync-os/basic_bootloader" }
35- zksync_os_runner = { path = " ../../zksync-os/zksync_os_runner" }
28+ # forward_system = { path = "../../zksync-os/forward_system", features = ["no_print", "pectra"] }
29+ # oracle_provider = { path = "../../zksync-os/oracle_provider" }
30+ # callable_oracles = { path = "../../zksync-os/callable_oracles" }
31+ # crypto = { path = "../../zksync-os/crypto" }
32+ # zk_ee = { path = "../../zksync-os/zk_ee" }
33+ # basic_system = { path = "../../zksync-os/basic_system" }
34+ # basic_bootloader = { path = "../../zksync-os/basic_bootloader" }
35+ # zksync_os_runner = { path = "../../zksync-os/zksync_os_runner" }
36+
37+ forward_system = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" , features = [" no_print" , " pectra" ] }
38+ oracle_provider = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
39+ callable_oracles = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
40+ crypto = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
41+ zk_ee = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
42+ basic_system = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
43+ basic_bootloader = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
44+ zksync_os_runner = { git = " https://github.com/matter-labs/zksync-os" , branch = " popzxc/more-ethproofs-fusaka" }
3645
3746# execution_utils = { git = "https://github.com/matter-labs/zksync-airbender", branch = "dev", default-features = false, optional = true }
3847# risc_v_simulator = { git = "https://github.com/matter-labs/zksync-airbender", branch = "dev", features = ["delegation"], optional = true }
0 commit comments