AstarNetwork/Astar

Update mocks to use TestDefaultConfig

ermalkaleci opened this issue · 0 comments

Example

#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)]
impl pallet_balances::Config for Runtime {
    type AccountStore = System;
    type ExistentialDeposit = ExistentialDeposit;
}