mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +02:00
Mainnet contract
This commit is contained in:
parent
b7c000db91
commit
b7b5fad51f
@ -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/";
|
||||
}
|
||||
|
||||
// ///////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user