@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venusprotocol/protocol-reserve",
|
|
3
3
|
"description": "Venus Protocol contracts to manage the income generated by the protocol",
|
|
4
|
-
"version": "1.5.0-dev.
|
|
4
|
+
"version": "1.5.0-dev.2",
|
|
5
5
|
"author": "Venus",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.0.0"
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"artifacts",
|
|
11
11
|
"dist",
|
|
12
12
|
"deployments",
|
|
13
|
-
"contracts"
|
|
14
|
-
"typechain"
|
|
13
|
+
"contracts"
|
|
15
14
|
],
|
|
16
15
|
"keywords": [
|
|
17
16
|
"blockchain",
|