Skip to content

Commit

Permalink
Fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 13, 2023
1 parent 0b1d744 commit 6aa80cc
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 359 deletions.
5 changes: 4 additions & 1 deletion smoketest/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ pub const GATEWAY_PROXY_CONTRACT: [u8; 20] = hex!("EDa338E4dC46038493b885327842f

// Agent for sibling parachain 1001
pub const SIBLING_AGENT_ID: [u8; 32] =
hex!("2075b9f5bc236462eb1473c9a6236c3588e33ed19ead53aa3d9c62ed941cb793");
hex!("2075b9f5bc236462eb1473c9a6236c3588e33ed19ead53aa3d9c62ed941cb793");

pub const BRIDGE_HUB_AGENT_ID: [u8; 32] =
hex!("05f0ced792884ed09997292bd95f8d0d1094bb3bded91ec3f2f08531624037d6");
Loading

0 comments on commit 6aa80cc

Please sign in to comment.