Skip to content

Commit

Permalink
contract address change
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 24, 2024
1 parent b24e0c4 commit bb130a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/tests/upgrade_gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use subxt::{
OnlineClient, PolkadotConfig,
};

const GATEWAY_V2_ADDRESS: [u8; 20] = hex!("ee9170abfbf9421ad6dd07f6bdec9d89f2b581e0");
const GATEWAY_V2_ADDRESS: [u8; 20] = hex!("f8f7758fbcefd546eaeff7de24aff666b6228e73");

#[tokio::test]
async fn upgrade_gateway() {
Expand Down

0 comments on commit bb130a4

Please sign in to comment.