Skip to content

Commit a67b118

Browse files
committed
fix: remove unused verifiers in agg mode
1 parent d11b0a7 commit a67b118

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

aggregation_mode/cli/src/commands/helpers.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,8 @@ pub fn parse_network(value: &str) -> Result<Network, String> {
99

1010
#[derive(Debug, Clone, ValueEnum)]
1111
pub enum ProvingSystemArg {
12-
#[clap(name = "GnarkPlonkBls12_381")]
13-
GnarkPlonkBls12_381,
14-
#[clap(name = "GnarkPlonkBn254")]
15-
GnarkPlonkBn254,
16-
#[clap(name = "GnarkGroth16Bn254")]
17-
GnarkGroth16Bn254,
1812
#[clap(name = "SP1")]
1913
SP1,
2014
#[clap(name = "Risc0")]
2115
Risc0,
22-
#[clap(name = "CircomGroth16Bn256")]
23-
CircomGroth16Bn256,
24-
#[clap(name = "Mina")]
25-
Mina,
26-
#[clap(name = "MinaAccount")]
27-
MinaAccount,
2816
}

0 commit comments

Comments
 (0)