UNPKG

abstractionkit

Version:

Account Abstraction 4337 SDK by Candidelabs

31 lines 1.14 kB
import { SafeAccountSingleton } from "./account/Safe/types"; export declare const ZeroAddress = "0x0000000000000000000000000000000000000000"; export declare const ENTRYPOINT_V8 = "0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108"; export declare const ENTRYPOINT_V7 = "0x0000000071727De22E5E9d8BAf0edAc6f37da032"; export declare const ENTRYPOINT_V6 = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"; export declare const Safe_L2_V1_4_1: SafeAccountSingleton; export declare const BaseUserOperationDummyValues: { sender: string; nonce: bigint; callData: string; callGasLimit: bigint; verificationGasLimit: bigint; preVerificationGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; signature: string; }; export declare const EIP712_SAFE_OPERATION_V6_TYPE: { SafeOp: { type: string; name: string; }[]; }; export declare const EIP712_SAFE_OPERATION_V7_TYPE: { SafeOp: { type: string; name: string; }[]; }; export declare const DEFAULT_SECP256R1_PRECOMPILE_ADDRESS = "0x0000000000000000000000000000000000000100"; //# sourceMappingURL=constants.d.ts.map