Minimize Solidity pragma versions for interface compatibility (#5727)

This commit is contained in:
Arr00
2025-06-09 12:38:05 -04:00
committed by GitHub
parent be547e4d14
commit 13d9086d0b
65 changed files with 66 additions and 66 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (utils/introspection/IERC165.sol)
pragma solidity ^0.8.20;
pragma solidity >=0.4.16;
/**
* @dev Interface of the ERC-165 standard, as defined in the