From b7eaea41aad9dabb8f5d7705eb008480a4b3fcc0 Mon Sep 17 00:00:00 2001 From: ec2 Date: Tue, 19 Sep 2023 10:57:30 +0000 Subject: [PATCH] Point to remote zipline --- lightclient-circuits/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightclient-circuits/Cargo.toml b/lightclient-circuits/Cargo.toml index 97461383..e6fc7331 100644 --- a/lightclient-circuits/Cargo.toml +++ b/lightclient-circuits/Cargo.toml @@ -62,9 +62,9 @@ ark-std = { version = "0.4.0", features = ["print-trace"] } poseidon_native = { git = "https://github.com/axiom-crypto/halo2.git", branch = "axiom/dev", package = "poseidon" } [dev-dependencies] rstest = "0.18.2" -test-utils = { path = "../../zipline-sygma/test-utils" } -ethereum-consensus-types = { path = "../../zipline-sygma/ethereum-consensus-types"} -light-client-verifier = { path = "../../zipline-sygma/light-client-verifier" } +test-utils = { git = "ssh://git@github.com/sygmaprotocol/Zipline.git", rev = "b9152dc" } +ethereum-consensus-types = { git = "ssh://git@github.com/sygmaprotocol/Zipline.git", rev = "b9152dc" } +light-client-verifier = { git = "ssh://git@github.com/sygmaprotocol/Zipline.git", rev = "b9152dc" } [features] default = []