We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e42d2 commit 3ca8bc8Copy full SHA for 3ca8bc8
1 file changed
batcher/aligned-sdk/src/sdk.rs
@@ -272,7 +272,7 @@ async fn _verify_proof_onchain(
272
) -> Result<bool, errors::VerificationError> {
273
let contract_address = match chain {
274
Chain::Devnet => "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
275
- Chain::Holesky => "0x58F280BeBE9B34c9939C3C39e0890C81f163B623",
+ Chain::Holesky => "0xe41Faf6446A94961096a1aeeec1268CA4A6D4a77",
276
Chain::HoleskyStage => "0x9C5231FC88059C086Ea95712d105A2026048c39B",
277
};
278
0 commit comments