@poprank/sdk
Version:
PopRank API client and types
17 lines • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.aestheticBaseAttributes = void 0;
/**
* Base aesthetic attributes for an NFT.
* Used when we are transforming NFTs from their
* tokenURI / API response into PopRank NFTs
*/
exports.aestheticBaseAttributes = {
rating: 1200,
aestheticRank: 1,
timesDrawn: 0,
timesSeen: 0,
timesWon: 0,
aestheticRankReliability: 0,
};
//# sourceMappingURL=utils.js.map