UNPKG

@cross-nft-marketplace/auction-house-nft-hooks

Version:

Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.

9 lines (8 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KNOWN_CONTRACTS = void 0; var KNOWN_CONTRACTS; (function (KNOWN_CONTRACTS) { KNOWN_CONTRACTS["ZORA"] = "zora"; })(KNOWN_CONTRACTS = exports.KNOWN_CONTRACTS || (exports.KNOWN_CONTRACTS = {})); ;