diff --git a/Cargo.lock b/Cargo.lock index 1350a24d..e84fec93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5569,7 +5569,7 @@ dependencies = [ [[package]] name = "garbled-snark-verifier" version = "0.1.0" -source = "git+https://github.com/KSlashh/bitvm2-gc?branch=patch-deps#f61f30e43be8c68b95421a14462ad95d36250e2e" +source = "git+https://github.com/GOATNetwork/bitvm2-gc?branch=feat%2Fgoat-bitvm3#98acca9f25820cba3e18f67dea56c1e231fa67ef" dependencies = [ "ark-bn254", "ark-crypto-primitives", @@ -12206,7 +12206,7 @@ dependencies = [ [[package]] name = "soldering-host" version = "1.1.0" -source = "git+https://github.com/KSlashh/bitvm2-gc?branch=patch-deps#f61f30e43be8c68b95421a14462ad95d36250e2e" +source = "git+https://github.com/GOATNetwork/bitvm2-gc?branch=feat%2Fgoat-bitvm3#98acca9f25820cba3e18f67dea56c1e231fa67ef" dependencies = [ "ark-bn254", "ark-crypto-primitives", @@ -13907,7 +13907,7 @@ dependencies = [ [[package]] name = "verifiable-circuit-babe" version = "0.0.1" -source = "git+https://github.com/KSlashh/bitvm2-gc?branch=patch-deps#f61f30e43be8c68b95421a14462ad95d36250e2e" +source = "git+https://github.com/GOATNetwork/bitvm2-gc?branch=feat%2Fgoat-bitvm3#98acca9f25820cba3e18f67dea56c1e231fa67ef" dependencies = [ "aes", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index b68c8c11..c3efd591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,9 +106,9 @@ p3-field = { git = "https://github.com/ProjectZKM/Plonky3" } #zkm-verifier = { path = "../Ziren/crates/verifier" } bitvm-lib = { package = "bitvm-gc", path = "crates/bitvm-gc" } -verifiable-circuit-babe = { git = "https://github.com/KSlashh/bitvm2-gc", branch = "patch-deps" } -garbled-snark-verifier = { git = "https://github.com/KSlashh/bitvm2-gc", branch = "patch-deps" } -soldering-host = { git = "https://github.com/KSlashh/bitvm2-gc", branch = "patch-deps" } +verifiable-circuit-babe = { git = "https://github.com/GOATNetwork/bitvm2-gc", branch = "feat/goat-bitvm3" } +garbled-snark-verifier = { git = "https://github.com/GOATNetwork/bitvm2-gc", branch = "feat/goat-bitvm3" } +soldering-host = { git = "https://github.com/GOATNetwork/bitvm2-gc", branch = "feat/goat-bitvm3" } #verifiable-circuit-babe = { path = "../bitvm2-gc/verifiable-circuit-babe"} #garbled-snark-verifier = { path = "../bitvm2-gc/garbled-snark-verifier"}