Skip to content

Commit 09a1d5b

Browse files
committed
feat
1 parent 94a4938 commit 09a1d5b

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

scripts/utils/bin/fetch_and_save_proof.rs

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
use alloy::{hex, sol_types::SolValue};
2-
use alloy_primitives::{Address, B256};
1+
use alloy_primitives::Address;
32
use anyhow::Result;
43
use clap::Parser;
54
use futures::StreamExt;
6-
use op_succinct_client_utils::{boot::BootInfoStruct, AGGREGATION_OUTPUTS_SIZE};
75
use sp1_sdk::{
8-
network_v2::{
9-
client::NetworkClient,
10-
proto::network::{
11-
prover_network_client::ProverNetworkClient, FulfillmentStatus,
12-
GetFilteredProofRequestsRequest, ProofMode,
13-
},
6+
network_v2::proto::network::{
7+
prover_network_client::ProverNetworkClient, FulfillmentStatus,
8+
GetFilteredProofRequestsRequest, ProofMode,
149
},
1510
NetworkProverV2, Prover, SP1ProofWithPublicValues, SP1Stdin,
1611
};
17-
use std::{env, fs, path::Path, str::FromStr};
18-
use tonic::{
19-
transport::{channel::ClientTlsConfig, Channel},
20-
Code,
21-
};
12+
use std::{env, str::FromStr};
13+
use tonic::transport::{channel::ClientTlsConfig, Channel};
2214

2315
pub const RANGE_ELF: &[u8] = include_bytes!("../../../elf/range-elf");
2416

0 commit comments

Comments
 (0)