Skip to content

Commit 19b8074

Browse files
fix(sdk): hoddi proof aggregator address in sdk (#2158)
1 parent 129a539 commit 19b8074

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
@@ -84,7 +84,8 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY_STAGE: &str =
8484
"0x7Eace34A8d4C4CacE633946C6F7CF4BeF3F33513";
8585
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
8686
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
87-
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOODI: &str = "0x0"; // TODO: Update with actual Hoodi aggregation service address
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)