permissionless
Version:
A utility library for working with ERC-4337
13 lines (12 loc) • 394 B
text/typescript
export const KernelV3FactoryAbi = [
{
type: "function",
name: "createAccount",
inputs: [
{ name: "data", type: "bytes", internalType: "bytes" },
{ name: "salt", type: "bytes32", internalType: "bytes32" }
],
outputs: [{ name: "", type: "address", internalType: "address" }],
stateMutability: "payable"
}
] as const