Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Sep 4, 2024
1 parent 761aada commit e8be7af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions launch-configs/zombienet/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
"--no-hardware-benchmarks",
"--database=paritydb"
],
"genesis": {
"runtimeGenesis": {
"patch": {
"configuration": {
"config": {
"scheduling_lookahead": 2,
"async_backing_params": {
"max_candidate_depth": 3,
"allowed_ancestry_len": 2
}
}
}
}
}
},
"nodes": [
{
"name": "alice",
Expand Down
3 changes: 0 additions & 3 deletions runtime/basilisk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ use frame_support::sp_runtime::{
ApplyExtrinsicResult,
};
use frame_system::pallet_prelude::BlockNumberFor;
pub use primitives::{
AccountId, Amount, AssetId, Balance, BlockNumber, CollectionId, Hash, Index, ItemId, Price, Signature,
};
use sp_api::impl_runtime_apis;
pub use sp_consensus_aura::sr25519::AuthorityId as AuraId;
use sp_core::{ConstU32, OpaqueMetadata};
Expand Down

0 comments on commit e8be7af

Please sign in to comment.