UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

39 lines 1.05 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SweepBaseFactory = void 0; const ethers_1 = require("ethers"); class SweepBaseFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.SweepBaseFactory = SweepBaseFactory; const _abi = [ { inputs: [ { internalType: "address", name: "token", type: "address", }, { internalType: "address", name: "to", type: "address", }, { internalType: "uint256", name: "amount", type: "uint256", }, ], name: "sweepToken", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=SweepBaseFactory.js.map