[10] fix build

This commit is contained in:
Nikita Khateev
2023-11-21 12:31:47 +04:00
parent a2ef39fb78
commit a3917e55cc
7 changed files with 11 additions and 18 deletions
-1
View File
@@ -20,7 +20,6 @@ futures = "0.3.28"
# Local
parachain-template-runtime = { path = "../runtime" }
common = { path = "../common" }
# Substrate
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.3.0", default-features = false }
+3 -2
View File
@@ -1,6 +1,7 @@
use common::EXISTENTIAL_DEPOSIT;
use cumulus_primitives_core::ParaId;
use parachain_template_runtime::{AccountId, AuraId, Signature};
use parachain_template_runtime::{
constants::currency::EXISTENTIAL_DEPOSIT, AccountId, AuraId, Signature,
};
use sc_chain_spec::{ChainSpecExtension, ChainSpecGroup};
use sc_service::ChainType;
use serde::{Deserialize, Serialize};