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.

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_NETWORK_TIMEOUTS_MS = void 0; exports.DEFAULT_NETWORK_TIMEOUTS_MS = { Graph: 5 * 1000, IPFS: 10 * 1000, OpenSea: 8 * 1000, ZoraIndexer: 2 * 1000, Rpc: 1 * 1000, };