Skip to content

Commit 78c2435

Browse files
authored
Pin solidity version (#2)
1 parent cd331f5 commit 78c2435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paymaster.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-3.0
2-
pragma solidity ^0.8.12;
2+
pragma solidity 0.8.20;
33

44
/* solhint-disable reason-string */
55
/* solhint-disable no-inline-assembly */

0 commit comments

Comments
 (0)