UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

6 lines 362 B
import { parseAbi } from "viem"; export const SafeCreateCallAbi = parseAbi([ "function performCreate(uint256 value, bytes memory deploymentData) public returns (address newContract)", "function performCreate2(uint256 value, bytes memory deploymentData, bytes32 salt) public returns (address newContract)" ]); //# sourceMappingURL=SafeCreateCallAbi.js.map