opensea-js
Version:
TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data
12 lines (11 loc) • 794 B
TypeScript
import { FixedNumber } from "ethers";
export declare const FIXED_NUMBER_100: FixedNumber;
export declare const INVERSE_BASIS_POINT = 10000n;
export declare const MAX_EXPIRATION_MONTHS = 1;
export declare const API_BASE_MAINNET = "https://api.opensea.io";
export declare const API_BASE_TESTNET = "https://testnets-api.opensea.io";
export declare const SIGNED_ZONE = "0x000056f7000000ece9003ca63978907a00ffd100";
export declare const ENGLISH_AUCTION_ZONE_MAINNETS = "0x110b2b128a9ed1be5ef3232d8e4e41640df5c2cd";
export declare const ENGLISH_AUCTION_ZONE_TESTNETS = "0x9B814233894Cd227f561B78Cc65891AA55C62Ad2";
export declare const SHARED_STOREFRONT_ADDRESSES: string[];
export declare const SHARED_STOREFRONT_LAZY_MINT_ADAPTER_CROSS_CHAIN_ADDRESS = "0xa604060890923ff400e8c6f5290461a83aedacec";