@owlprotocol/contracts-account-abstraction
Version:
ERC4337 Account Abstraction support for deploying relevant smart contracts and interacting with UserOps.
6 lines (5 loc) • 342 B
TypeScript
import { Hex } from "viem";
export declare const ENTRYPOINT_ADDRESS_V07 = "0x0000000071727De22E5E9d8BAf0edAc6f37da032";
export declare const ENTRYPOINT_SALT_V07: Hex;
export declare const SIMPLE_ACCOUNT_FACTORY_ADDRESS = "0xe7A78BA9be87103C317a66EF78e6085BD74Dd538";
export declare const SIMPLE_ACCOUNT_IMPLEMENTATION_ADDRESS: `0x${string}`;