This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.8.11; | |
import '@openzeppelin/contracts/access/Ownable.sol'; | |
interface IBoredApeYachtClub { | |
function withdraw() external; | |
function function setProvenanceHash(string memory provenanceHash) external; | |
function setBaseURI(string memory baseURI) external; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Wordpress Hostname Migration | |
Plugin URI: http://doublesharp.com/ | |
Description: Functionality to ease in migration of Wordpress code and databases between environments. | |
Author: Justin Silver | |
Version: 1.0 | |
Author URI: http://doublesharp.com | |
License: GPL2 | |
*/ |