Skip to content

Commit

Permalink
Fourth iteration of the Court pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Aug 9, 2021
1 parent 049a312 commit d69c5cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,17 @@ impl pallet_utility::Config for Runtime {
#[cfg(feature = "parachain")]
impl parachain_info::Config for Runtime {}

impl zrml_simple_disputes::Config for Runtime {
type DisputePeriod = DisputePeriod;
type Event = Event;
type MarketCommons = MarketCommons;
type OracleBond = OracleBond;
type PalletId = SimpleDisputesPalletId;
type Shares = Tokens;
type Swaps = Swaps;
type ValidityBond = ValidityBond;
}

impl zrml_liquidity_mining::Config for Runtime {
type Currency = Balances;
type Event = Event;
Expand Down

0 comments on commit d69c5cc

Please sign in to comment.