Skip to content

Commit

Permalink
🩹 Update zombienet config (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic authored Sep 13, 2024
1 parent 862d1b9 commit 0d71a49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ create-chainspec-base:
./scripts/create_base_chain_spec.sh ./runtimes/base/target/srtool/release/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm 2105

# Use zombienet to spawn rococo + polimec testnet
zombienet path_to_file="scripts/zombienet/native/base-rococo-local.toml":
dev path_to_file="scripts/zombienet/polimec-paseo-local.toml":
zombienet spawn {{ path_to_file }}
5 changes: 4 additions & 1 deletion pallets/funding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub use pallet::*;
use pallet_xcm::ensure_response;
use polimec_common::{
credentials::{Cid, Did, EnsureOriginWithCredentials, InvestorType, UntrustedToken},
migration_types::{Migration, MigrationStatus, ParticipationType},
migration_types::{Migration, MigrationStatusd},
};
use polkadot_parachain_primitives::primitives::Id as ParaId;
use sp_arithmetic::traits::{One, Saturating};
Expand All @@ -112,6 +112,9 @@ pub mod tests;
#[cfg(not(feature = "on-chain-release-build"))]
pub mod instantiator;

#[cfg(not(feature = "on-chain-release-build"))]
use polimec_common::migration_types::ParticipationType;

#[cfg(feature = "runtime-benchmarks")]
pub mod benchmarking;
pub mod runtime_api;
Expand Down
2 changes: 1 addition & 1 deletion scripts/zombienet/polimec-paseo-local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider = "native"

[relaychain]
default_command = "polkadot"
chain_spec_path = "./scripts/zombienet/relay-chain-specs/paseo-local.plain.json"
chain = "rococo-local"

[[relaychain.nodes]]
name = "eve"
Expand Down

0 comments on commit 0d71a49

Please sign in to comment.