Skip to content

Commit

Permalink
Update USDCUnwrapper.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhi authored Nov 7, 2024
1 parent aa2cdb8 commit 629f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/USDCUnwrapper.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity >= 0.8.0;
pragma solidity = 0.8.20;

interface IERC20 {
function transfer(address to, uint256 value) external returns (bool);
Expand Down

0 comments on commit 629f38e

Please sign in to comment.