File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33pragma solidity ^ 0.8.28 ;
44
5- import {KlerosCore} from "../KlerosCore.sol " ;
6- import {IDisputeKit} from "../interfaces/IDisputeKit.sol " ;
7- import {ISortitionModule} from "../interfaces/ISortitionModule.sol " ;
8- import {Initializable} from "../../ proxy/Initializable.sol " ;
9- import {UUPSProxiable} from "../../ proxy/UUPSProxiable.sol " ;
10- import {SafeSend} from "../../ libraries/SafeSend.sol " ;
11- import {ONE_BASIS_POINT} from "../../ libraries/Constants.sol " ;
5+ import {KlerosCore} from "../arbitration/ KlerosCore.sol " ;
6+ import {IDisputeKit} from "../arbitration// interfaces/IDisputeKit.sol " ;
7+ import {ISortitionModule} from "../arbitration// interfaces/ISortitionModule.sol " ;
8+ import {Initializable} from "../proxy/Initializable.sol " ;
9+ import {UUPSProxiable} from "../proxy/UUPSProxiable.sol " ;
10+ import {SafeSend} from "../libraries/SafeSend.sol " ;
11+ import {ONE_BASIS_POINT} from "../libraries/Constants.sol " ;
1212
1313/// @title DisputeKitAsymmetricPlurality
14+ /// @notice This is a test dispute kit for evaluating partial coherence handling. Not intended for production use.
1415/// @notice Dispute kit implementation adapted from DisputeKitClassic
1516/// - a drawing system: proportional to staked PNK,
1617/// - a vote aggregation system: asymmetric plurality. The coherence differentiates between choices,
You can’t perform that action at this time.
0 commit comments