Skip to content

Commit

Permalink
add base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Mar 1, 2025
1 parent 835465a commit b7c29e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maat/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ pub fn local_testnet_config(temp_dir_path: &std::path::Path) -> NetworkConfig {
.with_node(|node| node.polkadot_node("relay-1"))
.with_node(|node| node.polkadot_node("relay-2"))
})
.with_global_settings(|c| c.with_base_dir("/eiger/tmp/zombienet"))
.with_parachain(|parachain| {
parachain
.with_id(1000)
Expand Down

0 comments on commit b7c29e6

Please sign in to comment.