UNPKG

soul-wallet-lib

Version:
36 lines 877 B
"use strict"; 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