Skip to content

Commit 2c2d368

Browse files
committed
fix: secure3-arbitrator-upgrade-issue-7
1 parent 5918de2 commit 2c2d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/Arbitrator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22

3-
pragma solidity ^0.8.0;
3+
pragma solidity 0.8.25;
44

55
import {OwnableUpgradeable} from "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
66
import {UUPSUpgradeable} from "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";

0 commit comments

Comments
 (0)