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 {
32
32
* @param _templateId The ID of the dispute template. Should not be used with _templateUri.
33
33
* @param _templateUri IPFS path to the dispute template starting with '/ipfs/'. Should not be used with _templateId.
34
34
*/
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 ,
37
47
uint256 indexed _arbitrableDisputeID ,
38
48
uint256 _externalDisputeID ,
39
49
uint256 _templateId ,
You can’t perform that action at this time.
0 commit comments