token_ERC1155_IERC1155Receiver.sol.patch 375 B

1234567891011
  1. --- token/ERC1155/IERC1155Receiver.sol 2023-08-11 20:33:54
  2. +++ token/ERC1155/IERC1155Receiver.sol 2023-08-13 10:09:15
  3. @@ -1,7 +1,7 @@
  4. // SPDX-License-Identifier: MIT
  5. // OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol)
  6. -pragma solidity ^0.8.20;
  7. +pragma solidity ^0.8.19;
  8. import {IERC165} from "../../utils/introspection/IERC165.sol";