Skip to content

Commit a47350d

Browse files
committed
Update Holesky contract
1 parent 5f3540f commit a47350d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batcher/aligned-sdk/src/sdk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ async fn _verify_proof_onchain(
308308
) -> Result<bool, errors::VerificationError> {
309309
let contract_address = match chain {
310310
Chain::Devnet => "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
311-
Chain::Holesky => "0xe41Faf6446A94961096a1aeeec1268CA4A6D4a77",
311+
Chain::Holesky => "0x0584313310bD52B77CF0b81b350Ca447B97Df5DF",
312312
Chain::HoleskyStage => "0x9C5231FC88059C086Ea95712d105A2026048c39B",
313313
};
314314

0 commit comments

Comments
 (0)