soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
36 lines • 877 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SingletonFactory = void 0;
const ABI = [
{
"inputs": [
{
"internalType": "bytes",
"name": "_initCode",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "_salt",
"type": "bytes32"
}
],
"name": "deploy",
"outputs": [
{
"internalType": "address payable",
"name": "createdContract",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
];
const bytecode = '';
const contract = {
ABI,
bytecode
};
exports.SingletonFactory = contract;
//# sourceMappingURL=singletonFactory.js.map