diff --git a/Cargo.lock b/Cargo.lock index b9b9ff00b..cdc2e8090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "halo2_solidity_verifier" version = "0.1.0" -source = "git+https://github.com/alexander-camuto/halo2-solidity-verifier?branch=cache-lookup-consts-vk#5e252d79bd8eabf8a7461a4a0ccb939e57635258" +source = "git+https://github.com/alexander-camuto/halo2-solidity-verifier?branch=ac/update-h2-curves#eede1db7f3e599112bd1186e9d1913286bdcb539" dependencies = [ "askama", "blake2b_simd", diff --git a/Cargo.toml b/Cargo.toml index b8b6d2709..07ea09d1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ halo2_wrong_ecc = { git = "https://github.com/zkonduit/halo2wrong", branch = "ac snark-verifier = { git = "https://github.com/zkonduit/snark-verifier", branch = "ac/chunked-mv-lookup", features = [ "derive_serde", ] } -halo2_solidity_verifier = { git = "https://github.com/alexander-camuto/halo2-solidity-verifier", branch = "cache-lookup-consts-vk" } +halo2_solidity_verifier = { git = "https://github.com/alexander-camuto/halo2-solidity-verifier", branch = "ac/update-h2-curves" } maybe-rayon = { version = "0.1.1", default_features = false } bincode = { version = "1.3.3", default_features = false } unzip-n = "0.1.2"