Skip to content

Commit 0ee47cf

Browse files
authored
Revert "token: lock pragma to 0.8.23 (#15)" (#16)
This reverts commit 78b120a.
1 parent 78b120a commit 0ee47cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/token/WstEthL2Token.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: Apache 2
2-
pragma solidity 0.8.23;
2+
pragma solidity >=0.8.8 <0.9.0;
33

44
import {OwnableUpgradeable} from
55
"openzeppelin-contracts-upgradeable/contracts/access/OwnableUpgradeable.sol";

0 commit comments

Comments
 (0)