/* Crafted with love by Fueled on Bacon https://fueledonbacon.com */ //SPDX-License-Identifier: MIT pragma solidity ^0.8.15; contract ForwarderWrongInterface { function supportsInterface(bytes4 /*interfaceId*/) public pure returns (bool) { return false; } }