import { ESelectors } from '../types'; export declare const baseUrl = "http://localhost:3000"; export declare const apiUrl = "https://escrow-api.linkdrop.io/v3"; export declare const dashboardApiUrl = "https://escrow-api.linkdrop.io/dashboard"; export declare const devDashboardApiUrl = "https://escrow-api.linkdrop.io/staging"; export declare const nativeTokenAddress = "0x0000000000000000000000000000000000000000"; export declare const cbwEscrowContract = "0x5badb0143f69015c5c86cbd9373474a9c8ab713b"; export declare const mainEscrowContract = "0xbe7b40eb3a9d85d3a76142cb637ab824f0d35ead"; export declare const cbwEscrowContractNFT = "0x3c74782de03c0402d207fe41307fe50fe9b6b5c7"; export declare const mainEscrowContractNFT = "0x5fc1316119a1b7cec52a2984c62764343dca70c9"; export declare const MAX_MESSAGE_ENCRYPTION_KEY_LENGTH = 43; export declare const MIN_MESSAGE_ENCRYPTION_KEY_LENGTH = 6; export declare const MAX_MESSAGE_TEXT_LENGTH = 140; export declare const supportedStableCoins: { "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913": ESelectors; "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42": ESelectors; "0x2791bca1f2de4661ed88a30c99a7a9449aa84174": ESelectors; "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359": ESelectors; "0xaf88d065e77c8cc2239327c5edb3a432268e5831": ESelectors; "0x0b2c639c533813f4aa9d7837caf62653d097ff85": ESelectors; "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e": ESelectors; "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": ESelectors; }; //# sourceMappingURL=index.d.ts.map