File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99pragma solidity 0.8.24 ;
1010
1111import "../../arbitration/interfaces/IArbitratorV2.sol " ;
12- import "@kleros/vea-contracts/src/ interfaces/gateways/IReceiverGateway.sol " ;
12+ import "@kleros/vea-contracts/interfaces/gateways/IReceiverGateway.sol " ;
1313
1414interface IForeignGateway is IArbitratorV2 , IReceiverGateway {
1515 /// @dev To be emitted when a dispute is sent to the IHomeGateway.
Original file line number Diff line number Diff line change 99pragma solidity 0.8.24 ;
1010
1111import "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
12- import "@kleros/vea-contracts/src/ interfaces/gateways/ISenderGateway.sol " ;
12+ import "@kleros/vea-contracts/interfaces/gateways/ISenderGateway.sol " ;
1313import "../../arbitration/interfaces/IArbitrableV2.sol " ;
1414
1515interface IHomeGateway is IArbitrableV2 , ISenderGateway {
Original file line number Diff line number Diff line change 22
33pragma solidity 0.8.24 ;
44
5- import "@kleros/vea-contracts/src/ interfaces/inboxes/IVeaInbox.sol " ;
6- import "@kleros/vea-contracts/src/ interfaces/outboxes/IVeaOutboxOnL1.sol " ;
5+ import "@kleros/vea-contracts/interfaces/inboxes/IVeaInbox.sol " ;
6+ import "@kleros/vea-contracts/interfaces/outboxes/IVeaOutboxOnL1.sol " ;
77
88contract VeaMock is IVeaOutboxOnL1 , IVeaInbox {
99 /* solhint-disable */
You can’t perform that action at this time.
0 commit comments