From 19ae2c4fff2c8522cd87725d43ec352fcc4e8fd5 Mon Sep 17 00:00:00 2001 From: SantiagoPittella Date: Mon, 24 Feb 2025 16:50:06 -0300 Subject: [PATCH] review: remove default batch prover url constant --- crates/utils/src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/utils/src/config.rs b/crates/utils/src/config.rs index e534797aa..4f79c6c49 100644 --- a/crates/utils/src/config.rs +++ b/crates/utils/src/config.rs @@ -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. ///