Skip to content

Commit

Permalink
review: remove default batch prover url constant
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Feb 24, 2025
1 parent 6ff7644 commit 19ae2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub const DEFAULT_NODE_RPC_PORT: u16 = 57291;
pub const DEFAULT_BLOCK_PRODUCER_PORT: u16 = 48046;
pub const DEFAULT_STORE_PORT: u16 = 28943;
pub const DEFAULT_FAUCET_SERVER_PORT: u16 = 8080;
pub const DEFAULT_BATCH_PROVER_PORT: u16 = 8082;

/// Loads the user configuration.
///
Expand Down

0 comments on commit 19ae2c4

Please sign in to comment.