[10] add proxy pallet

This commit is contained in:
Nikita Khateev
2023-11-20 17:39:12 +04:00
parent 999808e9d6
commit 5e4cef4117
8 changed files with 115 additions and 13 deletions
+1
View File
@@ -20,6 +20,7 @@ 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 }
+2 -1
View File
@@ -1,5 +1,6 @@
use common::EXISTENTIAL_DEPOSIT;
use cumulus_primitives_core::ParaId;
use parachain_template_runtime::{AccountId, AuraId, Signature, EXISTENTIAL_DEPOSIT};
use parachain_template_runtime::{AccountId, AuraId, Signature};
use sc_chain_spec::{ChainSpecExtension, ChainSpecGroup};
use sc_service::ChainType;
use serde::{Deserialize, Serialize};