We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5447237 commit 00a252cCopy full SHA for 00a252c
batcher/aligned-sdk/src/core/constants.rs
@@ -57,6 +57,6 @@ pub const ALIGNED_SERVICE_MANAGER_HOLESKY_STAGE: &str =
57
pub const ALIGNED_SERVICE_MANAGER_MAINNET: &str = "0xeF2A435e5EE44B2041100EF8cbC8ae035166606c";
58
/// Batcher URL's
59
pub const BATCHER_URL_DEVNET: &str = "ws://localhost:8080";
60
-pub const BATCHER_URL_HOLESKY: &str = "wss://holesky.batcher.alignedlayer.com";
+pub const BATCHER_URL_HOLESKY: &str = "wss://batcher.alignedlayer.com";
61
pub const BATCHER_URL_HOLESKY_STAGE: &str = "wss://stage.batcher.alignedlayer.com";
62
-pub const BATCHER_URL_MAINNET: &str = "wss://batcher.alignedlayer.com";
+pub const BATCHER_URL_MAINNET: &str = "wss://mainnet.batcher.alignedlayer.com";
0 commit comments