UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

51 lines 1.69 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IInitializableRewardTokenFactory = void 0; const ethers_1 = require("ethers"); class IInitializableRewardTokenFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IInitializableRewardTokenFactory = IInitializableRewardTokenFactory; const _abi = [ { inputs: [ { components: [ { internalType: "contract IMarketAccessController", name: "remoteAcl", type: "address", }, { internalType: "string", name: "name", type: "string", }, { internalType: "string", name: "symbol", type: "string", }, { internalType: "uint8", name: "decimals", type: "uint8", }, ], internalType: "struct IInitializableRewardToken.InitRewardTokenData", name: "", type: "tuple", }, ], name: "initializeRewardToken", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IInitializableRewardTokenFactory.js.map