File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
contracts/src/arbitration Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,18 @@ interface IArbitrableV2 {
3232 * @param _templateId The ID of the dispute template. Should not be used with _templateUri.
3333 * @param _templateUri IPFS path to the dispute template starting with '/ipfs/'. Should not be used with _templateId.
3434 */
35- event NewDisputeRequest (
36- IArbitrableV2 indexed _arbitrator ,
35+ event DisputeRequest (
36+ IArbitrorV2 indexed _arbitrator ,
37+ uint256 indexed _arbitrableDisputeID ,
38+ uint256 _externalDisputeID ,
39+ uint256 _templateId ,
40+ string _templateUri
41+ );
42+
43+ event CrossChainDisputeRequest (
44+ IArbitrorV2 indexed _arbitrator ,
45+ uint256 indexed _arbitrableChainId ,
46+ address indexed _arbitrable ,
3747 uint256 indexed _arbitrableDisputeID ,
3848 uint256 _externalDisputeID ,
3949 uint256 _templateId ,
You can’t perform that action at this time.
0 commit comments