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.
1 parent 5918de2 commit 2c2d368Copy full SHA for 2c2d368
contracts/Arbitrator.sol
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
3
-pragma solidity ^0.8.0;
+pragma solidity 0.8.25;
4
5
import {OwnableUpgradeable} from "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
6
import {UUPSUpgradeable} from "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
0 commit comments