Skip to content

Commit

Permalink
Point to remote zipline
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Sep 19, 2023
1 parent 607328a commit b7eaea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lightclient-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/sygmaprotocol/Zipline.git", rev = "b9152dc" }
ethereum-consensus-types = { git = "ssh://[email protected]/sygmaprotocol/Zipline.git", rev = "b9152dc" }
light-client-verifier = { git = "ssh://[email protected]/sygmaprotocol/Zipline.git", rev = "b9152dc" }

[features]
default = []

0 comments on commit b7eaea4

Please sign in to comment.