Skip to content

Commit

Permalink
update pallet_balances::config in mock
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Aug 6, 2023
1 parent 9516a9a commit b04e1a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions precompiles/batch/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ impl pallet_balances::Config for Runtime {
type ExistentialDeposit = ExistentialDeposit;
type AccountStore = System;
type WeightInfo = ();
type HoldIdentifier = ();
type FreezeIdentifier = ();
type MaxHolds = ();
type MaxFreezes = ();
}

pub fn precompile_address() -> H160 {
Expand Down

0 comments on commit b04e1a8

Please sign in to comment.