@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
58 lines • 2.05 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationLogicFactory = void 0;
const contracts_1 = require("@ethersproject/contracts");
class ValidationLogicFactory extends contracts_1.ContractFactory {
constructor(signer) {
super(_abi, _bytecode, signer);
}
deploy(overrides) {
return super.deploy(overrides || {});
}
getDeployTransaction(overrides) {
return super.getDeployTransaction(overrides || {});
}
attach(address) {
return super.attach(address);
}
connect(signer) {
return super.connect(signer);
}
static connect(address, signerOrProvider) {
return new contracts_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ValidationLogicFactory = ValidationLogicFactory;
const _abi = [
{
inputs: [],
name: "REBALANCE_UP_LIQUIDITY_RATE_THRESHOLD",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "REBALANCE_UP_USAGE_RATIO_THRESHOLD",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
];
const _bytecode = "0x60a4610039600b82828239805160001a60731461002c57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610603d5760003560e01c80635494eb8a146042578063abfcc86a146066575b600080fd5b60546b0311d253316c79d37600000081565b60405190815260200160405180910390f35b6054610fa08156fea264697066735822122040b1ee8156337ec51fcf12e8a6feaf991813d45fd3d2257c4a3c574f1bfdaa2764736f6c63430008040033";
//# sourceMappingURL=ValidationLogicFactory.js.map