@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
24 lines • 626 B
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProxyFactory = void 0;
const ethers_1 = require("ethers");
class ProxyFactory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ProxyFactory = ProxyFactory;
const _abi = [
{
stateMutability: "payable",
type: "fallback",
},
{
stateMutability: "payable",
type: "receive",
},
];
//# sourceMappingURL=ProxyFactory.js.map