@gearbox-protocol/sdk 3.0.0-next.50 → 3.0.0-next.52
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/contracts/index.sol +6 -5
- package/lib/pathfinder/core.d.ts +1 -1
- package/lib/types/IContractsRegister.sol/IContractsRegister.d.ts +128 -0
- package/lib/types/IContractsRegister.sol/IContractsRegisterEvents.d.ts +50 -0
- package/lib/types/IContractsRegister.sol/index.d.ts +2 -0
- package/lib/types/IContractsRegister.sol/index.js +2 -0
- package/lib/types/IGaugeV3.sol/IGaugeV3.d.ts +366 -0
- package/lib/types/IGaugeV3.sol/IGaugeV3.js +2 -0
- package/lib/types/IGaugeV3.sol/IGaugeV3Events.d.ts +114 -0
- package/lib/types/IGaugeV3.sol/IGaugeV3Events.js +2 -0
- package/lib/types/IGaugeV3.sol/index.d.ts +2 -0
- package/lib/types/IGaugeV3.sol/index.js +2 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3.d.ts +473 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3.js +2 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events.d.ts +113 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events.js +2 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/index.d.ts +2 -0
- package/lib/types/IPoolQuotaKeeperV3.sol/index.js +2 -0
- package/lib/types/{interfaces/IRouter.d.ts → IRouter.d.ts} +1 -1
- package/lib/types/IRouter.js +2 -0
- package/lib/types/IVotingContractV3.d.ts +74 -0
- package/lib/types/IVotingContractV3.js +2 -0
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.d.ts +28 -0
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.js +45 -0
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.d.ts +134 -0
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.js +186 -0
- package/lib/types/factories/IContractsRegister.sol/index.d.ts +2 -0
- package/lib/types/factories/IContractsRegister.sol/index.js +10 -0
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.d.ts +118 -0
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.js +157 -0
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.d.ts +342 -0
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.js +448 -0
- package/lib/types/factories/IGaugeV3.sol/index.d.ts +2 -0
- package/lib/types/factories/IGaugeV3.sol/index.js +10 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.d.ts +103 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.js +140 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.d.ts +441 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.js +580 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/index.d.ts +2 -0
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/index.js +10 -0
- package/lib/types/factories/{interfaces/IRouter__factory.d.ts → IRouter__factory.d.ts} +1 -1
- package/lib/types/factories/IVotingContractV3__factory.d.ts +44 -0
- package/lib/types/factories/IVotingContractV3__factory.js +65 -0
- package/lib/types/factories/index.d.ts +5 -1
- package/lib/types/factories/index.js +9 -3
- package/lib/types/index.d.ts +31 -13
- package/lib/types/index.js +32 -18
- package/package.json +1 -1
- package/lib/types/factories/interfaces/index.d.ts +0 -1
- package/lib/types/factories/interfaces/index.js +0 -8
- package/lib/types/interfaces/index.d.ts +0 -1
- /package/lib/types/{interfaces/IRouter.js → IContractsRegister.sol/IContractsRegister.js} +0 -0
- /package/lib/types/{interfaces/index.js → IContractsRegister.sol/IContractsRegisterEvents.js} +0 -0
- /package/lib/types/factories/{interfaces/IRouter__factory.js → IRouter__factory.js} +0 -0
|
@@ -2,6 +2,7 @@ export * as balancesSol from "./Balances.sol";
|
|
|
2
2
|
export * as iAddressProviderSol from "./IAddressProvider.sol";
|
|
3
3
|
export * as iAddressProviderV3Sol from "./IAddressProviderV3.sol";
|
|
4
4
|
export * as iAirdropDistributorSol from "./IAirdropDistributor.sol";
|
|
5
|
+
export * as iContractsRegisterSol from "./IContractsRegister.sol";
|
|
5
6
|
export * as iConvexV1BoosterAdapterSol from "./IConvexV1BoosterAdapter.sol";
|
|
6
7
|
export * as iCreditConfiguratorV2Sol from "./ICreditConfiguratorV2.sol";
|
|
7
8
|
export * as iCreditConfiguratorV3Sol from "./ICreditConfiguratorV3.sol";
|
|
@@ -13,7 +14,9 @@ export * as iCurvePool2Sol from "./ICurvePool_2.sol";
|
|
|
13
14
|
export * as iCurvePool3Sol from "./ICurvePool_3.sol";
|
|
14
15
|
export * as iCurvePool4Sol from "./ICurvePool_4.sol";
|
|
15
16
|
export * as iDegenDistributorSol from "./IDegenDistributor.sol";
|
|
17
|
+
export * as iGaugeV3Sol from "./IGaugeV3.sol";
|
|
16
18
|
export * as iGearStakingV3Sol from "./IGearStakingV3.sol";
|
|
19
|
+
export * as iPoolQuotaKeeperV3Sol from "./IPoolQuotaKeeperV3.sol";
|
|
17
20
|
export * as iPoolServiceSol from "./IPoolService.sol";
|
|
18
21
|
export * as iPoolV3Sol from "./IPoolV3.sol";
|
|
19
22
|
export * as iUniswapV2AdapterSol from "./IUniswapV2Adapter.sol";
|
|
@@ -23,7 +26,6 @@ export * as iWithdrawalManagerV3Sol from "./IWithdrawalManagerV3.sol";
|
|
|
23
26
|
export * as istEthSol from "./IstETH.sol";
|
|
24
27
|
export * as iwstEthSol from "./IwstETH.sol";
|
|
25
28
|
export * as iwstEthGatewaySol from "./IwstETHGateway.sol";
|
|
26
|
-
export * as interfaces from "./interfaces";
|
|
27
29
|
export { AddressProvider__factory } from "./AddressProvider__factory";
|
|
28
30
|
export { Claimable__factory } from "./Claimable__factory";
|
|
29
31
|
export { Errors__factory } from "./Errors__factory";
|
|
@@ -52,7 +54,9 @@ export { ILidoV1Adapter__factory } from "./ILidoV1Adapter__factory";
|
|
|
52
54
|
export { IOffchainOracle__factory } from "./IOffchainOracle__factory";
|
|
53
55
|
export { IPermit2__factory } from "./IPermit2__factory";
|
|
54
56
|
export { IPriceOracleBase__factory } from "./IPriceOracleBase__factory";
|
|
57
|
+
export { IRouter__factory } from "./IRouter__factory";
|
|
55
58
|
export { IVersion__factory } from "./IVersion__factory";
|
|
59
|
+
export { IVotingContractV3__factory } from "./IVotingContractV3__factory";
|
|
56
60
|
export { IWETH__factory } from "./IWETH__factory";
|
|
57
61
|
export { IWETHGateway__factory } from "./IWETHGateway__factory";
|
|
58
62
|
export { IYVault__factory } from "./IYVault__factory";
|
|
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.SafeERC20__factory = exports.Ownable__factory = exports.IwstETHV1Adapter__factory = exports.IZapper__factory = exports.IYearnV2Adapter__factory = exports.IYVault__factory = exports.IWETHGateway__factory = exports.IWETH__factory = exports.IVersion__factory = exports.IPriceOracleBase__factory = exports.IPermit2__factory = exports.IOffchainOracle__factory = exports.ILidoV1Adapter__factory = void 0;
|
|
26
|
+
exports.IETHZapperDeposits__factory = exports.IERC4626__factory = exports.IERC20ZapperDeposits__factory = exports.IERC20Permit__factory = exports.IERC20Metadata__factory = exports.IERC20__factory = exports.IDataCompressorV3_00__factory = exports.IDataCompressorV2_10__factory = exports.IDaiLikePermit__factory = exports.ICurveV1_4AssetsAdapter__factory = exports.ICurveV1_3AssetsAdapter__factory = exports.ICurveV1_2AssetsAdapter__factory = exports.ICurveV1Adapter__factory = exports.ICurvePool__factory = exports.ICreditFacadeV3Multicall__factory = exports.IConvexV1BaseRewardPoolAdapter__factory = exports.IConvexToken__factory = exports.IBaseRewardPool__factory = exports.IAdapter__factory = exports.Errors__factory = exports.Claimable__factory = exports.AddressProvider__factory = exports.iwstEthGatewaySol = exports.iwstEthSol = exports.istEthSol = exports.iWithdrawalManagerV3Sol = exports.iUniswapV3AdapterSol = exports.iUniswapV3Sol = exports.iUniswapV2AdapterSol = exports.iPoolV3Sol = exports.iPoolServiceSol = exports.iPoolQuotaKeeperV3Sol = exports.iGearStakingV3Sol = exports.iGaugeV3Sol = exports.iDegenDistributorSol = exports.iCurvePool4Sol = exports.iCurvePool3Sol = exports.iCurvePool2Sol = exports.iCreditManagerV3Sol = exports.iCreditManagerV2Sol = exports.iCreditFacadeV3Sol = exports.iCreditFacadeV2Sol = exports.iCreditConfiguratorV3Sol = exports.iCreditConfiguratorV2Sol = exports.iConvexV1BoosterAdapterSol = exports.iContractsRegisterSol = exports.iAirdropDistributorSol = exports.iAddressProviderV3Sol = exports.iAddressProviderSol = exports.balancesSol = void 0;
|
|
27
|
+
exports.SafeERC20__factory = exports.Ownable__factory = exports.IwstETHV1Adapter__factory = exports.IZapper__factory = exports.IYearnV2Adapter__factory = exports.IYVault__factory = exports.IWETHGateway__factory = exports.IWETH__factory = exports.IVotingContractV3__factory = exports.IVersion__factory = exports.IRouter__factory = exports.IPriceOracleBase__factory = exports.IPermit2__factory = exports.IOffchainOracle__factory = exports.ILidoV1Adapter__factory = exports.IInterestRateModel__factory = exports.IGasPricer__factory = void 0;
|
|
28
28
|
/* Autogenerated file. Do not edit manually. */
|
|
29
29
|
/* tslint:disable */
|
|
30
30
|
/* eslint-disable */
|
|
@@ -32,6 +32,7 @@ exports.balancesSol = __importStar(require("./Balances.sol"));
|
|
|
32
32
|
exports.iAddressProviderSol = __importStar(require("./IAddressProvider.sol"));
|
|
33
33
|
exports.iAddressProviderV3Sol = __importStar(require("./IAddressProviderV3.sol"));
|
|
34
34
|
exports.iAirdropDistributorSol = __importStar(require("./IAirdropDistributor.sol"));
|
|
35
|
+
exports.iContractsRegisterSol = __importStar(require("./IContractsRegister.sol"));
|
|
35
36
|
exports.iConvexV1BoosterAdapterSol = __importStar(require("./IConvexV1BoosterAdapter.sol"));
|
|
36
37
|
exports.iCreditConfiguratorV2Sol = __importStar(require("./ICreditConfiguratorV2.sol"));
|
|
37
38
|
exports.iCreditConfiguratorV3Sol = __importStar(require("./ICreditConfiguratorV3.sol"));
|
|
@@ -43,7 +44,9 @@ exports.iCurvePool2Sol = __importStar(require("./ICurvePool_2.sol"));
|
|
|
43
44
|
exports.iCurvePool3Sol = __importStar(require("./ICurvePool_3.sol"));
|
|
44
45
|
exports.iCurvePool4Sol = __importStar(require("./ICurvePool_4.sol"));
|
|
45
46
|
exports.iDegenDistributorSol = __importStar(require("./IDegenDistributor.sol"));
|
|
47
|
+
exports.iGaugeV3Sol = __importStar(require("./IGaugeV3.sol"));
|
|
46
48
|
exports.iGearStakingV3Sol = __importStar(require("./IGearStakingV3.sol"));
|
|
49
|
+
exports.iPoolQuotaKeeperV3Sol = __importStar(require("./IPoolQuotaKeeperV3.sol"));
|
|
47
50
|
exports.iPoolServiceSol = __importStar(require("./IPoolService.sol"));
|
|
48
51
|
exports.iPoolV3Sol = __importStar(require("./IPoolV3.sol"));
|
|
49
52
|
exports.iUniswapV2AdapterSol = __importStar(require("./IUniswapV2Adapter.sol"));
|
|
@@ -53,7 +56,6 @@ exports.iWithdrawalManagerV3Sol = __importStar(require("./IWithdrawalManagerV3.s
|
|
|
53
56
|
exports.istEthSol = __importStar(require("./IstETH.sol"));
|
|
54
57
|
exports.iwstEthSol = __importStar(require("./IwstETH.sol"));
|
|
55
58
|
exports.iwstEthGatewaySol = __importStar(require("./IwstETHGateway.sol"));
|
|
56
|
-
exports.interfaces = __importStar(require("./interfaces"));
|
|
57
59
|
var AddressProvider__factory_1 = require("./AddressProvider__factory");
|
|
58
60
|
Object.defineProperty(exports, "AddressProvider__factory", { enumerable: true, get: function () { return AddressProvider__factory_1.AddressProvider__factory; } });
|
|
59
61
|
var Claimable__factory_1 = require("./Claimable__factory");
|
|
@@ -110,8 +112,12 @@ var IPermit2__factory_1 = require("./IPermit2__factory");
|
|
|
110
112
|
Object.defineProperty(exports, "IPermit2__factory", { enumerable: true, get: function () { return IPermit2__factory_1.IPermit2__factory; } });
|
|
111
113
|
var IPriceOracleBase__factory_1 = require("./IPriceOracleBase__factory");
|
|
112
114
|
Object.defineProperty(exports, "IPriceOracleBase__factory", { enumerable: true, get: function () { return IPriceOracleBase__factory_1.IPriceOracleBase__factory; } });
|
|
115
|
+
var IRouter__factory_1 = require("./IRouter__factory");
|
|
116
|
+
Object.defineProperty(exports, "IRouter__factory", { enumerable: true, get: function () { return IRouter__factory_1.IRouter__factory; } });
|
|
113
117
|
var IVersion__factory_1 = require("./IVersion__factory");
|
|
114
118
|
Object.defineProperty(exports, "IVersion__factory", { enumerable: true, get: function () { return IVersion__factory_1.IVersion__factory; } });
|
|
119
|
+
var IVotingContractV3__factory_1 = require("./IVotingContractV3__factory");
|
|
120
|
+
Object.defineProperty(exports, "IVotingContractV3__factory", { enumerable: true, get: function () { return IVotingContractV3__factory_1.IVotingContractV3__factory; } });
|
|
115
121
|
var IWETH__factory_1 = require("./IWETH__factory");
|
|
116
122
|
Object.defineProperty(exports, "IWETH__factory", { enumerable: true, get: function () { return IWETH__factory_1.IWETH__factory; } });
|
|
117
123
|
var IWETHGateway__factory_1 = require("./IWETHGateway__factory");
|
package/lib/types/index.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import type * as iAddressProviderV3Sol from "./IAddressProviderV3.sol";
|
|
|
6
6
|
export type { iAddressProviderV3Sol };
|
|
7
7
|
import type * as iAirdropDistributorSol from "./IAirdropDistributor.sol";
|
|
8
8
|
export type { iAirdropDistributorSol };
|
|
9
|
+
import type * as iContractsRegisterSol from "./IContractsRegister.sol";
|
|
10
|
+
export type { iContractsRegisterSol };
|
|
9
11
|
import type * as iConvexV1BoosterAdapterSol from "./IConvexV1BoosterAdapter.sol";
|
|
10
12
|
export type { iConvexV1BoosterAdapterSol };
|
|
11
13
|
import type * as iCreditConfiguratorV2Sol from "./ICreditConfiguratorV2.sol";
|
|
@@ -28,8 +30,12 @@ import type * as iCurvePool4Sol from "./ICurvePool_4.sol";
|
|
|
28
30
|
export type { iCurvePool4Sol };
|
|
29
31
|
import type * as iDegenDistributorSol from "./IDegenDistributor.sol";
|
|
30
32
|
export type { iDegenDistributorSol };
|
|
33
|
+
import type * as iGaugeV3Sol from "./IGaugeV3.sol";
|
|
34
|
+
export type { iGaugeV3Sol };
|
|
31
35
|
import type * as iGearStakingV3Sol from "./IGearStakingV3.sol";
|
|
32
36
|
export type { iGearStakingV3Sol };
|
|
37
|
+
import type * as iPoolQuotaKeeperV3Sol from "./IPoolQuotaKeeperV3.sol";
|
|
38
|
+
export type { iPoolQuotaKeeperV3Sol };
|
|
33
39
|
import type * as iPoolServiceSol from "./IPoolService.sol";
|
|
34
40
|
export type { iPoolServiceSol };
|
|
35
41
|
import type * as iPoolV3Sol from "./IPoolV3.sol";
|
|
@@ -48,8 +54,6 @@ import type * as iwstEthSol from "./IwstETH.sol";
|
|
|
48
54
|
export type { iwstEthSol };
|
|
49
55
|
import type * as iwstEthGatewaySol from "./IwstETHGateway.sol";
|
|
50
56
|
export type { iwstEthGatewaySol };
|
|
51
|
-
import type * as interfaces from "./interfaces";
|
|
52
|
-
export type { interfaces };
|
|
53
57
|
export type { AddressProvider } from "./AddressProvider";
|
|
54
58
|
export type { Claimable } from "./Claimable";
|
|
55
59
|
export type { Errors } from "./Errors";
|
|
@@ -78,7 +82,9 @@ export type { ILidoV1Adapter } from "./ILidoV1Adapter";
|
|
|
78
82
|
export type { IOffchainOracle } from "./IOffchainOracle";
|
|
79
83
|
export type { IPermit2 } from "./IPermit2";
|
|
80
84
|
export type { IPriceOracleBase } from "./IPriceOracleBase";
|
|
85
|
+
export type { IRouter } from "./IRouter";
|
|
81
86
|
export type { IVersion } from "./IVersion";
|
|
87
|
+
export type { IVotingContractV3 } from "./IVotingContractV3";
|
|
82
88
|
export type { IWETH } from "./IWETH";
|
|
83
89
|
export type { IWETHGateway } from "./IWETHGateway";
|
|
84
90
|
export type { IYVault } from "./IYVault";
|
|
@@ -107,6 +113,10 @@ export { IAirdropDistributor__factory } from "./factories/IAirdropDistributor.so
|
|
|
107
113
|
export type { IAirdropDistributorEvents } from "./IAirdropDistributor.sol/IAirdropDistributorEvents";
|
|
108
114
|
export { IAirdropDistributorEvents__factory } from "./factories/IAirdropDistributor.sol/IAirdropDistributorEvents__factory";
|
|
109
115
|
export { IBaseRewardPool__factory } from "./factories/IBaseRewardPool__factory";
|
|
116
|
+
export type { IContractsRegister } from "./IContractsRegister.sol/IContractsRegister";
|
|
117
|
+
export { IContractsRegister__factory } from "./factories/IContractsRegister.sol/IContractsRegister__factory";
|
|
118
|
+
export type { IContractsRegisterEvents } from "./IContractsRegister.sol/IContractsRegisterEvents";
|
|
119
|
+
export { IContractsRegisterEvents__factory } from "./factories/IContractsRegister.sol/IContractsRegisterEvents__factory";
|
|
110
120
|
export { IConvexToken__factory } from "./factories/IConvexToken__factory";
|
|
111
121
|
export { IConvexV1BaseRewardPoolAdapter__factory } from "./factories/IConvexV1BaseRewardPoolAdapter__factory";
|
|
112
122
|
export type { IConvexV1BoosterAdapter } from "./IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter";
|
|
@@ -148,17 +158,17 @@ export type { ICreditManagerV3 } from "./ICreditManagerV3.sol/ICreditManagerV3";
|
|
|
148
158
|
export { ICreditManagerV3__factory } from "./factories/ICreditManagerV3.sol/ICreditManagerV3__factory";
|
|
149
159
|
export type { ICreditManagerV3Events } from "./ICreditManagerV3.sol/ICreditManagerV3Events";
|
|
150
160
|
export { ICreditManagerV3Events__factory } from "./factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory";
|
|
161
|
+
export { ICurvePool__factory } from "./factories/ICurvePool__factory";
|
|
151
162
|
export type { ICurvePool2Assets } from "./ICurvePool_2.sol/ICurvePool2Assets";
|
|
152
163
|
export { ICurvePool2Assets__factory } from "./factories/ICurvePool_2.sol/ICurvePool2Assets__factory";
|
|
153
164
|
export type { ICurvePool3Assets } from "./ICurvePool_3.sol/ICurvePool3Assets";
|
|
154
165
|
export { ICurvePool3Assets__factory } from "./factories/ICurvePool_3.sol/ICurvePool3Assets__factory";
|
|
155
166
|
export type { ICurvePool4Assets } from "./ICurvePool_4.sol/ICurvePool4Assets";
|
|
156
167
|
export { ICurvePool4Assets__factory } from "./factories/ICurvePool_4.sol/ICurvePool4Assets__factory";
|
|
157
|
-
export {
|
|
168
|
+
export { ICurveV1Adapter__factory } from "./factories/ICurveV1Adapter__factory";
|
|
158
169
|
export { ICurveV1_2AssetsAdapter__factory } from "./factories/ICurveV1_2AssetsAdapter__factory";
|
|
159
170
|
export { ICurveV1_3AssetsAdapter__factory } from "./factories/ICurveV1_3AssetsAdapter__factory";
|
|
160
171
|
export { ICurveV1_4AssetsAdapter__factory } from "./factories/ICurveV1_4AssetsAdapter__factory";
|
|
161
|
-
export { ICurveV1Adapter__factory } from "./factories/ICurveV1Adapter__factory";
|
|
162
172
|
export { IDaiLikePermit__factory } from "./factories/IDaiLikePermit__factory";
|
|
163
173
|
export { IDataCompressorV2_10__factory } from "./factories/IDataCompressorV2_10__factory";
|
|
164
174
|
export { IDataCompressorV3_00__factory } from "./factories/IDataCompressorV3_00__factory";
|
|
@@ -173,16 +183,22 @@ export { IERC20ZapperDeposits__factory } from "./factories/IERC20ZapperDeposits_
|
|
|
173
183
|
export { IERC4626__factory } from "./factories/IERC4626__factory";
|
|
174
184
|
export { IETHZapperDeposits__factory } from "./factories/IETHZapperDeposits__factory";
|
|
175
185
|
export { IGasPricer__factory } from "./factories/IGasPricer__factory";
|
|
186
|
+
export type { IGaugeV3 } from "./IGaugeV3.sol/IGaugeV3";
|
|
187
|
+
export { IGaugeV3__factory } from "./factories/IGaugeV3.sol/IGaugeV3__factory";
|
|
188
|
+
export type { IGaugeV3Events } from "./IGaugeV3.sol/IGaugeV3Events";
|
|
189
|
+
export { IGaugeV3Events__factory } from "./factories/IGaugeV3.sol/IGaugeV3Events__factory";
|
|
176
190
|
export type { IGearStakingV3 } from "./IGearStakingV3.sol/IGearStakingV3";
|
|
177
191
|
export { IGearStakingV3__factory } from "./factories/IGearStakingV3.sol/IGearStakingV3__factory";
|
|
178
192
|
export type { IGearStakingV3Events } from "./IGearStakingV3.sol/IGearStakingV3Events";
|
|
179
193
|
export { IGearStakingV3Events__factory } from "./factories/IGearStakingV3.sol/IGearStakingV3Events__factory";
|
|
180
194
|
export { IInterestRateModel__factory } from "./factories/IInterestRateModel__factory";
|
|
181
195
|
export { ILidoV1Adapter__factory } from "./factories/ILidoV1Adapter__factory";
|
|
182
|
-
export type { IRouter } from "./interfaces/IRouter";
|
|
183
|
-
export { IRouter__factory } from "./factories/interfaces/IRouter__factory";
|
|
184
196
|
export { IOffchainOracle__factory } from "./factories/IOffchainOracle__factory";
|
|
185
197
|
export { IPermit2__factory } from "./factories/IPermit2__factory";
|
|
198
|
+
export type { IPoolQuotaKeeperV3 } from "./IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3";
|
|
199
|
+
export { IPoolQuotaKeeperV3__factory } from "./factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory";
|
|
200
|
+
export type { IPoolQuotaKeeperV3Events } from "./IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events";
|
|
201
|
+
export { IPoolQuotaKeeperV3Events__factory } from "./factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory";
|
|
186
202
|
export type { IPoolService } from "./IPoolService.sol/IPoolService";
|
|
187
203
|
export { IPoolService__factory } from "./factories/IPoolService.sol/IPoolService__factory";
|
|
188
204
|
export type { IPoolServiceEvents } from "./IPoolService.sol/IPoolServiceEvents";
|
|
@@ -192,10 +208,7 @@ export { IPoolV3__factory } from "./factories/IPoolV3.sol/IPoolV3__factory";
|
|
|
192
208
|
export type { IPoolV3Events } from "./IPoolV3.sol/IPoolV3Events";
|
|
193
209
|
export { IPoolV3Events__factory } from "./factories/IPoolV3.sol/IPoolV3Events__factory";
|
|
194
210
|
export { IPriceOracleBase__factory } from "./factories/IPriceOracleBase__factory";
|
|
195
|
-
export
|
|
196
|
-
export { IstETH__factory } from "./factories/IstETH.sol/IstETH__factory";
|
|
197
|
-
export type { IstETHGetters } from "./IstETH.sol/IstETHGetters";
|
|
198
|
-
export { IstETHGetters__factory } from "./factories/IstETH.sol/IstETHGetters__factory";
|
|
211
|
+
export { IRouter__factory } from "./factories/IRouter__factory";
|
|
199
212
|
export type { IUniswapV2Adapter } from "./IUniswapV2Adapter.sol/IUniswapV2Adapter";
|
|
200
213
|
export { IUniswapV2Adapter__factory } from "./factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory";
|
|
201
214
|
export type { IUniswapV2AdapterEvents } from "./IUniswapV2Adapter.sol/IUniswapV2AdapterEvents";
|
|
@@ -211,12 +224,20 @@ export { IUniswapV3AdapterEvents__factory } from "./factories/IUniswapV3Adapter.
|
|
|
211
224
|
export type { IUniswapV3AdapterExceptions } from "./IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions";
|
|
212
225
|
export { IUniswapV3AdapterExceptions__factory } from "./factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory";
|
|
213
226
|
export { IVersion__factory } from "./factories/IVersion__factory";
|
|
227
|
+
export { IVotingContractV3__factory } from "./factories/IVotingContractV3__factory";
|
|
214
228
|
export { IWETH__factory } from "./factories/IWETH__factory";
|
|
215
229
|
export { IWETHGateway__factory } from "./factories/IWETHGateway__factory";
|
|
216
230
|
export type { IWithdrawalManagerV3 } from "./IWithdrawalManagerV3.sol/IWithdrawalManagerV3";
|
|
217
231
|
export { IWithdrawalManagerV3__factory } from "./factories/IWithdrawalManagerV3.sol/IWithdrawalManagerV3__factory";
|
|
218
232
|
export type { IWithdrawalManagerV3Events } from "./IWithdrawalManagerV3.sol/IWithdrawalManagerV3Events";
|
|
219
233
|
export { IWithdrawalManagerV3Events__factory } from "./factories/IWithdrawalManagerV3.sol/IWithdrawalManagerV3Events__factory";
|
|
234
|
+
export { IYVault__factory } from "./factories/IYVault__factory";
|
|
235
|
+
export { IYearnV2Adapter__factory } from "./factories/IYearnV2Adapter__factory";
|
|
236
|
+
export { IZapper__factory } from "./factories/IZapper__factory";
|
|
237
|
+
export type { IstETH } from "./IstETH.sol/IstETH";
|
|
238
|
+
export { IstETH__factory } from "./factories/IstETH.sol/IstETH__factory";
|
|
239
|
+
export type { IstETHGetters } from "./IstETH.sol/IstETHGetters";
|
|
240
|
+
export { IstETHGetters__factory } from "./factories/IstETH.sol/IstETHGetters__factory";
|
|
220
241
|
export type { IwstETH } from "./IwstETH.sol/IwstETH";
|
|
221
242
|
export { IwstETH__factory } from "./factories/IwstETH.sol/IwstETH__factory";
|
|
222
243
|
export type { IwstETHGetters } from "./IwstETH.sol/IwstETHGetters";
|
|
@@ -224,8 +245,5 @@ export { IwstETHGetters__factory } from "./factories/IwstETH.sol/IwstETHGetters_
|
|
|
224
245
|
export type { IwstETHGateWay } from "./IwstETHGateway.sol/IwstETHGateWay";
|
|
225
246
|
export { IwstETHGateWay__factory } from "./factories/IwstETHGateway.sol/IwstETHGateWay__factory";
|
|
226
247
|
export { IwstETHV1Adapter__factory } from "./factories/IwstETHV1Adapter__factory";
|
|
227
|
-
export { IYearnV2Adapter__factory } from "./factories/IYearnV2Adapter__factory";
|
|
228
|
-
export { IYVault__factory } from "./factories/IYVault__factory";
|
|
229
|
-
export { IZapper__factory } from "./factories/IZapper__factory";
|
|
230
248
|
export { Ownable__factory } from "./factories/Ownable__factory";
|
|
231
249
|
export { SafeERC20__factory } from "./factories/SafeERC20__factory";
|
package/lib/types/index.js
CHANGED
|
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.SafeERC20__factory = exports.Ownable__factory = exports.
|
|
26
|
+
exports.IDegenDistributorEvents__factory = exports.IDegenDistributor__factory = exports.IDataCompressorV3_00__factory = exports.IDataCompressorV2_10__factory = exports.IDaiLikePermit__factory = exports.ICurveV1_4AssetsAdapter__factory = exports.ICurveV1_3AssetsAdapter__factory = exports.ICurveV1_2AssetsAdapter__factory = exports.ICurveV1Adapter__factory = exports.ICurvePool4Assets__factory = exports.ICurvePool3Assets__factory = exports.ICurvePool2Assets__factory = exports.ICurvePool__factory = exports.ICreditManagerV3Events__factory = exports.ICreditManagerV3__factory = exports.ICreditManagerV2Exceptions__factory = exports.ICreditManagerV2Events__factory = exports.ICreditManagerV2__factory = exports.ICreditFacadeV3Multicall__factory = exports.ICreditFacadeV3Events__factory = exports.ICreditFacadeV3__factory = exports.ICreditFacadeV2V2__factory = exports.ICreditFacadeV2Extended__factory = exports.ICreditFacadeV2Exceptions__factory = exports.ICreditFacadeV2Events__factory = exports.ICreditFacadeV2__factory = exports.ICreditConfiguratorV3Events__factory = exports.ICreditConfiguratorV3__factory = exports.ICreditConfiguratorV2Exceptions__factory = exports.ICreditConfiguratorV2Events__factory = exports.ICreditConfiguratorV2__factory = exports.IConvexV1BoosterAdapterEvents__factory = exports.IConvexV1BoosterAdapter__factory = exports.IConvexV1BaseRewardPoolAdapter__factory = exports.IConvexToken__factory = exports.IContractsRegisterEvents__factory = exports.IContractsRegister__factory = exports.IBaseRewardPool__factory = exports.IAirdropDistributorEvents__factory = exports.IAirdropDistributor__factory = exports.IAddressProviderV3Events__factory = exports.IAddressProviderV3__factory = exports.IAddressProviderEvents__factory = exports.IAddressProvider__factory = exports.IAdapter__factory = exports.Errors__factory = exports.Claimable__factory = exports.BalanceOps__factory = exports.AddressProvider__factory = exports.factories = void 0;
|
|
27
|
+
exports.SafeERC20__factory = exports.Ownable__factory = exports.IwstETHV1Adapter__factory = exports.IwstETHGateWay__factory = exports.IwstETHGetters__factory = exports.IwstETH__factory = exports.IstETHGetters__factory = exports.IstETH__factory = exports.IZapper__factory = exports.IYearnV2Adapter__factory = exports.IYVault__factory = exports.IWithdrawalManagerV3Events__factory = exports.IWithdrawalManagerV3__factory = exports.IWETHGateway__factory = exports.IWETH__factory = exports.IVotingContractV3__factory = exports.IVersion__factory = exports.IUniswapV3AdapterExceptions__factory = exports.IUniswapV3AdapterEvents__factory = exports.IUniswapV3Adapter__factory = exports.ISwapRouter__factory = exports.IUniswapV2AdapterExceptions__factory = exports.IUniswapV2AdapterEvents__factory = exports.IUniswapV2Adapter__factory = exports.IRouter__factory = exports.IPriceOracleBase__factory = exports.IPoolV3Events__factory = exports.IPoolV3__factory = exports.IPoolServiceEvents__factory = exports.IPoolService__factory = exports.IPoolQuotaKeeperV3Events__factory = exports.IPoolQuotaKeeperV3__factory = exports.IPermit2__factory = exports.IOffchainOracle__factory = exports.ILidoV1Adapter__factory = exports.IInterestRateModel__factory = exports.IGearStakingV3Events__factory = exports.IGearStakingV3__factory = exports.IGaugeV3Events__factory = exports.IGaugeV3__factory = exports.IGasPricer__factory = exports.IETHZapperDeposits__factory = exports.IERC4626__factory = exports.IERC20ZapperDeposits__factory = exports.IERC20Permit__factory = exports.IERC20Metadata__factory = exports.IERC20__factory = void 0;
|
|
28
28
|
exports.factories = __importStar(require("./factories"));
|
|
29
29
|
var AddressProvider__factory_1 = require("./factories/AddressProvider__factory");
|
|
30
30
|
Object.defineProperty(exports, "AddressProvider__factory", { enumerable: true, get: function () { return AddressProvider__factory_1.AddressProvider__factory; } });
|
|
@@ -50,6 +50,10 @@ var IAirdropDistributorEvents__factory_1 = require("./factories/IAirdropDistribu
|
|
|
50
50
|
Object.defineProperty(exports, "IAirdropDistributorEvents__factory", { enumerable: true, get: function () { return IAirdropDistributorEvents__factory_1.IAirdropDistributorEvents__factory; } });
|
|
51
51
|
var IBaseRewardPool__factory_1 = require("./factories/IBaseRewardPool__factory");
|
|
52
52
|
Object.defineProperty(exports, "IBaseRewardPool__factory", { enumerable: true, get: function () { return IBaseRewardPool__factory_1.IBaseRewardPool__factory; } });
|
|
53
|
+
var IContractsRegister__factory_1 = require("./factories/IContractsRegister.sol/IContractsRegister__factory");
|
|
54
|
+
Object.defineProperty(exports, "IContractsRegister__factory", { enumerable: true, get: function () { return IContractsRegister__factory_1.IContractsRegister__factory; } });
|
|
55
|
+
var IContractsRegisterEvents__factory_1 = require("./factories/IContractsRegister.sol/IContractsRegisterEvents__factory");
|
|
56
|
+
Object.defineProperty(exports, "IContractsRegisterEvents__factory", { enumerable: true, get: function () { return IContractsRegisterEvents__factory_1.IContractsRegisterEvents__factory; } });
|
|
53
57
|
var IConvexToken__factory_1 = require("./factories/IConvexToken__factory");
|
|
54
58
|
Object.defineProperty(exports, "IConvexToken__factory", { enumerable: true, get: function () { return IConvexToken__factory_1.IConvexToken__factory; } });
|
|
55
59
|
var IConvexV1BaseRewardPoolAdapter__factory_1 = require("./factories/IConvexV1BaseRewardPoolAdapter__factory");
|
|
@@ -94,22 +98,22 @@ var ICreditManagerV3__factory_1 = require("./factories/ICreditManagerV3.sol/ICre
|
|
|
94
98
|
Object.defineProperty(exports, "ICreditManagerV3__factory", { enumerable: true, get: function () { return ICreditManagerV3__factory_1.ICreditManagerV3__factory; } });
|
|
95
99
|
var ICreditManagerV3Events__factory_1 = require("./factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory");
|
|
96
100
|
Object.defineProperty(exports, "ICreditManagerV3Events__factory", { enumerable: true, get: function () { return ICreditManagerV3Events__factory_1.ICreditManagerV3Events__factory; } });
|
|
101
|
+
var ICurvePool__factory_1 = require("./factories/ICurvePool__factory");
|
|
102
|
+
Object.defineProperty(exports, "ICurvePool__factory", { enumerable: true, get: function () { return ICurvePool__factory_1.ICurvePool__factory; } });
|
|
97
103
|
var ICurvePool2Assets__factory_1 = require("./factories/ICurvePool_2.sol/ICurvePool2Assets__factory");
|
|
98
104
|
Object.defineProperty(exports, "ICurvePool2Assets__factory", { enumerable: true, get: function () { return ICurvePool2Assets__factory_1.ICurvePool2Assets__factory; } });
|
|
99
105
|
var ICurvePool3Assets__factory_1 = require("./factories/ICurvePool_3.sol/ICurvePool3Assets__factory");
|
|
100
106
|
Object.defineProperty(exports, "ICurvePool3Assets__factory", { enumerable: true, get: function () { return ICurvePool3Assets__factory_1.ICurvePool3Assets__factory; } });
|
|
101
107
|
var ICurvePool4Assets__factory_1 = require("./factories/ICurvePool_4.sol/ICurvePool4Assets__factory");
|
|
102
108
|
Object.defineProperty(exports, "ICurvePool4Assets__factory", { enumerable: true, get: function () { return ICurvePool4Assets__factory_1.ICurvePool4Assets__factory; } });
|
|
103
|
-
var
|
|
104
|
-
Object.defineProperty(exports, "
|
|
109
|
+
var ICurveV1Adapter__factory_1 = require("./factories/ICurveV1Adapter__factory");
|
|
110
|
+
Object.defineProperty(exports, "ICurveV1Adapter__factory", { enumerable: true, get: function () { return ICurveV1Adapter__factory_1.ICurveV1Adapter__factory; } });
|
|
105
111
|
var ICurveV1_2AssetsAdapter__factory_1 = require("./factories/ICurveV1_2AssetsAdapter__factory");
|
|
106
112
|
Object.defineProperty(exports, "ICurveV1_2AssetsAdapter__factory", { enumerable: true, get: function () { return ICurveV1_2AssetsAdapter__factory_1.ICurveV1_2AssetsAdapter__factory; } });
|
|
107
113
|
var ICurveV1_3AssetsAdapter__factory_1 = require("./factories/ICurveV1_3AssetsAdapter__factory");
|
|
108
114
|
Object.defineProperty(exports, "ICurveV1_3AssetsAdapter__factory", { enumerable: true, get: function () { return ICurveV1_3AssetsAdapter__factory_1.ICurveV1_3AssetsAdapter__factory; } });
|
|
109
115
|
var ICurveV1_4AssetsAdapter__factory_1 = require("./factories/ICurveV1_4AssetsAdapter__factory");
|
|
110
116
|
Object.defineProperty(exports, "ICurveV1_4AssetsAdapter__factory", { enumerable: true, get: function () { return ICurveV1_4AssetsAdapter__factory_1.ICurveV1_4AssetsAdapter__factory; } });
|
|
111
|
-
var ICurveV1Adapter__factory_1 = require("./factories/ICurveV1Adapter__factory");
|
|
112
|
-
Object.defineProperty(exports, "ICurveV1Adapter__factory", { enumerable: true, get: function () { return ICurveV1Adapter__factory_1.ICurveV1Adapter__factory; } });
|
|
113
117
|
var IDaiLikePermit__factory_1 = require("./factories/IDaiLikePermit__factory");
|
|
114
118
|
Object.defineProperty(exports, "IDaiLikePermit__factory", { enumerable: true, get: function () { return IDaiLikePermit__factory_1.IDaiLikePermit__factory; } });
|
|
115
119
|
var IDataCompressorV2_10__factory_1 = require("./factories/IDataCompressorV2_10__factory");
|
|
@@ -134,6 +138,10 @@ var IETHZapperDeposits__factory_1 = require("./factories/IETHZapperDeposits__fac
|
|
|
134
138
|
Object.defineProperty(exports, "IETHZapperDeposits__factory", { enumerable: true, get: function () { return IETHZapperDeposits__factory_1.IETHZapperDeposits__factory; } });
|
|
135
139
|
var IGasPricer__factory_1 = require("./factories/IGasPricer__factory");
|
|
136
140
|
Object.defineProperty(exports, "IGasPricer__factory", { enumerable: true, get: function () { return IGasPricer__factory_1.IGasPricer__factory; } });
|
|
141
|
+
var IGaugeV3__factory_1 = require("./factories/IGaugeV3.sol/IGaugeV3__factory");
|
|
142
|
+
Object.defineProperty(exports, "IGaugeV3__factory", { enumerable: true, get: function () { return IGaugeV3__factory_1.IGaugeV3__factory; } });
|
|
143
|
+
var IGaugeV3Events__factory_1 = require("./factories/IGaugeV3.sol/IGaugeV3Events__factory");
|
|
144
|
+
Object.defineProperty(exports, "IGaugeV3Events__factory", { enumerable: true, get: function () { return IGaugeV3Events__factory_1.IGaugeV3Events__factory; } });
|
|
137
145
|
var IGearStakingV3__factory_1 = require("./factories/IGearStakingV3.sol/IGearStakingV3__factory");
|
|
138
146
|
Object.defineProperty(exports, "IGearStakingV3__factory", { enumerable: true, get: function () { return IGearStakingV3__factory_1.IGearStakingV3__factory; } });
|
|
139
147
|
var IGearStakingV3Events__factory_1 = require("./factories/IGearStakingV3.sol/IGearStakingV3Events__factory");
|
|
@@ -142,12 +150,14 @@ var IInterestRateModel__factory_1 = require("./factories/IInterestRateModel__fac
|
|
|
142
150
|
Object.defineProperty(exports, "IInterestRateModel__factory", { enumerable: true, get: function () { return IInterestRateModel__factory_1.IInterestRateModel__factory; } });
|
|
143
151
|
var ILidoV1Adapter__factory_1 = require("./factories/ILidoV1Adapter__factory");
|
|
144
152
|
Object.defineProperty(exports, "ILidoV1Adapter__factory", { enumerable: true, get: function () { return ILidoV1Adapter__factory_1.ILidoV1Adapter__factory; } });
|
|
145
|
-
var IRouter__factory_1 = require("./factories/interfaces/IRouter__factory");
|
|
146
|
-
Object.defineProperty(exports, "IRouter__factory", { enumerable: true, get: function () { return IRouter__factory_1.IRouter__factory; } });
|
|
147
153
|
var IOffchainOracle__factory_1 = require("./factories/IOffchainOracle__factory");
|
|
148
154
|
Object.defineProperty(exports, "IOffchainOracle__factory", { enumerable: true, get: function () { return IOffchainOracle__factory_1.IOffchainOracle__factory; } });
|
|
149
155
|
var IPermit2__factory_1 = require("./factories/IPermit2__factory");
|
|
150
156
|
Object.defineProperty(exports, "IPermit2__factory", { enumerable: true, get: function () { return IPermit2__factory_1.IPermit2__factory; } });
|
|
157
|
+
var IPoolQuotaKeeperV3__factory_1 = require("./factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory");
|
|
158
|
+
Object.defineProperty(exports, "IPoolQuotaKeeperV3__factory", { enumerable: true, get: function () { return IPoolQuotaKeeperV3__factory_1.IPoolQuotaKeeperV3__factory; } });
|
|
159
|
+
var IPoolQuotaKeeperV3Events__factory_1 = require("./factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory");
|
|
160
|
+
Object.defineProperty(exports, "IPoolQuotaKeeperV3Events__factory", { enumerable: true, get: function () { return IPoolQuotaKeeperV3Events__factory_1.IPoolQuotaKeeperV3Events__factory; } });
|
|
151
161
|
var IPoolService__factory_1 = require("./factories/IPoolService.sol/IPoolService__factory");
|
|
152
162
|
Object.defineProperty(exports, "IPoolService__factory", { enumerable: true, get: function () { return IPoolService__factory_1.IPoolService__factory; } });
|
|
153
163
|
var IPoolServiceEvents__factory_1 = require("./factories/IPoolService.sol/IPoolServiceEvents__factory");
|
|
@@ -158,10 +168,8 @@ var IPoolV3Events__factory_1 = require("./factories/IPoolV3.sol/IPoolV3Events__f
|
|
|
158
168
|
Object.defineProperty(exports, "IPoolV3Events__factory", { enumerable: true, get: function () { return IPoolV3Events__factory_1.IPoolV3Events__factory; } });
|
|
159
169
|
var IPriceOracleBase__factory_1 = require("./factories/IPriceOracleBase__factory");
|
|
160
170
|
Object.defineProperty(exports, "IPriceOracleBase__factory", { enumerable: true, get: function () { return IPriceOracleBase__factory_1.IPriceOracleBase__factory; } });
|
|
161
|
-
var
|
|
162
|
-
Object.defineProperty(exports, "
|
|
163
|
-
var IstETHGetters__factory_1 = require("./factories/IstETH.sol/IstETHGetters__factory");
|
|
164
|
-
Object.defineProperty(exports, "IstETHGetters__factory", { enumerable: true, get: function () { return IstETHGetters__factory_1.IstETHGetters__factory; } });
|
|
171
|
+
var IRouter__factory_1 = require("./factories/IRouter__factory");
|
|
172
|
+
Object.defineProperty(exports, "IRouter__factory", { enumerable: true, get: function () { return IRouter__factory_1.IRouter__factory; } });
|
|
165
173
|
var IUniswapV2Adapter__factory_1 = require("./factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory");
|
|
166
174
|
Object.defineProperty(exports, "IUniswapV2Adapter__factory", { enumerable: true, get: function () { return IUniswapV2Adapter__factory_1.IUniswapV2Adapter__factory; } });
|
|
167
175
|
var IUniswapV2AdapterEvents__factory_1 = require("./factories/IUniswapV2Adapter.sol/IUniswapV2AdapterEvents__factory");
|
|
@@ -178,6 +186,8 @@ var IUniswapV3AdapterExceptions__factory_1 = require("./factories/IUniswapV3Adap
|
|
|
178
186
|
Object.defineProperty(exports, "IUniswapV3AdapterExceptions__factory", { enumerable: true, get: function () { return IUniswapV3AdapterExceptions__factory_1.IUniswapV3AdapterExceptions__factory; } });
|
|
179
187
|
var IVersion__factory_1 = require("./factories/IVersion__factory");
|
|
180
188
|
Object.defineProperty(exports, "IVersion__factory", { enumerable: true, get: function () { return IVersion__factory_1.IVersion__factory; } });
|
|
189
|
+
var IVotingContractV3__factory_1 = require("./factories/IVotingContractV3__factory");
|
|
190
|
+
Object.defineProperty(exports, "IVotingContractV3__factory", { enumerable: true, get: function () { return IVotingContractV3__factory_1.IVotingContractV3__factory; } });
|
|
181
191
|
var IWETH__factory_1 = require("./factories/IWETH__factory");
|
|
182
192
|
Object.defineProperty(exports, "IWETH__factory", { enumerable: true, get: function () { return IWETH__factory_1.IWETH__factory; } });
|
|
183
193
|
var IWETHGateway__factory_1 = require("./factories/IWETHGateway__factory");
|
|
@@ -186,6 +196,16 @@ var IWithdrawalManagerV3__factory_1 = require("./factories/IWithdrawalManagerV3.
|
|
|
186
196
|
Object.defineProperty(exports, "IWithdrawalManagerV3__factory", { enumerable: true, get: function () { return IWithdrawalManagerV3__factory_1.IWithdrawalManagerV3__factory; } });
|
|
187
197
|
var IWithdrawalManagerV3Events__factory_1 = require("./factories/IWithdrawalManagerV3.sol/IWithdrawalManagerV3Events__factory");
|
|
188
198
|
Object.defineProperty(exports, "IWithdrawalManagerV3Events__factory", { enumerable: true, get: function () { return IWithdrawalManagerV3Events__factory_1.IWithdrawalManagerV3Events__factory; } });
|
|
199
|
+
var IYVault__factory_1 = require("./factories/IYVault__factory");
|
|
200
|
+
Object.defineProperty(exports, "IYVault__factory", { enumerable: true, get: function () { return IYVault__factory_1.IYVault__factory; } });
|
|
201
|
+
var IYearnV2Adapter__factory_1 = require("./factories/IYearnV2Adapter__factory");
|
|
202
|
+
Object.defineProperty(exports, "IYearnV2Adapter__factory", { enumerable: true, get: function () { return IYearnV2Adapter__factory_1.IYearnV2Adapter__factory; } });
|
|
203
|
+
var IZapper__factory_1 = require("./factories/IZapper__factory");
|
|
204
|
+
Object.defineProperty(exports, "IZapper__factory", { enumerable: true, get: function () { return IZapper__factory_1.IZapper__factory; } });
|
|
205
|
+
var IstETH__factory_1 = require("./factories/IstETH.sol/IstETH__factory");
|
|
206
|
+
Object.defineProperty(exports, "IstETH__factory", { enumerable: true, get: function () { return IstETH__factory_1.IstETH__factory; } });
|
|
207
|
+
var IstETHGetters__factory_1 = require("./factories/IstETH.sol/IstETHGetters__factory");
|
|
208
|
+
Object.defineProperty(exports, "IstETHGetters__factory", { enumerable: true, get: function () { return IstETHGetters__factory_1.IstETHGetters__factory; } });
|
|
189
209
|
var IwstETH__factory_1 = require("./factories/IwstETH.sol/IwstETH__factory");
|
|
190
210
|
Object.defineProperty(exports, "IwstETH__factory", { enumerable: true, get: function () { return IwstETH__factory_1.IwstETH__factory; } });
|
|
191
211
|
var IwstETHGetters__factory_1 = require("./factories/IwstETH.sol/IwstETHGetters__factory");
|
|
@@ -194,12 +214,6 @@ var IwstETHGateWay__factory_1 = require("./factories/IwstETHGateway.sol/IwstETHG
|
|
|
194
214
|
Object.defineProperty(exports, "IwstETHGateWay__factory", { enumerable: true, get: function () { return IwstETHGateWay__factory_1.IwstETHGateWay__factory; } });
|
|
195
215
|
var IwstETHV1Adapter__factory_1 = require("./factories/IwstETHV1Adapter__factory");
|
|
196
216
|
Object.defineProperty(exports, "IwstETHV1Adapter__factory", { enumerable: true, get: function () { return IwstETHV1Adapter__factory_1.IwstETHV1Adapter__factory; } });
|
|
197
|
-
var IYearnV2Adapter__factory_1 = require("./factories/IYearnV2Adapter__factory");
|
|
198
|
-
Object.defineProperty(exports, "IYearnV2Adapter__factory", { enumerable: true, get: function () { return IYearnV2Adapter__factory_1.IYearnV2Adapter__factory; } });
|
|
199
|
-
var IYVault__factory_1 = require("./factories/IYVault__factory");
|
|
200
|
-
Object.defineProperty(exports, "IYVault__factory", { enumerable: true, get: function () { return IYVault__factory_1.IYVault__factory; } });
|
|
201
|
-
var IZapper__factory_1 = require("./factories/IZapper__factory");
|
|
202
|
-
Object.defineProperty(exports, "IZapper__factory", { enumerable: true, get: function () { return IZapper__factory_1.IZapper__factory; } });
|
|
203
217
|
var Ownable__factory_1 = require("./factories/Ownable__factory");
|
|
204
218
|
Object.defineProperty(exports, "Ownable__factory", { enumerable: true, get: function () { return Ownable__factory_1.Ownable__factory; } });
|
|
205
219
|
var SafeERC20__factory_1 = require("./factories/SafeERC20__factory");
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { IRouter__factory } from "./IRouter__factory";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IRouter__factory = void 0;
|
|
4
|
-
/* Autogenerated file. Do not edit manually. */
|
|
5
|
-
/* tslint:disable */
|
|
6
|
-
/* eslint-disable */
|
|
7
|
-
var IRouter__factory_1 = require("./IRouter__factory");
|
|
8
|
-
Object.defineProperty(exports, "IRouter__factory", { enumerable: true, get: function () { return IRouter__factory_1.IRouter__factory; } });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { IRouter } from "./IRouter";
|
|
File without changes
|
/package/lib/types/{interfaces/index.js → IContractsRegister.sol/IContractsRegisterEvents.js}
RENAMED
|
File without changes
|
|
File without changes
|