Skip to content

Commit 52a7541

Browse files
committed
fix: hoddi proof aggregator address in sdk
1 parent 129a539 commit 52a7541

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/sdk/src/common/constants.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
8383
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY_STAGE: &str =
8484
"0x7Eace34A8d4C4CacE633946C6F7CF4BeF3F33513";
8585
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
86-
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
87-
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOODI: &str = "0x0"; // TODO: Update with actual Hoodi aggregation service address
86+
"0x98b7862BFbFA2B693c82159D94b44Cde1139f998";
87+
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOODI: &str =
88+
"0xEFeD2fd949995BE1a1C7f61AbFC0A33412c37f95";
8889
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_DEVNET: &str =
8990
"0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc";
9091
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_SEPOLIA: &str =

0 commit comments

Comments
 (0)