Skip to content

Commit

Permalink
fix sol versions in tests and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Nov 15, 2024
1 parent 7428342 commit f71d470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/deploy/VaultTokenized.s.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.25;
pragma solidity ^0.8.25;

import {Script, console2} from "forge-std/Script.sol";

Expand Down
2 changes: 1 addition & 1 deletion test/delegator/OperatorSpecificDelegator.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.25;
pragma solidity ^0.8.25;

import {Test, console2} from "forge-std/Test.sol";

Expand Down

0 comments on commit f71d470

Please sign in to comment.