Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Add AddressGenerator config type
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jan 3, 2022
1 parent 4c1475b commit c0c3f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ impl pallet_contracts::Config for Runtime {
type DeletionWeightLimit = DeletionWeightLimit;
type Schedule = Schedule;
type CallStack = [pallet_contracts::Frame<Self>; 31];
type AddressGenerator = pallet_contracts::DefaultAddressGenerator;
}

impl pallet_randomness_collective_flip::Config for Runtime {}
Expand Down

0 comments on commit c0c3f7e

Please sign in to comment.