@venusprotocol/protocol-reserve 1.5.0-dev.1 → 1.5.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
- package/typechain/AbstractTokenConverter.d.ts +0 -1775
- package/typechain/AccessControl.d.ts +0 -388
- package/typechain/AccessControlledV8.d.ts +0 -341
- package/typechain/BeaconProxy.d.ts +0 -126
- package/typechain/BoundValidatorInterface.d.ts +0 -126
- package/typechain/ContextUpgradeable.d.ts +0 -92
- package/typechain/ConverterNetwork.d.ts +0 -723
- package/typechain/ERC165.d.ts +0 -116
- package/typechain/ERC1967Upgrade.d.ts +0 -126
- package/typechain/ERC20.d.ts +0 -441
- package/typechain/IAbstractTokenConverter.d.ts +0 -773
- package/typechain/IAccessControl.d.ts +0 -333
- package/typechain/IAccessControlManagerV8.d.ts +0 -504
- package/typechain/IBeacon.d.ts +0 -101
- package/typechain/IComptroller.d.ts +0 -136
- package/typechain/IConverterNetwork.d.ts +0 -292
- package/typechain/IERC165.d.ts +0 -116
- package/typechain/IERC1822Proxiable.d.ts +0 -101
- package/typechain/IERC1967.d.ts +0 -126
- package/typechain/IERC20.d.ts +0 -324
- package/typechain/IERC20Metadata.d.ts +0 -363
- package/typechain/IERC20PermitUpgradeable.d.ts +0 -187
- package/typechain/IERC20Upgradeable.d.ts +0 -324
- package/typechain/IIncomeDestination.d.ts +0 -122
- package/typechain/IPoolRegistry.d.ts +0 -155
- package/typechain/IProtocolShareReserve.d.ts +0 -127
- package/typechain/IRiskFund.d.ts +0 -200
- package/typechain/IRiskFundConverter.d.ts +0 -138
- package/typechain/IRiskFundGetters.d.ts +0 -103
- package/typechain/IShortfall.d.ts +0 -110
- package/typechain/IVToken.d.ts +0 -98
- package/typechain/IXVSVault.d.ts +0 -95
- package/typechain/Initializable.d.ts +0 -92
- package/typechain/MaxLoopsLimitHelper.d.ts +0 -128
- package/typechain/MaxLoopsLimitHelpersStorage.d.ts +0 -101
- package/typechain/MockACM.d.ts +0 -615
- package/typechain/MockArraySorter.d.ts +0 -118
- package/typechain/MockConverter.d.ts +0 -1969
- package/typechain/MockDeflatingToken.d.ts +0 -486
- package/typechain/MockRiskFundConverter.d.ts +0 -2479
- package/typechain/MockToken.d.ts +0 -505
- package/typechain/OracleInterface.d.ts +0 -98
- package/typechain/Ownable.d.ts +0 -181
- package/typechain/Ownable2StepUpgradeable.d.ts +0 -261
- package/typechain/OwnableUpgradeable.d.ts +0 -193
- package/typechain/PausableUpgradeable.d.ts +0 -129
- package/typechain/ProtocolShareReserve.d.ts +0 -1214
- package/typechain/Proxy.d.ts +0 -78
- package/typechain/ReentrancyGuardUpgradeable.d.ts +0 -92
- package/typechain/ReserveHelpersStorage.d.ts +0 -300
- package/typechain/ResilientOracle.d.ts +0 -1034
- package/typechain/ResilientOracleInterface.d.ts +0 -192
- package/typechain/RiskFundConverter.d.ts +0 -2235
- package/typechain/RiskFundV1Storage.d.ts +0 -353
- package/typechain/RiskFundV2.d.ts +0 -965
- package/typechain/RiskFundV2Storage.d.ts +0 -372
- package/typechain/SingleTokenConverter.d.ts +0 -1944
- package/typechain/TwapInterface.d.ts +0 -124
- package/typechain/UpgradeableBeacon.d.ts +0 -240
- package/typechain/VBep20Interface.d.ts +0 -379
- package/typechain/XVSVaultTreasury.d.ts +0 -515
- package/typechain/common.d.ts +0 -35
- package/typechain/factories/AbstractTokenConverter__factory.ts +0 -1297
- package/typechain/factories/AccessControl__factory.ts +0 -227
- package/typechain/factories/AccessControlledV8__factory.ts +0 -196
- package/typechain/factories/BeaconProxy__factory.ts +0 -133
- package/typechain/factories/BoundValidatorInterface__factory.ts +0 -59
- package/typechain/factories/ContextUpgradeable__factory.ts +0 -39
- package/typechain/factories/ConverterNetwork__factory.ts +0 -502
- package/typechain/factories/ERC165__factory.ts +0 -39
- package/typechain/factories/ERC1967Upgrade__factory.ts +0 -71
- package/typechain/factories/ERC20__factory.ts +0 -340
- package/typechain/factories/IAbstractTokenConverter__factory.ts +0 -466
- package/typechain/factories/IAccessControlManagerV8__factory.ts +0 -301
- package/typechain/factories/IAccessControl__factory.ts +0 -198
- package/typechain/factories/IBeacon__factory.ts +0 -36
- package/typechain/factories/IComptroller__factory.ts +0 -68
- package/typechain/factories/IConverterNetwork__factory.ts +0 -142
- package/typechain/factories/IERC165__factory.ts +0 -42
- package/typechain/factories/IERC1822Proxiable__factory.ts +0 -39
- package/typechain/factories/IERC1967__factory.ts +0 -68
- package/typechain/factories/IERC20Metadata__factory.ts +0 -248
- package/typechain/factories/IERC20PermitUpgradeable__factory.ts +0 -105
- package/typechain/factories/IERC20Upgradeable__factory.ts +0 -209
- package/typechain/factories/IERC20__factory.ts +0 -203
- package/typechain/factories/IIncomeDestination__factory.ts +0 -44
- package/typechain/factories/IPoolRegistry__factory.ts +0 -66
- package/typechain/factories/IProtocolShareReserve__factory.ts +0 -53
- package/typechain/factories/IRiskFundConverter__factory.ts +0 -63
- package/typechain/factories/IRiskFundGetters__factory.ts +0 -39
- package/typechain/factories/IRiskFund__factory.ts +0 -89
- package/typechain/factories/IShortfall__factory.ts +0 -36
- package/typechain/factories/IVToken__factory.ts +0 -36
- package/typechain/factories/IXVSVault__factory.ts +0 -36
- package/typechain/factories/Initializable__factory.ts +0 -36
- package/typechain/factories/MaxLoopsLimitHelper__factory.ts +0 -74
- package/typechain/factories/MaxLoopsLimitHelpersStorage__factory.ts +0 -75
- package/typechain/factories/MockACM__factory.ts +0 -411
- package/typechain/factories/MockArraySorter__factory.ts +0 -85
- package/typechain/factories/MockConverter__factory.ts +0 -1439
- package/typechain/factories/MockDeflatingToken__factory.ts +0 -389
- package/typechain/factories/MockRiskFundConverter__factory.ts +0 -1828
- package/typechain/factories/MockToken__factory.ts +0 -398
- package/typechain/factories/OracleInterface__factory.ts +0 -45
- package/typechain/factories/Ownable2StepUpgradeable__factory.ts +0 -134
- package/typechain/factories/OwnableUpgradeable__factory.ts +0 -91
- package/typechain/factories/Ownable__factory.ts +0 -75
- package/typechain/factories/PausableUpgradeable__factory.ts +0 -78
- package/typechain/factories/ProtocolShareReserve__factory.ts +0 -874
- package/typechain/factories/Proxy__factory.ts +0 -28
- package/typechain/factories/ReentrancyGuardUpgradeable__factory.ts +0 -43
- package/typechain/factories/ReserveHelpersStorage__factory.ts +0 -188
- package/typechain/factories/ResilientOracleInterface__factory.ts +0 -94
- package/typechain/factories/ResilientOracle__factory.ts +0 -710
- package/typechain/factories/RiskFundConverter__factory.ts +0 -1694
- package/typechain/factories/RiskFundV1Storage__factory.ts +0 -223
- package/typechain/factories/RiskFundV2Storage__factory.ts +0 -236
- package/typechain/factories/RiskFundV2__factory.ts +0 -672
- package/typechain/factories/SingleTokenConverter__factory.ts +0 -1441
- package/typechain/factories/TwapInterface__factory.ts +0 -61
- package/typechain/factories/UpgradeableBeacon__factory.ts +0 -163
- package/typechain/factories/VBep20Interface__factory.ts +0 -261
- package/typechain/factories/XVSVaultTreasury__factory.ts +0 -365
- package/typechain/index.ts +0 -126
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Signer, utils } from "ethers";
|
|
6
|
-
import { Provider } from "@ethersproject/providers";
|
|
7
|
-
import type { Ownable, OwnableInterface } from "../Ownable";
|
|
8
|
-
|
|
9
|
-
const _abi = [
|
|
10
|
-
{
|
|
11
|
-
anonymous: false,
|
|
12
|
-
inputs: [
|
|
13
|
-
{
|
|
14
|
-
indexed: true,
|
|
15
|
-
internalType: "address",
|
|
16
|
-
name: "previousOwner",
|
|
17
|
-
type: "address",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
indexed: true,
|
|
21
|
-
internalType: "address",
|
|
22
|
-
name: "newOwner",
|
|
23
|
-
type: "address",
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
name: "OwnershipTransferred",
|
|
27
|
-
type: "event",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
inputs: [],
|
|
31
|
-
name: "owner",
|
|
32
|
-
outputs: [
|
|
33
|
-
{
|
|
34
|
-
internalType: "address",
|
|
35
|
-
name: "",
|
|
36
|
-
type: "address",
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
stateMutability: "view",
|
|
40
|
-
type: "function",
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
inputs: [],
|
|
44
|
-
name: "renounceOwnership",
|
|
45
|
-
outputs: [],
|
|
46
|
-
stateMutability: "nonpayable",
|
|
47
|
-
type: "function",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
inputs: [
|
|
51
|
-
{
|
|
52
|
-
internalType: "address",
|
|
53
|
-
name: "newOwner",
|
|
54
|
-
type: "address",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
name: "transferOwnership",
|
|
58
|
-
outputs: [],
|
|
59
|
-
stateMutability: "nonpayable",
|
|
60
|
-
type: "function",
|
|
61
|
-
},
|
|
62
|
-
];
|
|
63
|
-
|
|
64
|
-
export class Ownable__factory {
|
|
65
|
-
static readonly abi = _abi;
|
|
66
|
-
static createInterface(): OwnableInterface {
|
|
67
|
-
return new utils.Interface(_abi) as OwnableInterface;
|
|
68
|
-
}
|
|
69
|
-
static connect(
|
|
70
|
-
address: string,
|
|
71
|
-
signerOrProvider: Signer | Provider
|
|
72
|
-
): Ownable {
|
|
73
|
-
return new Contract(address, _abi, signerOrProvider) as Ownable;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Signer, utils } from "ethers";
|
|
6
|
-
import { Provider } from "@ethersproject/providers";
|
|
7
|
-
import type {
|
|
8
|
-
PausableUpgradeable,
|
|
9
|
-
PausableUpgradeableInterface,
|
|
10
|
-
} from "../PausableUpgradeable";
|
|
11
|
-
|
|
12
|
-
const _abi = [
|
|
13
|
-
{
|
|
14
|
-
anonymous: false,
|
|
15
|
-
inputs: [
|
|
16
|
-
{
|
|
17
|
-
indexed: false,
|
|
18
|
-
internalType: "uint8",
|
|
19
|
-
name: "version",
|
|
20
|
-
type: "uint8",
|
|
21
|
-
},
|
|
22
|
-
],
|
|
23
|
-
name: "Initialized",
|
|
24
|
-
type: "event",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
anonymous: false,
|
|
28
|
-
inputs: [
|
|
29
|
-
{
|
|
30
|
-
indexed: false,
|
|
31
|
-
internalType: "address",
|
|
32
|
-
name: "account",
|
|
33
|
-
type: "address",
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
|
-
name: "Paused",
|
|
37
|
-
type: "event",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
anonymous: false,
|
|
41
|
-
inputs: [
|
|
42
|
-
{
|
|
43
|
-
indexed: false,
|
|
44
|
-
internalType: "address",
|
|
45
|
-
name: "account",
|
|
46
|
-
type: "address",
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
name: "Unpaused",
|
|
50
|
-
type: "event",
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
inputs: [],
|
|
54
|
-
name: "paused",
|
|
55
|
-
outputs: [
|
|
56
|
-
{
|
|
57
|
-
internalType: "bool",
|
|
58
|
-
name: "",
|
|
59
|
-
type: "bool",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
stateMutability: "view",
|
|
63
|
-
type: "function",
|
|
64
|
-
},
|
|
65
|
-
];
|
|
66
|
-
|
|
67
|
-
export class PausableUpgradeable__factory {
|
|
68
|
-
static readonly abi = _abi;
|
|
69
|
-
static createInterface(): PausableUpgradeableInterface {
|
|
70
|
-
return new utils.Interface(_abi) as PausableUpgradeableInterface;
|
|
71
|
-
}
|
|
72
|
-
static connect(
|
|
73
|
-
address: string,
|
|
74
|
-
signerOrProvider: Signer | Provider
|
|
75
|
-
): PausableUpgradeable {
|
|
76
|
-
return new Contract(address, _abi, signerOrProvider) as PausableUpgradeable;
|
|
77
|
-
}
|
|
78
|
-
}
|