Mainnet contract

This commit is contained in:
Mentor Palokaj 2021-10-30 14:54:32 +02:00
parent b7c000db91
commit b7b5fad51f

View File

@ -34,15 +34,15 @@ contract Rocketeer is ERC721Tradable {
// TODO: add Api data
// https://docs.opensea.io/docs/metadata-standards
function baseTokenURI() override public pure returns (string memory) {
return "https://rocketeer.fans/testnetapi/rocketeer/";
// return "https://rocketeer.fans/api/rocketeer/";
// return "https://rocketeer.fans/testnetapi/rocketeer/";
return "https://rocketeer.fans/api/rocketeer/";
}
// TODO: add API link
// https://docs.opensea.io/docs/contract-level-metadata
function contractURI() public pure returns (string memory) {
return "https://rocketeer.fans/testnetapi/collection/";
// return "https://rocketeer.fans/api/rocketeer/";
// return "https://rocketeer.fans/testnetapi/collection/";
return "https://rocketeer.fans/api/rocketeer/";
}
// ///////////////////////////////