UNPKG

@magiceden/magiceden-sdk

Version:

A TypeScript SDK for interacting with Magic Eden's API across multiple chains.

12 lines (11 loc) 483 B
export declare const MAX_NAME_LENGTH = 120; export declare const MAX_SYMBOL_LENGTH = 30; export declare const MIN_ALLOWLIST_SIZE = 2; export declare const MAX_ALLOWLIST_SIZE = 2500; export declare const MIN_ROYALTY_BPS = 0; export declare const MAX_ROYALTY_BPS = 1000; export declare const MIN_SUPPLY = 1; export declare const MAX_SUPPLY: number; export declare const MIN_WALLET_LIMIT = 0; export declare const MAX_WALLET_LIMIT = 1000; export declare const SOL_MAX_NAME_LENGTH = 25;