UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

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