import type { Chain } from "../../../chains/types.js"; import type { TokenPaymasterConfig } from "../types.js"; export declare const DUMMY_SIGNATURE = "0xfffffffffffffffffffffffffffffff0000000000000000000000000000000007aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1c"; export declare const DEFAULT_ACCOUNT_FACTORY_V0_6 = "0x85e23b94e7F5E9cC1fF78BCe78cfb15B81f0DF00"; export declare const DEFAULT_ACCOUNT_FACTORY_V0_7 = "0x4be0ddfebca9a5a4a617dee4dece99e7c862dceb"; export declare const ENTRYPOINT_ADDRESS_v0_6 = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"; export declare const ENTRYPOINT_ADDRESS_v0_7 = "0x0000000071727De22E5E9d8BAf0edAc6f37da032"; export declare const MANAGED_ACCOUNT_GAS_BUFFER = 50000n; type PAYMASTERS = "BASE_USDC" | "CELO_CUSD" | "LISK_LSK"; export declare const TokenPaymaster: Record; export declare const getDefaultAccountFactory: (entryPointAddress?: string) => "0x85e23b94e7F5E9cC1fF78BCe78cfb15B81f0DF00" | "0x4be0ddfebca9a5a4a617dee4dece99e7c862dceb"; /** * @internal */ export declare const getDefaultBundlerUrl: (chain: Chain) => string; export declare const getEntryPointVersion: (address: string) => "v0.6" | "v0.7"; export {}; //# sourceMappingURL=constants.d.ts.map