Skip to content

Commit ec48580

Browse files
committed
Add Holesky Aligned SM contract addr disclaimer
1 parent b75e1e2 commit ec48580

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

batcher/aligned-sdk/src/sdk.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ async fn _verify_proof_onchain(
308308
) -> Result<bool, errors::VerificationError> {
309309
let contract_address = match chain {
310310
Chain::Devnet => "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
311+
// If we re-deploy the Aligned SM contract we need to change this value to the new contract address
311312
Chain::Holesky => "0x0584313310bD52B77CF0b81b350Ca447B97Df5DF",
312313
Chain::HoleskyStage => "0x9C5231FC88059C086Ea95712d105A2026048c39B",
313314
};

0 commit comments

Comments
 (0)