Skip to content

Commit

Permalink
correct features
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Oct 22, 2024
1 parent 8d06384 commit 6dfe0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
with:
command: run
toolchain: 1.81.0
args: --release -p sp1-perf --features native-gnark network-v2 -- --program workdir/program.bin --stdin workdir/stdin.bin --mode network
args: --release -p sp1-perf --features "native-gnark,network-v2" -- --program workdir/program.bin --stdin workdir/stdin.bin --mode network
env:
RUST_LOG: info
RUSTFLAGS: -Copt-level=3 -Ctarget-cpu=native
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/src/network-v2/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::network_v2::proto::network::{
use crate::network_v2::Signable;

/// The default RPC endpoint for the Succinct prover network.
pub const DEFAULT_PROVER_NETWORK_RPC: &str = "https://rpc.dev.succinct.tools";
pub const DEFAULT_PROVER_NETWORK_RPC: &str = "https://rpc.dev.succinct.tools/";

pub struct NetworkClient {
signer: PrivateKeySigner,
Expand Down

0 comments on commit 6dfe0f9

Please sign in to comment.