Skip to content

Commit bf07284

Browse files
committed
Fmt
1 parent 3b90f61 commit bf07284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/sdk/src/common/constants.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
8383
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
8484
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_DEVNET: &str =
8585
"0xFD471836031dc5108809D173A067e8486B9047A3";
86-
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str = "0xb5D46304c30B1AeB3a8Da6ab599c336f7946C8A4";
86+
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str =
87+
"0xb5D46304c30B1AeB3a8Da6ab599c336f7946C8A4";
8788

8889
/// Batcher URL's
8990
pub const BATCHER_URL_DEVNET: &str = "ws://localhost:8080";

0 commit comments

Comments
 (0)