Skip to content

Commit

Permalink
fix: pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 28, 2024
1 parent f55e6e1 commit 5e51cfe
Showing 1 changed file with 1 addition and 1 deletion.
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 IZapRecipient {
function zap(address token, uint256 amount, bytes memory zapData) external payable returns (bytes4);
Expand Down

0 comments on commit 5e51cfe

Please sign in to comment.