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 9
9
pragma solidity 0.8.24 ;
10
10
11
11
import "../../arbitration/interfaces/IArbitratorV2.sol " ;
12
- import "@kleros/vea-contracts/src/ interfaces/gateways/IReceiverGateway.sol " ;
12
+ import "@kleros/vea-contracts/interfaces/gateways/IReceiverGateway.sol " ;
13
13
14
14
interface IForeignGateway is IArbitratorV2 , IReceiverGateway {
15
15
/// @dev To be emitted when a dispute is sent to the IHomeGateway.
Original file line number Diff line number Diff line change 9
9
pragma solidity 0.8.24 ;
10
10
11
11
import "@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 " ;
13
13
import "../../arbitration/interfaces/IArbitrableV2.sol " ;
14
14
15
15
interface IHomeGateway is IArbitrableV2 , ISenderGateway {
Original file line number Diff line number Diff line change 2
2
3
3
pragma solidity 0.8.24 ;
4
4
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 " ;
7
7
8
8
contract VeaMock is IVeaOutboxOnL1 , IVeaInbox {
9
9
/* solhint-disable */
You can’t perform that action at this time.
0 commit comments