We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b90f61 commit bf07284Copy full SHA for bf07284
crates/sdk/src/common/constants.rs
@@ -83,7 +83,8 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
83
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
84
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_DEVNET: &str =
85
"0xFD471836031dc5108809D173A067e8486B9047A3";
86
-pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str = "0xb5D46304c30B1AeB3a8Da6ab599c336f7946C8A4";
+pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str =
87
+ "0xb5D46304c30B1AeB3a8Da6ab599c336f7946C8A4";
88
89
/// Batcher URL's
90
pub const BATCHER_URL_DEVNET: &str = "ws://localhost:8080";
0 commit comments