Skip to content

Commit

Permalink
remove sync_step.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Dec 13, 2023
1 parent 123bc92 commit 9e6ebb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
4 changes: 1 addition & 3 deletions contracts/rust-abi/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ abigen!(
Spectre,
"./out/Spectre.sol/Spectre.json";
StepVerifier,
"./out/sync_step.sol/Verifier.json";
"./out/sync_step_verifier.sol/Verifier.json";
CommitteeUpdateVerifier,
"./out/committee_update_verifier.sol/Verifier.json";
StepMockVerifier,
"./out/SyncStepMockVerifier.sol/SyncStepMockVerifier.json";
SyncStepCompressedMockVerifier,
"./out/SyncStepMockVerifier.sol/SyncStepCompressedMockVerifier.json";
CommitteeUpdateMockVerifier,
Expand Down
23 changes: 0 additions & 23 deletions contracts/snark-verifiers/sync_step.sol

This file was deleted.

0 comments on commit 9e6ebb6

Please sign in to comment.