We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0038060 + 740193d commit 433ee64Copy full SHA for 433ee64
contracts/src/arbitration/devtools/KlerosCoreRuler.sol
@@ -4,9 +4,9 @@ pragma solidity 0.8.24;
4
5
import {IArbitrableV2, IArbitratorV2} from "../interfaces/IArbitratorV2.sol";
6
import {SafeERC20, IERC20} from "../../libraries/SafeERC20.sol";
7
-import "../../libraries/Constants.sol";
8
import {UUPSProxiable} from "../../proxy/UUPSProxiable.sol";
9
import {Initializable} from "../../proxy/Initializable.sol";
+import "../../libraries/Constants.sol";
10
11
/// @title KlerosCoreRuler
12
/// Core arbitrator contract for development and testing purposes.
0 commit comments