UNPKG

@owlprotocol/contracts-account-abstraction

Version:

ERC4337 Account Abstraction support for deploying relevant smart contracts and interacting with UserOps.

8 lines (7 loc) 347 B
import { hardhatVerificationMetadataExport, OUTPUT_DIR, CACHE_DIR, BUILD_INFO_GLOB } from "@owlprotocol/viem-utils/codegen"; hardhatVerificationMetadataExport(OUTPUT_DIR, BUILD_INFO_GLOB, CACHE_DIR).then(() => console.log("Metadata export completed successfully.")).catch((error) => console.error("Error during metadata export:", error));