update substrate & polkadot (#472)

* update substrate

* try again
This commit is contained in:
Xiliang Chen
2021-06-05 02:43:29 +12:00
committed by GitHub
parent 23d7afceb4
commit 0a5dbafd53
8 changed files with 282 additions and 249 deletions
@@ -199,6 +199,7 @@ impl pallet_authorship::Config for Runtime {
parameter_types! {
pub const ExistentialDeposit: Balance = EXISTENTIAL_DEPOSIT;
pub const MaxLocks: u32 = 50;
pub const MaxReserves: u32 = 50;
}
impl pallet_balances::Config for Runtime {
@@ -211,6 +212,8 @@ impl pallet_balances::Config for Runtime {
type ExistentialDeposit = ExistentialDeposit;
type AccountStore = System;
type WeightInfo = weights::pallet_balances::WeightInfo<Runtime>;
type MaxReserves = MaxReserves;
type ReserveIdentifier = [u8; 8];
}
parameter_types! {