Skip to content

Commit

Permalink
Update Holesky SM and batcher address
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Sep 20, 2024
1 parent 2c60d62 commit 2fe0dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batcher/aligned-sdk/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async fn _submit_multiple(

let payment_service_addr = match chain {
Chain::Devnet => H160::from_str("0x7969c5eD335650692Bc04293B07F5BF2e7A673C0").ok(),
Chain::Holesky => H160::from_str("0x815aeCA64a974297942D2Bbf034ABEe22a38A003").ok(),
Chain::Holesky => H160::from_str("0x054f476F4a7D7961d12A70340BBb051bE17D623e").ok(),
Chain::HoleskyStage => H160::from_str("0x7577Ec4ccC1E6C529162ec8019A49C13F6DAd98b").ok(),
};

Expand Down Expand Up @@ -378,7 +378,7 @@ async fn _is_proof_verified(
let contract_address = match chain {
Chain::Devnet => "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
// If we re-deploy the Aligned SM contract we need to change this value to the new contract address
Chain::Holesky => "0x0584313310bD52B77CF0b81b350Ca447B97Df5DF",
Chain::Holesky => "0x8B744d6E01d13C868AB1cf69c8788D88C6058A92",
Chain::HoleskyStage => "0x9C5231FC88059C086Ea95712d105A2026048c39B",
};

Expand Down

0 comments on commit 2fe0dac

Please sign in to comment.