Skip to content

Commit

Permalink
Remove evm code deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 18, 2024
1 parent 5295f72 commit 2e2191e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use halo2_proofs::{
poly::kzg::commitment::ParamsKZG,
};
use ce_snark_verifier_sdk::{
evm::{gen_evm_proof_shplonk, gen_evm_verifier_shplonk, evm_verify},
evm::{gen_evm_proof_shplonk, gen_evm_verifier_shplonk},
gen_pk,
halo2::{aggregation::{AggregationCircuit, AggregationConfigParams, VerifierUniversality}, gen_snark_shplonk},
Snark,
Expand Down Expand Up @@ -190,7 +190,6 @@ fn test_standard_plonk_compression() {
num_instances,
Some(Path::new("examples/StandardPlonkVerifier.sol")),
);
evm_verify(_deployment_code, instances, _proof);
}


Expand Down

0 comments on commit 2e2191e

Please sign in to comment.