We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75e1e2 commit ec48580Copy full SHA for ec48580
1 file changed
batcher/aligned-sdk/src/sdk.rs
@@ -308,6 +308,7 @@ async fn _verify_proof_onchain(
308
) -> Result<bool, errors::VerificationError> {
309
let contract_address = match chain {
310
Chain::Devnet => "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
311
+ // If we re-deploy the Aligned SM contract we need to change this value to the new contract address
312
Chain::Holesky => "0x0584313310bD52B77CF0b81b350Ca447B97Df5DF",
313
Chain::HoleskyStage => "0x9C5231FC88059C086Ea95712d105A2026048c39B",
314
};
0 commit comments