Skip to content

Instantly share code, notes, and snippets.

@Ashar2shahid
Created June 30, 2022 04:02
Show Gist options
  • Save Ashar2shahid/6667da37b967538c7b646c8b81064859 to your computer and use it in GitHub Desktop.
Save Ashar2shahid/6667da37b967538c7b646c8b81064859 to your computer and use it in GitHub Desktop.
//SPDX-License-Identifier: MIT
pragma solidity 0.8.14;
import "@api3/airnode-protocol/contracts/rrp/requesters/RrpRequesterV0.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract Quantumon is ERC721, RrpRequesterV0, Ownable {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment