Skip to content

Commit

Permalink
fixed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
preston4896 committed Nov 8, 2024
1 parent 4843211 commit a29cdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge-test/utils/SuccinctSetup.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

// import {SP1Verifier} from "@sp1-contracts/v3.0.0/SP1VerifierGroth16.sol";
import {SP1Verifier} from "@sp1-contracts/v3.0.0/SP1VerifierPlonk.sol";
import {SP1Verifier} from "@sp1-contracts/v3.0.0/SP1VerifierGroth16.sol";
// import {SP1Verifier} from "@sp1-contracts/v3.0.0/SP1VerifierPlonk.sol";
import {ISP1Verifier} from "@sp1-contracts/ISP1Verifier.sol";

enum ProveOpt {
Expand Down

0 comments on commit a29cdba

Please sign in to comment.