Skip to content

Commit 78b120a

Browse files
authored
token: lock pragma to 0.8.23 (#15)
1 parent 49763aa commit 78b120a

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.8 <0.9.0;
2+
pragma solidity 0.8.23;
33

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

0 commit comments

Comments
 (0)