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.

14 lines (13 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Networks = void 0; // Supported networks with Zora contract deployments. // As more networks are supported by zora more network IDs will be added. const Networks = { MAINNET: '1', ROPSTEN: '3', RINKEBY: '4', POLYGON: '137', MUMBAI: '80001', }; exports.Networks = Networks;