Bump version of `ERC20TemporaryApproval` to transient minimum (#5191)

Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
pull/5124/head
cairo 5 months ago committed by Hadrien Croubois
parent 82bddf5556
commit 54fbcb8b10
No known key found for this signature in database
GPG Key ID: B53810561A746A06
  1. 2
      contracts/token/ERC20/extensions/draft-ERC20TemporaryApproval.sol

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity ^0.8.24;
import {IERC20, ERC20} from "../ERC20.sol";
import {IERC7674} from "../../../interfaces/draft-IERC7674.sol";

Loading…
Cancel
Save