Skip to content

Commit c01a0fa

Browse files
authored
Bump version of ERC20TemporaryApproval to transient minimum (#5191)
1 parent 55d6957 commit c01a0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC20/extensions/draft-ERC20TemporaryApproval.sol

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

3-
pragma solidity ^0.8.20;
3+
pragma solidity ^0.8.24;
44

55
import {IERC20, ERC20} from "../ERC20.sol";
66
import {IERC7674} from "../../../interfaces/draft-IERC7674.sol";

0 commit comments

Comments
 (0)