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.

6 lines (5 loc) 259 B
declare type NetworkNames = 'MAINNET' | 'RINKEBY' | 'POLYGON' | 'MUMBAI' | 'ROPSTEN'; declare type NetworkIDs = '1' | '3' | '4' | '137' | '80001'; declare const Networks: Record<NetworkNames, NetworkIDs>; export { Networks }; export type { NetworkIDs };