@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.
21 lines (20 loc) • 644 B
TypeScript
export declare const THEGRAPH_API_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const ENS_GRAPH_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const RPC_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const ZORA_INDEXER_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const THEGRAPH_UNISWAP_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const OPENSEA_API_URL_BY_NETWORK: {
[x: string]: string;
};
export declare const ZORA_IPFS_GATEWAY = "https://zora-prod.mypinata.cloud/ipfs/";
export declare const ZORA_V2_INDEXER = "https://api.zora.co/graphql";