Skip to content

Commit

Permalink
chore: update zombienet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Nov 19, 2024
1 parent 0fdd11c commit 3bc1881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions crates/pop-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ glob.workspace = true
serde_json.workspace = true
strum.workspace = true
strum_macros.workspace = true
# Subxt dependenices need to be at least 0.37 because of the new SignedExtension
subxt-signer = { version = "0.37", features = ["subxt", "sr25519"] }
subxt = "0.37"
subxt-signer.workspace = true
subxt.workspace = true
tar.workspace = true
tempfile.workspace = true
thiserror.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions crates/pop-parachains/src/up/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ impl Zombienet {
Ok(relay::default(version, runtime_version, chain, cache).await?)
}

/// The name of the relay chain.
pub fn relay_chain(&self) -> &str {
&self.relay_chain.chain
}
/// The name of the relay chain.
pub fn relay_chain(&self) -> &str {
&self.relay_chain.chain
}

/// Whether any HRMP channels are to be pre-opened.
pub fn hrmp_channels(&self) -> bool {
Expand Down

0 comments on commit 3bc1881

Please sign in to comment.