export declare const SINGULAR_V1_ENDPOINT = "https://singular.rmrk-api.xyz/api/account-rmrk1/"; export declare const SINGULAR_V2_ENDPOINT = "https://singular.rmrk-api.xyz/api/account/"; export declare const KANARIA_ENDPOINT = "https://kanaria.rmrk.app/api/rmrk2/"; export declare const RMRK_PINATA_SERVER = "https://rmrk.mypinata.cloud/ipfs/"; export declare const SINGULAR_V1_COLLECTION_ENDPOINT = "https://singular.rmrk.app/api/rmrk1/collection/"; export declare const SINGULAR_V2_COLLECTION_ENDPOINT = "https://singular.app/api/rmrk2/collection/"; export declare const KANARIA_EXTERNAL_SERVER = "https://kanaria.rmrk.app/catalogue/"; export declare const CLOUDFLARE_PINATA_SERVER = "https://cloudflare-ipfs.com/ipfs/"; export declare const BIT_COUNTRY_IPFS_SERVER = "https://ipfs-cdn.bit.country/"; export declare const BIT_COUNTRY_LAND_ESTATE_METADATA_API = "https://pioneer-api.bit.country/metadata/landTokenUriPioneer"; export declare const BIT_COUNTRY_THUMBNAIL_RESOLVER = "https://res.cloudinary.com/ddftctzph/image/upload/c_scale,q_100,w_250/production-ipfs/asset/"; export declare const CF_IPFS_GATEWAY = "https://cf-ipfs.com/ipfs/"; export declare const PINATA_IPFS_GATEWAY = "https://gateway.pinata.cloud/ipfs/"; export declare const UNIQUE_SCAN_ENDPOINT = "https://explorer-api.unique.network/v1/graphql"; export declare const QUARTZ_SCAN_ENDPOINT = "https://hasura-quartz.unique.network/v1/graphql"; export declare const VARA_SCAN_ENDPOINT = "https://nft-explorer.vara-network.io/graphql"; export declare const UNIQUE_IPFS_GATEWAY = "https://ipfs.unique.network/ipfs/"; export declare const NFT_STORAGE_GATEWAY = "https://nftstorage.link/ipfs/"; export declare const IPFS_W3S_LINK = "https://w3s.link/ipfs/"; export declare const GATEWAY_IPFS_IO = "https://gateway.ipfs.io/ipfs/"; export declare const IPFS_IO = "https://ipfs.io/ipfs/"; export declare const DWEB_LINK = "https://dweb.link/ipfs/"; export declare const IPFS_GATEWAY_4EVERLAND = "https://4everland.io/ipfs/"; export declare const IPFS_FLEEK = "https://ipfs.fleek.co/ipfs/"; export declare enum SUPPORTED_NFT_NETWORKS { karura = "karura", acala = "acala", kusama = "kusama", statemine = "statemine", unique_network = "unique_network", quartz = "quartz", bitcountry = "bitcountry", pioneer = "pioneer" } export declare enum SUPPORTED_TRANSFER_EVM_CHAIN_NAME { moonbeam = "moonbeam", moonbase = "moonbase", astarEvm = "astarEvm", moonriver = "moonriver", shiden = "shiden", shibuya = "shibuya" } export declare const SUPPORTED_TRANSFER_EVM_CHAIN: string[]; export declare const TRANSFER_CHAIN_ID: { [x: string]: number; }; export declare enum SUPPORTED_TRANSFER_SUBSTRATE_CHAIN_NAME { statemine = "statemine", acala = "acala", karura = "karura", kusama = "kusama", uniqueNft = "unique_network", quartz = "quartz", opal = "opal", statemint = "statemint", bitcountry = "bitcountry", pioneer = "pioneer" } export declare function getRandomIpfsGateway(): string;