Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions crates/sdk/src/common/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY_STAGE: &str =
"0x7Eace34A8d4C4CacE633946C6F7CF4BeF3F33513";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOODI: &str = "0x0"; // TODO: Update with actual Hoodi aggregation service address
"0x98b7862BFbFA2B693c82159D94b44Cde1139f998";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOODI: &str =
"0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_DEVNET: &str =
"0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc";
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str =
Expand Down
Loading