Skip to content

Commit 00a252c

Browse files
committed
fix: batcher urls
1 parent 5447237 commit 00a252c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batcher/aligned-sdk/src/core/constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ pub const ALIGNED_SERVICE_MANAGER_HOLESKY_STAGE: &str =
5757
pub const ALIGNED_SERVICE_MANAGER_MAINNET: &str = "0xeF2A435e5EE44B2041100EF8cbC8ae035166606c";
5858
/// Batcher URL's
5959
pub const BATCHER_URL_DEVNET: &str = "ws://localhost:8080";
60-
pub const BATCHER_URL_HOLESKY: &str = "wss://holesky.batcher.alignedlayer.com";
60+
pub const BATCHER_URL_HOLESKY: &str = "wss://batcher.alignedlayer.com";
6161
pub const BATCHER_URL_HOLESKY_STAGE: &str = "wss://stage.batcher.alignedlayer.com";
62-
pub const BATCHER_URL_MAINNET: &str = "wss://batcher.alignedlayer.com";
62+
pub const BATCHER_URL_MAINNET: &str = "wss://mainnet.batcher.alignedlayer.com";

0 commit comments

Comments
 (0)