Skip to content

Commit 433ee64

Browse files
Merge branch 'dev' into fix/ruler-arbitrator
2 parents 0038060 + 740193d commit 433ee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/devtools/KlerosCoreRuler.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pragma solidity 0.8.24;
44

55
import {IArbitrableV2, IArbitratorV2} from "../interfaces/IArbitratorV2.sol";
66
import {SafeERC20, IERC20} from "../../libraries/SafeERC20.sol";
7-
import "../../libraries/Constants.sol";
87
import {UUPSProxiable} from "../../proxy/UUPSProxiable.sol";
98
import {Initializable} from "../../proxy/Initializable.sol";
9+
import "../../libraries/Constants.sol";
1010

1111
/// @title KlerosCoreRuler
1212
/// Core arbitrator contract for development and testing purposes.

0 commit comments

Comments
 (0)