diff --git a/aptos/Cargo.toml b/aptos/Cargo.toml index e2d8107e..c714512d 100644 --- a/aptos/Cargo.toml +++ b/aptos/Cargo.toml @@ -50,11 +50,11 @@ sha2 = "0.9" thiserror = "1.0.58" tiny-keccak = "2.0.2" url = "2.5.0" -sphinx-derive = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-sdk = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-helper = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-prover = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-sdk = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-helper = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-prover = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } tokio = "1.37" tokio-stream = "0.1" alloy-sol-types = "0.7.2" diff --git a/aptos/programs/benchmarks/signature-verification/Cargo.toml b/aptos/programs/benchmarks/signature-verification/Cargo.toml index 77d9b595..2246597a 100644 --- a/aptos/programs/benchmarks/signature-verification/Cargo.toml +++ b/aptos/programs/benchmarks/signature-verification/Cargo.toml @@ -7,8 +7,8 @@ license = "Apache-2.0" [dependencies] aptos-lc-core = { path = "../../../core", package = "aptos-lc-core", default-features = false } -sphinx-derive = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/aptos/programs/epoch-change/Cargo.toml b/aptos/programs/epoch-change/Cargo.toml index 65bf61fe..ddeca201 100644 --- a/aptos/programs/epoch-change/Cargo.toml +++ b/aptos/programs/epoch-change/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] aptos-lc-core = { path = "../../core", package = "aptos-lc-core", default-features = false } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/aptos/programs/inclusion/Cargo.toml b/aptos/programs/inclusion/Cargo.toml index 3bb44629..dad5df6e 100644 --- a/aptos/programs/inclusion/Cargo.toml +++ b/aptos/programs/inclusion/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] aptos-lc-core = { path = "../../core", package = "aptos-lc-core", default-features = false } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/ethereum/Cargo.toml b/ethereum/Cargo.toml index bac3af41..5ae9ed6f 100644 --- a/ethereum/Cargo.toml +++ b/ethereum/Cargo.toml @@ -33,11 +33,11 @@ tree_hash_derive = "0.6" # Crypto dependencies bls12_381 = { git = "https://github.com/argumentcomputer/bls12_381.git", branch = "zkvm" } # Sphinx dependencies -sphinx-derive = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-sdk = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-helper = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } -sphinx-prover = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-sdk = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-helper = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-prover = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/ethereum/programs/committee-change/Cargo.toml b/ethereum/programs/committee-change/Cargo.toml index 38530a4b..a93c5c90 100644 --- a/ethereum/programs/committee-change/Cargo.toml +++ b/ethereum/programs/committee-change/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] ethereum-lc-core = { path = "../../core", package = "ethereum-lc-core", default-features = false } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/ethereum/programs/inclusion/Cargo.toml b/ethereum/programs/inclusion/Cargo.toml index 86f42f51..2c5b89f9 100644 --- a/ethereum/programs/inclusion/Cargo.toml +++ b/ethereum/programs/inclusion/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] ethereum-lc-core = { path = "../../core", package = "ethereum-lc-core", default-features = false } -sphinx-zkvm = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } [patch.crates-io] # Sphinx patch diff --git a/fixture-generator/Cargo.toml b/fixture-generator/Cargo.toml index 9b2e487e..aaabd540 100644 --- a/fixture-generator/Cargo.toml +++ b/fixture-generator/Cargo.toml @@ -12,8 +12,8 @@ name = "generate-fixture" path = "src/bin/main.rs" [dependencies] -sphinx-sdk = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } -sphinx-prover = { git = "ssh://git@github.com/argumentcomputer/sphinx", tag = "v1.0.0" } +sphinx-sdk = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0", features = ["plonk"] } +sphinx-prover = { git = "https://github.com/argumentcomputer/sphinx", tag = "v1.0.0" } ethereum-lc = { path = "../ethereum/light-client", features = ["ethereum"] } aptos-lc = { path = "../aptos/light-client", features = ["aptos"] } serde_json = { version = "1", features = ["alloc"] }