@gearbox-protocol/sdk 3.0.0-next.17 → 3.0.0-next.19
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/lib/apy/curveAPY.js +2 -1
- package/lib/core/creditAccount.d.ts +1 -0
- package/lib/core/creditAccount.js +6 -4
- package/lib/core/events.js +14 -14
- package/lib/core/trade.js +1 -2
- package/lib/core/transactions.js +12 -13
- package/lib/parsers/abstractParser.js +1 -2
- package/lib/parsers/curveAdapterParser.js +2 -3
- package/lib/parsers/uniV2AdapterParser.js +2 -2
- package/lib/parsers/uniV3AdapterParser.js +3 -3
- package/lib/payload/creditAccount.d.ts +2 -2
- package/lib/types/{IConvexV1BoosterAdapter.d.ts → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter.d.ts} +19 -4
- package/lib/types/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents.d.ts +43 -0
- package/lib/types/IConvexV1BoosterAdapter.sol/index.d.ts +2 -0
- package/lib/types/ICreditFacadeV3.sol/ICreditFacadeV3.d.ts +5 -5
- package/lib/types/ICreditFacadeV3.sol/ICreditFacadeV3Events.d.ts +4 -4
- package/lib/types/ICreditFacadeV3Multicall.d.ts +11 -11
- package/lib/types/IDaiLikePermit.d.ts +59 -0
- package/lib/types/{ILidoV1Adapter.sol/ILidoV1Adapter.d.ts → ILidoV1Adapter.d.ts} +5 -40
- package/lib/types/IPermit2.d.ts +130 -0
- package/lib/types/IPermit2.js +2 -0
- package/lib/types/IPoolV3.sol/IPoolV3.d.ts +2 -2
- package/lib/types/IWERC20Zapper.d.ts +1 -1
- package/lib/types/IWETH.d.ts +197 -0
- package/lib/types/IWETH.js +2 -0
- package/lib/types/IWETHZapper.d.ts +1 -1
- package/lib/types/{ILidoV1Adapter.sol/ILidoV1AdapterExceptions.d.ts → SafeERC20.d.ts} +4 -4
- package/lib/types/SafeERC20.js +2 -0
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.d.ts +23 -0
- package/lib/types/factories/{ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.js → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.js} +12 -6
- package/lib/types/factories/{IConvexV1BoosterAdapter__factory.d.ts → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.d.ts} +16 -1
- package/lib/types/factories/{IConvexV1BoosterAdapter__factory.js → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.js} +19 -0
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/index.d.ts +2 -0
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/index.js +10 -0
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.d.ts +2 -2
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.js +2 -2
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.d.ts +4 -4
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.js +4 -4
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.d.ts +4 -4
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.js +4 -4
- package/lib/types/factories/IDaiLikePermit__factory.d.ts +46 -0
- package/lib/types/factories/IDaiLikePermit__factory.js +67 -0
- package/lib/types/factories/{ILidoV1Adapter.sol/ILidoV1Adapter__factory.d.ts → ILidoV1Adapter__factory.d.ts} +1 -35
- package/lib/types/factories/{ILidoV1Adapter.sol/ILidoV1Adapter__factory.js → ILidoV1Adapter__factory.js} +0 -44
- package/lib/types/factories/IPermit2__factory.d.ts +113 -0
- package/lib/types/factories/IPermit2__factory.js +155 -0
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.d.ts +4 -4
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.js +4 -4
- package/lib/types/factories/IWERC20Zapper__factory.d.ts +2 -2
- package/lib/types/factories/IWERC20Zapper__factory.js +2 -2
- package/lib/types/factories/IWETHZapper__factory.d.ts +2 -2
- package/lib/types/factories/IWETHZapper__factory.js +2 -2
- package/lib/types/factories/IWETH__factory.d.ts +194 -0
- package/lib/types/factories/IWETH__factory.js +260 -0
- package/lib/types/factories/SafeERC20__factory.d.ts +49 -0
- package/lib/types/factories/SafeERC20__factory.js +77 -0
- package/lib/types/factories/index.d.ts +6 -2
- package/lib/types/factories/index.js +13 -5
- package/lib/types/index.d.ts +16 -10
- package/lib/types/index.js +14 -8
- package/lib/utils/formatter.d.ts +0 -3
- package/lib/utils/formatter.js +1 -67
- package/lib/utils/types.d.ts +1 -0
- package/package.json +8 -7
- package/lib/types/ILidoV1Adapter.sol/ILidoV1AdapterEvents.d.ts +0 -39
- package/lib/types/ILidoV1Adapter.sol/index.d.ts +0 -3
- package/lib/types/factories/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.d.ts +0 -18
- package/lib/types/factories/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.d.ts +0 -12
- package/lib/types/factories/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.js +0 -24
- package/lib/types/factories/ILidoV1Adapter.sol/index.d.ts +0 -3
- package/lib/types/factories/ILidoV1Adapter.sol/index.js +0 -12
- /package/lib/types/{IConvexV1BoosterAdapter.js → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter.js} +0 -0
- /package/lib/types/{ILidoV1Adapter.sol/ILidoV1Adapter.js → IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents.js} +0 -0
- /package/lib/types/{ILidoV1Adapter.sol → IConvexV1BoosterAdapter.sol}/index.js +0 -0
- /package/lib/types/{ILidoV1Adapter.sol/ILidoV1AdapterEvents.js → IDaiLikePermit.js} +0 -0
- /package/lib/types/{ILidoV1Adapter.sol/ILidoV1AdapterExceptions.js → ILidoV1Adapter.js} +0 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IWETH__factory = void 0;
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
anonymous: false,
|
|
11
|
+
inputs: [
|
|
12
|
+
{
|
|
13
|
+
indexed: true,
|
|
14
|
+
internalType: "address",
|
|
15
|
+
name: "owner",
|
|
16
|
+
type: "address",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
indexed: true,
|
|
20
|
+
internalType: "address",
|
|
21
|
+
name: "spender",
|
|
22
|
+
type: "address",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
indexed: false,
|
|
26
|
+
internalType: "uint256",
|
|
27
|
+
name: "value",
|
|
28
|
+
type: "uint256",
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
name: "Approval",
|
|
32
|
+
type: "event",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
anonymous: false,
|
|
36
|
+
inputs: [
|
|
37
|
+
{
|
|
38
|
+
indexed: true,
|
|
39
|
+
internalType: "address",
|
|
40
|
+
name: "dst",
|
|
41
|
+
type: "address",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
indexed: false,
|
|
45
|
+
internalType: "uint256",
|
|
46
|
+
name: "wad",
|
|
47
|
+
type: "uint256",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
name: "Deposit",
|
|
51
|
+
type: "event",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
anonymous: false,
|
|
55
|
+
inputs: [
|
|
56
|
+
{
|
|
57
|
+
indexed: true,
|
|
58
|
+
internalType: "address",
|
|
59
|
+
name: "from",
|
|
60
|
+
type: "address",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
indexed: true,
|
|
64
|
+
internalType: "address",
|
|
65
|
+
name: "to",
|
|
66
|
+
type: "address",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
indexed: false,
|
|
70
|
+
internalType: "uint256",
|
|
71
|
+
name: "value",
|
|
72
|
+
type: "uint256",
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
name: "Transfer",
|
|
76
|
+
type: "event",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
anonymous: false,
|
|
80
|
+
inputs: [
|
|
81
|
+
{
|
|
82
|
+
indexed: true,
|
|
83
|
+
internalType: "address",
|
|
84
|
+
name: "src",
|
|
85
|
+
type: "address",
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
indexed: false,
|
|
89
|
+
internalType: "uint256",
|
|
90
|
+
name: "wad",
|
|
91
|
+
type: "uint256",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
name: "Withdrawal",
|
|
95
|
+
type: "event",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
inputs: [
|
|
99
|
+
{
|
|
100
|
+
internalType: "address",
|
|
101
|
+
name: "owner",
|
|
102
|
+
type: "address",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
internalType: "address",
|
|
106
|
+
name: "spender",
|
|
107
|
+
type: "address",
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
name: "allowance",
|
|
111
|
+
outputs: [
|
|
112
|
+
{
|
|
113
|
+
internalType: "uint256",
|
|
114
|
+
name: "",
|
|
115
|
+
type: "uint256",
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
stateMutability: "view",
|
|
119
|
+
type: "function",
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
inputs: [
|
|
123
|
+
{
|
|
124
|
+
internalType: "address",
|
|
125
|
+
name: "spender",
|
|
126
|
+
type: "address",
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
internalType: "uint256",
|
|
130
|
+
name: "amount",
|
|
131
|
+
type: "uint256",
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
name: "approve",
|
|
135
|
+
outputs: [
|
|
136
|
+
{
|
|
137
|
+
internalType: "bool",
|
|
138
|
+
name: "",
|
|
139
|
+
type: "bool",
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
stateMutability: "nonpayable",
|
|
143
|
+
type: "function",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
inputs: [
|
|
147
|
+
{
|
|
148
|
+
internalType: "address",
|
|
149
|
+
name: "account",
|
|
150
|
+
type: "address",
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
name: "balanceOf",
|
|
154
|
+
outputs: [
|
|
155
|
+
{
|
|
156
|
+
internalType: "uint256",
|
|
157
|
+
name: "",
|
|
158
|
+
type: "uint256",
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
stateMutability: "view",
|
|
162
|
+
type: "function",
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
inputs: [],
|
|
166
|
+
name: "deposit",
|
|
167
|
+
outputs: [],
|
|
168
|
+
stateMutability: "payable",
|
|
169
|
+
type: "function",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
inputs: [],
|
|
173
|
+
name: "totalSupply",
|
|
174
|
+
outputs: [
|
|
175
|
+
{
|
|
176
|
+
internalType: "uint256",
|
|
177
|
+
name: "",
|
|
178
|
+
type: "uint256",
|
|
179
|
+
},
|
|
180
|
+
],
|
|
181
|
+
stateMutability: "view",
|
|
182
|
+
type: "function",
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
inputs: [
|
|
186
|
+
{
|
|
187
|
+
internalType: "address",
|
|
188
|
+
name: "to",
|
|
189
|
+
type: "address",
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
internalType: "uint256",
|
|
193
|
+
name: "amount",
|
|
194
|
+
type: "uint256",
|
|
195
|
+
},
|
|
196
|
+
],
|
|
197
|
+
name: "transfer",
|
|
198
|
+
outputs: [
|
|
199
|
+
{
|
|
200
|
+
internalType: "bool",
|
|
201
|
+
name: "",
|
|
202
|
+
type: "bool",
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
stateMutability: "nonpayable",
|
|
206
|
+
type: "function",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
inputs: [
|
|
210
|
+
{
|
|
211
|
+
internalType: "address",
|
|
212
|
+
name: "from",
|
|
213
|
+
type: "address",
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
internalType: "address",
|
|
217
|
+
name: "to",
|
|
218
|
+
type: "address",
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
internalType: "uint256",
|
|
222
|
+
name: "amount",
|
|
223
|
+
type: "uint256",
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
name: "transferFrom",
|
|
227
|
+
outputs: [
|
|
228
|
+
{
|
|
229
|
+
internalType: "bool",
|
|
230
|
+
name: "",
|
|
231
|
+
type: "bool",
|
|
232
|
+
},
|
|
233
|
+
],
|
|
234
|
+
stateMutability: "nonpayable",
|
|
235
|
+
type: "function",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
inputs: [
|
|
239
|
+
{
|
|
240
|
+
internalType: "uint256",
|
|
241
|
+
name: "amount",
|
|
242
|
+
type: "uint256",
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
name: "withdraw",
|
|
246
|
+
outputs: [],
|
|
247
|
+
stateMutability: "nonpayable",
|
|
248
|
+
type: "function",
|
|
249
|
+
},
|
|
250
|
+
];
|
|
251
|
+
class IWETH__factory {
|
|
252
|
+
static abi = _abi;
|
|
253
|
+
static createInterface() {
|
|
254
|
+
return new ethers_1.utils.Interface(_abi);
|
|
255
|
+
}
|
|
256
|
+
static connect(address, signerOrProvider) {
|
|
257
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
exports.IWETH__factory = IWETH__factory;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Signer, ContractFactory, Overrides } from "ethers";
|
|
2
|
+
import type { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
3
|
+
import type { PromiseOrValue } from "../common";
|
|
4
|
+
import type { SafeERC20, SafeERC20Interface } from "../SafeERC20";
|
|
5
|
+
type SafeERC20ConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
+
export declare class SafeERC20__factory extends ContractFactory {
|
|
7
|
+
constructor(...args: SafeERC20ConstructorParams);
|
|
8
|
+
deploy(overrides?: Overrides & {
|
|
9
|
+
from?: PromiseOrValue<string>;
|
|
10
|
+
}): Promise<SafeERC20>;
|
|
11
|
+
getDeployTransaction(overrides?: Overrides & {
|
|
12
|
+
from?: PromiseOrValue<string>;
|
|
13
|
+
}): TransactionRequest;
|
|
14
|
+
attach(address: string): SafeERC20;
|
|
15
|
+
connect(signer: Signer): SafeERC20__factory;
|
|
16
|
+
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122054806207e434004ec3495d30f8d79da13af5a28ca33bbae0688f09824c1fbcfa64736f6c63430008110033";
|
|
17
|
+
static readonly abi: readonly [{
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "ForceApproveFailed";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly inputs: readonly [];
|
|
23
|
+
readonly name: "Permit2TransferAmountTooHigh";
|
|
24
|
+
readonly type: "error";
|
|
25
|
+
}, {
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly name: "SafeDecreaseAllowanceFailed";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
30
|
+
readonly inputs: readonly [];
|
|
31
|
+
readonly name: "SafeIncreaseAllowanceFailed";
|
|
32
|
+
readonly type: "error";
|
|
33
|
+
}, {
|
|
34
|
+
readonly inputs: readonly [];
|
|
35
|
+
readonly name: "SafePermitBadLength";
|
|
36
|
+
readonly type: "error";
|
|
37
|
+
}, {
|
|
38
|
+
readonly inputs: readonly [];
|
|
39
|
+
readonly name: "SafeTransferFailed";
|
|
40
|
+
readonly type: "error";
|
|
41
|
+
}, {
|
|
42
|
+
readonly inputs: readonly [];
|
|
43
|
+
readonly name: "SafeTransferFromFailed";
|
|
44
|
+
readonly type: "error";
|
|
45
|
+
}];
|
|
46
|
+
static createInterface(): SafeERC20Interface;
|
|
47
|
+
static connect(address: string, signerOrProvider: Signer | Provider): SafeERC20;
|
|
48
|
+
}
|
|
49
|
+
export {};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SafeERC20__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
name: "ForceApproveFailed",
|
|
12
|
+
type: "error",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
inputs: [],
|
|
16
|
+
name: "Permit2TransferAmountTooHigh",
|
|
17
|
+
type: "error",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
inputs: [],
|
|
21
|
+
name: "SafeDecreaseAllowanceFailed",
|
|
22
|
+
type: "error",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
inputs: [],
|
|
26
|
+
name: "SafeIncreaseAllowanceFailed",
|
|
27
|
+
type: "error",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
inputs: [],
|
|
31
|
+
name: "SafePermitBadLength",
|
|
32
|
+
type: "error",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
inputs: [],
|
|
36
|
+
name: "SafeTransferFailed",
|
|
37
|
+
type: "error",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
inputs: [],
|
|
41
|
+
name: "SafeTransferFromFailed",
|
|
42
|
+
type: "error",
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
const _bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122054806207e434004ec3495d30f8d79da13af5a28ca33bbae0688f09824c1fbcfa64736f6c63430008110033";
|
|
46
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
47
|
+
class SafeERC20__factory extends ethers_1.ContractFactory {
|
|
48
|
+
constructor(...args) {
|
|
49
|
+
if (isSuperArgs(args)) {
|
|
50
|
+
super(...args);
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
super(_abi, _bytecode, args[0]);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
deploy(overrides) {
|
|
57
|
+
return super.deploy(overrides || {});
|
|
58
|
+
}
|
|
59
|
+
getDeployTransaction(overrides) {
|
|
60
|
+
return super.getDeployTransaction(overrides || {});
|
|
61
|
+
}
|
|
62
|
+
attach(address) {
|
|
63
|
+
return super.attach(address);
|
|
64
|
+
}
|
|
65
|
+
connect(signer) {
|
|
66
|
+
return super.connect(signer);
|
|
67
|
+
}
|
|
68
|
+
static bytecode = _bytecode;
|
|
69
|
+
static abi = _abi;
|
|
70
|
+
static createInterface() {
|
|
71
|
+
return new ethers_1.utils.Interface(_abi);
|
|
72
|
+
}
|
|
73
|
+
static connect(address, signerOrProvider) {
|
|
74
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.SafeERC20__factory = SafeERC20__factory;
|
|
@@ -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 iConvexV1BoosterAdapterSol from "./IConvexV1BoosterAdapter.sol";
|
|
5
6
|
export * as iCreditConfiguratorV2Sol from "./ICreditConfiguratorV2.sol";
|
|
6
7
|
export * as iCreditConfiguratorV3Sol from "./ICreditConfiguratorV3.sol";
|
|
7
8
|
export * as iCreditFacadeV2Sol from "./ICreditFacadeV2.sol";
|
|
@@ -12,7 +13,6 @@ export * as iCurvePool2Sol from "./ICurvePool_2.sol";
|
|
|
12
13
|
export * as iCurvePool3Sol from "./ICurvePool_3.sol";
|
|
13
14
|
export * as iCurvePool4Sol from "./ICurvePool_4.sol";
|
|
14
15
|
export * as iDegenDistributorSol from "./IDegenDistributor.sol";
|
|
15
|
-
export * as iLidoV1AdapterSol from "./ILidoV1Adapter.sol";
|
|
16
16
|
export * as iPoolServiceSol from "./IPoolService.sol";
|
|
17
17
|
export * as iPoolV3Sol from "./IPoolV3.sol";
|
|
18
18
|
export * as iUniswapV2AdapterSol from "./IUniswapV2Adapter.sol";
|
|
@@ -29,13 +29,13 @@ export { IAdapter__factory } from "./IAdapter__factory";
|
|
|
29
29
|
export { IBaseRewardPool__factory } from "./IBaseRewardPool__factory";
|
|
30
30
|
export { IConvexToken__factory } from "./IConvexToken__factory";
|
|
31
31
|
export { IConvexV1BaseRewardPoolAdapter__factory } from "./IConvexV1BaseRewardPoolAdapter__factory";
|
|
32
|
-
export { IConvexV1BoosterAdapter__factory } from "./IConvexV1BoosterAdapter__factory";
|
|
33
32
|
export { ICreditFacadeV3Multicall__factory } from "./ICreditFacadeV3Multicall__factory";
|
|
34
33
|
export { ICurvePool__factory } from "./ICurvePool__factory";
|
|
35
34
|
export { ICurveV1Adapter__factory } from "./ICurveV1Adapter__factory";
|
|
36
35
|
export { ICurveV1_2AssetsAdapter__factory } from "./ICurveV1_2AssetsAdapter__factory";
|
|
37
36
|
export { ICurveV1_3AssetsAdapter__factory } from "./ICurveV1_3AssetsAdapter__factory";
|
|
38
37
|
export { ICurveV1_4AssetsAdapter__factory } from "./ICurveV1_4AssetsAdapter__factory";
|
|
38
|
+
export { IDaiLikePermit__factory } from "./IDaiLikePermit__factory";
|
|
39
39
|
export { IDataCompressorV2_10__factory } from "./IDataCompressorV2_10__factory";
|
|
40
40
|
export { IDataCompressorV3_00__factory } from "./IDataCompressorV3_00__factory";
|
|
41
41
|
export { IERC20__factory } from "./IERC20__factory";
|
|
@@ -43,11 +43,14 @@ export { IERC20Metadata__factory } from "./IERC20Metadata__factory";
|
|
|
43
43
|
export { IERC20Permit__factory } from "./IERC20Permit__factory";
|
|
44
44
|
export { IERC4626__factory } from "./IERC4626__factory";
|
|
45
45
|
export { IInterestRateModel__factory } from "./IInterestRateModel__factory";
|
|
46
|
+
export { ILidoV1Adapter__factory } from "./ILidoV1Adapter__factory";
|
|
46
47
|
export { IOffchainOracle__factory } from "./IOffchainOracle__factory";
|
|
48
|
+
export { IPermit2__factory } from "./IPermit2__factory";
|
|
47
49
|
export { IPriceOracleBase__factory } from "./IPriceOracleBase__factory";
|
|
48
50
|
export { IRouter__factory } from "./IRouter__factory";
|
|
49
51
|
export { IVersion__factory } from "./IVersion__factory";
|
|
50
52
|
export { IWERC20Zapper__factory } from "./IWERC20Zapper__factory";
|
|
53
|
+
export { IWETH__factory } from "./IWETH__factory";
|
|
51
54
|
export { IWETHGateway__factory } from "./IWETHGateway__factory";
|
|
52
55
|
export { IWETHZapper__factory } from "./IWETHZapper__factory";
|
|
53
56
|
export { IYVault__factory } from "./IYVault__factory";
|
|
@@ -55,3 +58,4 @@ export { IYearnV2Adapter__factory } from "./IYearnV2Adapter__factory";
|
|
|
55
58
|
export { IZapper__factory } from "./IZapper__factory";
|
|
56
59
|
export { IwstETHV1Adapter__factory } from "./IwstETHV1Adapter__factory";
|
|
57
60
|
export { Ownable__factory } from "./Ownable__factory";
|
|
61
|
+
export { SafeERC20__factory } from "./SafeERC20__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.Ownable__factory = exports.IwstETHV1Adapter__factory = exports.IZapper__factory = exports.IYearnV2Adapter__factory = exports.IYVault__factory = exports.IWETHZapper__factory = exports.IWETHGateway__factory = void 0;
|
|
26
|
+
exports.IRouter__factory = exports.IPriceOracleBase__factory = exports.IPermit2__factory = exports.IOffchainOracle__factory = exports.ILidoV1Adapter__factory = exports.IInterestRateModel__factory = exports.IERC4626__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.iDegenDistributorSol = exports.iCurvePool4Sol = exports.iCurvePool3Sol = exports.iCurvePool2Sol = exports.iCreditManagerV3Sol = exports.iCreditManagerV2Sol = exports.iCreditFacadeV3Sol = exports.iCreditFacadeV2Sol = exports.iCreditConfiguratorV3Sol = exports.iCreditConfiguratorV2Sol = exports.iConvexV1BoosterAdapterSol = 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.IWETHZapper__factory = exports.IWETHGateway__factory = exports.IWETH__factory = exports.IWERC20Zapper__factory = exports.IVersion__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.iConvexV1BoosterAdapterSol = __importStar(require("./IConvexV1BoosterAdapter.sol"));
|
|
35
36
|
exports.iCreditConfiguratorV2Sol = __importStar(require("./ICreditConfiguratorV2.sol"));
|
|
36
37
|
exports.iCreditConfiguratorV3Sol = __importStar(require("./ICreditConfiguratorV3.sol"));
|
|
37
38
|
exports.iCreditFacadeV2Sol = __importStar(require("./ICreditFacadeV2.sol"));
|
|
@@ -42,7 +43,6 @@ exports.iCurvePool2Sol = __importStar(require("./ICurvePool_2.sol"));
|
|
|
42
43
|
exports.iCurvePool3Sol = __importStar(require("./ICurvePool_3.sol"));
|
|
43
44
|
exports.iCurvePool4Sol = __importStar(require("./ICurvePool_4.sol"));
|
|
44
45
|
exports.iDegenDistributorSol = __importStar(require("./IDegenDistributor.sol"));
|
|
45
|
-
exports.iLidoV1AdapterSol = __importStar(require("./ILidoV1Adapter.sol"));
|
|
46
46
|
exports.iPoolServiceSol = __importStar(require("./IPoolService.sol"));
|
|
47
47
|
exports.iPoolV3Sol = __importStar(require("./IPoolV3.sol"));
|
|
48
48
|
exports.iUniswapV2AdapterSol = __importStar(require("./IUniswapV2Adapter.sol"));
|
|
@@ -66,8 +66,6 @@ var IConvexToken__factory_1 = require("./IConvexToken__factory");
|
|
|
66
66
|
Object.defineProperty(exports, "IConvexToken__factory", { enumerable: true, get: function () { return IConvexToken__factory_1.IConvexToken__factory; } });
|
|
67
67
|
var IConvexV1BaseRewardPoolAdapter__factory_1 = require("./IConvexV1BaseRewardPoolAdapter__factory");
|
|
68
68
|
Object.defineProperty(exports, "IConvexV1BaseRewardPoolAdapter__factory", { enumerable: true, get: function () { return IConvexV1BaseRewardPoolAdapter__factory_1.IConvexV1BaseRewardPoolAdapter__factory; } });
|
|
69
|
-
var IConvexV1BoosterAdapter__factory_1 = require("./IConvexV1BoosterAdapter__factory");
|
|
70
|
-
Object.defineProperty(exports, "IConvexV1BoosterAdapter__factory", { enumerable: true, get: function () { return IConvexV1BoosterAdapter__factory_1.IConvexV1BoosterAdapter__factory; } });
|
|
71
69
|
var ICreditFacadeV3Multicall__factory_1 = require("./ICreditFacadeV3Multicall__factory");
|
|
72
70
|
Object.defineProperty(exports, "ICreditFacadeV3Multicall__factory", { enumerable: true, get: function () { return ICreditFacadeV3Multicall__factory_1.ICreditFacadeV3Multicall__factory; } });
|
|
73
71
|
var ICurvePool__factory_1 = require("./ICurvePool__factory");
|
|
@@ -80,6 +78,8 @@ var ICurveV1_3AssetsAdapter__factory_1 = require("./ICurveV1_3AssetsAdapter__fac
|
|
|
80
78
|
Object.defineProperty(exports, "ICurveV1_3AssetsAdapter__factory", { enumerable: true, get: function () { return ICurveV1_3AssetsAdapter__factory_1.ICurveV1_3AssetsAdapter__factory; } });
|
|
81
79
|
var ICurveV1_4AssetsAdapter__factory_1 = require("./ICurveV1_4AssetsAdapter__factory");
|
|
82
80
|
Object.defineProperty(exports, "ICurveV1_4AssetsAdapter__factory", { enumerable: true, get: function () { return ICurveV1_4AssetsAdapter__factory_1.ICurveV1_4AssetsAdapter__factory; } });
|
|
81
|
+
var IDaiLikePermit__factory_1 = require("./IDaiLikePermit__factory");
|
|
82
|
+
Object.defineProperty(exports, "IDaiLikePermit__factory", { enumerable: true, get: function () { return IDaiLikePermit__factory_1.IDaiLikePermit__factory; } });
|
|
83
83
|
var IDataCompressorV2_10__factory_1 = require("./IDataCompressorV2_10__factory");
|
|
84
84
|
Object.defineProperty(exports, "IDataCompressorV2_10__factory", { enumerable: true, get: function () { return IDataCompressorV2_10__factory_1.IDataCompressorV2_10__factory; } });
|
|
85
85
|
var IDataCompressorV3_00__factory_1 = require("./IDataCompressorV3_00__factory");
|
|
@@ -94,8 +94,12 @@ var IERC4626__factory_1 = require("./IERC4626__factory");
|
|
|
94
94
|
Object.defineProperty(exports, "IERC4626__factory", { enumerable: true, get: function () { return IERC4626__factory_1.IERC4626__factory; } });
|
|
95
95
|
var IInterestRateModel__factory_1 = require("./IInterestRateModel__factory");
|
|
96
96
|
Object.defineProperty(exports, "IInterestRateModel__factory", { enumerable: true, get: function () { return IInterestRateModel__factory_1.IInterestRateModel__factory; } });
|
|
97
|
+
var ILidoV1Adapter__factory_1 = require("./ILidoV1Adapter__factory");
|
|
98
|
+
Object.defineProperty(exports, "ILidoV1Adapter__factory", { enumerable: true, get: function () { return ILidoV1Adapter__factory_1.ILidoV1Adapter__factory; } });
|
|
97
99
|
var IOffchainOracle__factory_1 = require("./IOffchainOracle__factory");
|
|
98
100
|
Object.defineProperty(exports, "IOffchainOracle__factory", { enumerable: true, get: function () { return IOffchainOracle__factory_1.IOffchainOracle__factory; } });
|
|
101
|
+
var IPermit2__factory_1 = require("./IPermit2__factory");
|
|
102
|
+
Object.defineProperty(exports, "IPermit2__factory", { enumerable: true, get: function () { return IPermit2__factory_1.IPermit2__factory; } });
|
|
99
103
|
var IPriceOracleBase__factory_1 = require("./IPriceOracleBase__factory");
|
|
100
104
|
Object.defineProperty(exports, "IPriceOracleBase__factory", { enumerable: true, get: function () { return IPriceOracleBase__factory_1.IPriceOracleBase__factory; } });
|
|
101
105
|
var IRouter__factory_1 = require("./IRouter__factory");
|
|
@@ -104,6 +108,8 @@ var IVersion__factory_1 = require("./IVersion__factory");
|
|
|
104
108
|
Object.defineProperty(exports, "IVersion__factory", { enumerable: true, get: function () { return IVersion__factory_1.IVersion__factory; } });
|
|
105
109
|
var IWERC20Zapper__factory_1 = require("./IWERC20Zapper__factory");
|
|
106
110
|
Object.defineProperty(exports, "IWERC20Zapper__factory", { enumerable: true, get: function () { return IWERC20Zapper__factory_1.IWERC20Zapper__factory; } });
|
|
111
|
+
var IWETH__factory_1 = require("./IWETH__factory");
|
|
112
|
+
Object.defineProperty(exports, "IWETH__factory", { enumerable: true, get: function () { return IWETH__factory_1.IWETH__factory; } });
|
|
107
113
|
var IWETHGateway__factory_1 = require("./IWETHGateway__factory");
|
|
108
114
|
Object.defineProperty(exports, "IWETHGateway__factory", { enumerable: true, get: function () { return IWETHGateway__factory_1.IWETHGateway__factory; } });
|
|
109
115
|
var IWETHZapper__factory_1 = require("./IWETHZapper__factory");
|
|
@@ -118,3 +124,5 @@ var IwstETHV1Adapter__factory_1 = require("./IwstETHV1Adapter__factory");
|
|
|
118
124
|
Object.defineProperty(exports, "IwstETHV1Adapter__factory", { enumerable: true, get: function () { return IwstETHV1Adapter__factory_1.IwstETHV1Adapter__factory; } });
|
|
119
125
|
var Ownable__factory_1 = require("./Ownable__factory");
|
|
120
126
|
Object.defineProperty(exports, "Ownable__factory", { enumerable: true, get: function () { return Ownable__factory_1.Ownable__factory; } });
|
|
127
|
+
var SafeERC20__factory_1 = require("./SafeERC20__factory");
|
|
128
|
+
Object.defineProperty(exports, "SafeERC20__factory", { enumerable: true, get: function () { return SafeERC20__factory_1.SafeERC20__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 iConvexV1BoosterAdapterSol from "./IConvexV1BoosterAdapter.sol";
|
|
10
|
+
export type { iConvexV1BoosterAdapterSol };
|
|
9
11
|
import type * as iCreditConfiguratorV2Sol from "./ICreditConfiguratorV2.sol";
|
|
10
12
|
export type { iCreditConfiguratorV2Sol };
|
|
11
13
|
import type * as iCreditConfiguratorV3Sol from "./ICreditConfiguratorV3.sol";
|
|
@@ -26,8 +28,6 @@ import type * as iCurvePool4Sol from "./ICurvePool_4.sol";
|
|
|
26
28
|
export type { iCurvePool4Sol };
|
|
27
29
|
import type * as iDegenDistributorSol from "./IDegenDistributor.sol";
|
|
28
30
|
export type { iDegenDistributorSol };
|
|
29
|
-
import type * as iLidoV1AdapterSol from "./ILidoV1Adapter.sol";
|
|
30
|
-
export type { iLidoV1AdapterSol };
|
|
31
31
|
import type * as iPoolServiceSol from "./IPoolService.sol";
|
|
32
32
|
export type { iPoolServiceSol };
|
|
33
33
|
import type * as iPoolV3Sol from "./IPoolV3.sol";
|
|
@@ -53,13 +53,13 @@ export type { IAdapter } from "./IAdapter";
|
|
|
53
53
|
export type { IBaseRewardPool } from "./IBaseRewardPool";
|
|
54
54
|
export type { IConvexToken } from "./IConvexToken";
|
|
55
55
|
export type { IConvexV1BaseRewardPoolAdapter } from "./IConvexV1BaseRewardPoolAdapter";
|
|
56
|
-
export type { IConvexV1BoosterAdapter } from "./IConvexV1BoosterAdapter";
|
|
57
56
|
export type { ICreditFacadeV3Multicall } from "./ICreditFacadeV3Multicall";
|
|
58
57
|
export type { ICurvePool } from "./ICurvePool";
|
|
59
58
|
export type { ICurveV1Adapter } from "./ICurveV1Adapter";
|
|
60
59
|
export type { ICurveV1_2AssetsAdapter } from "./ICurveV1_2AssetsAdapter";
|
|
61
60
|
export type { ICurveV1_3AssetsAdapter } from "./ICurveV1_3AssetsAdapter";
|
|
62
61
|
export type { ICurveV1_4AssetsAdapter } from "./ICurveV1_4AssetsAdapter";
|
|
62
|
+
export type { IDaiLikePermit } from "./IDaiLikePermit";
|
|
63
63
|
export type { IDataCompressorV2_10 } from "./IDataCompressorV2_10";
|
|
64
64
|
export type { IDataCompressorV3_00 } from "./IDataCompressorV3_00";
|
|
65
65
|
export type { IERC20 } from "./IERC20";
|
|
@@ -67,11 +67,14 @@ export type { IERC20Metadata } from "./IERC20Metadata";
|
|
|
67
67
|
export type { IERC20Permit } from "./IERC20Permit";
|
|
68
68
|
export type { IERC4626 } from "./IERC4626";
|
|
69
69
|
export type { IInterestRateModel } from "./IInterestRateModel";
|
|
70
|
+
export type { ILidoV1Adapter } from "./ILidoV1Adapter";
|
|
70
71
|
export type { IOffchainOracle } from "./IOffchainOracle";
|
|
72
|
+
export type { IPermit2 } from "./IPermit2";
|
|
71
73
|
export type { IPriceOracleBase } from "./IPriceOracleBase";
|
|
72
74
|
export type { IRouter } from "./IRouter";
|
|
73
75
|
export type { IVersion } from "./IVersion";
|
|
74
76
|
export type { IWERC20Zapper } from "./IWERC20Zapper";
|
|
77
|
+
export type { IWETH } from "./IWETH";
|
|
75
78
|
export type { IWETHGateway } from "./IWETHGateway";
|
|
76
79
|
export type { IWETHZapper } from "./IWETHZapper";
|
|
77
80
|
export type { IYVault } from "./IYVault";
|
|
@@ -79,6 +82,7 @@ export type { IYearnV2Adapter } from "./IYearnV2Adapter";
|
|
|
79
82
|
export type { IZapper } from "./IZapper";
|
|
80
83
|
export type { IwstETHV1Adapter } from "./IwstETHV1Adapter";
|
|
81
84
|
export type { Ownable } from "./Ownable";
|
|
85
|
+
export type { SafeERC20 } from "./SafeERC20";
|
|
82
86
|
export * as factories from "./factories";
|
|
83
87
|
export { AddressProvider__factory } from "./factories/AddressProvider__factory";
|
|
84
88
|
export type { BalanceOps } from "./Balances.sol/BalanceOps";
|
|
@@ -101,7 +105,10 @@ export { IAirdropDistributorEvents__factory } from "./factories/IAirdropDistribu
|
|
|
101
105
|
export { IBaseRewardPool__factory } from "./factories/IBaseRewardPool__factory";
|
|
102
106
|
export { IConvexToken__factory } from "./factories/IConvexToken__factory";
|
|
103
107
|
export { IConvexV1BaseRewardPoolAdapter__factory } from "./factories/IConvexV1BaseRewardPoolAdapter__factory";
|
|
104
|
-
export {
|
|
108
|
+
export type { IConvexV1BoosterAdapter } from "./IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter";
|
|
109
|
+
export { IConvexV1BoosterAdapter__factory } from "./factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory";
|
|
110
|
+
export type { IConvexV1BoosterAdapterEvents } from "./IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents";
|
|
111
|
+
export { IConvexV1BoosterAdapterEvents__factory } from "./factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory";
|
|
105
112
|
export type { ICreditConfiguratorV2 } from "./ICreditConfiguratorV2.sol/ICreditConfiguratorV2";
|
|
106
113
|
export { ICreditConfiguratorV2__factory } from "./factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2__factory";
|
|
107
114
|
export type { ICreditConfiguratorV2Events } from "./ICreditConfiguratorV2.sol/ICreditConfiguratorV2Events";
|
|
@@ -148,6 +155,7 @@ export { ICurveV1_2AssetsAdapter__factory } from "./factories/ICurveV1_2AssetsAd
|
|
|
148
155
|
export { ICurveV1_3AssetsAdapter__factory } from "./factories/ICurveV1_3AssetsAdapter__factory";
|
|
149
156
|
export { ICurveV1_4AssetsAdapter__factory } from "./factories/ICurveV1_4AssetsAdapter__factory";
|
|
150
157
|
export { ICurveV1Adapter__factory } from "./factories/ICurveV1Adapter__factory";
|
|
158
|
+
export { IDaiLikePermit__factory } from "./factories/IDaiLikePermit__factory";
|
|
151
159
|
export { IDataCompressorV2_10__factory } from "./factories/IDataCompressorV2_10__factory";
|
|
152
160
|
export { IDataCompressorV3_00__factory } from "./factories/IDataCompressorV3_00__factory";
|
|
153
161
|
export type { IDegenDistributor } from "./IDegenDistributor.sol/IDegenDistributor";
|
|
@@ -159,13 +167,9 @@ export { IERC20Metadata__factory } from "./factories/IERC20Metadata__factory";
|
|
|
159
167
|
export { IERC20Permit__factory } from "./factories/IERC20Permit__factory";
|
|
160
168
|
export { IERC4626__factory } from "./factories/IERC4626__factory";
|
|
161
169
|
export { IInterestRateModel__factory } from "./factories/IInterestRateModel__factory";
|
|
162
|
-
export
|
|
163
|
-
export { ILidoV1Adapter__factory } from "./factories/ILidoV1Adapter.sol/ILidoV1Adapter__factory";
|
|
164
|
-
export type { ILidoV1AdapterEvents } from "./ILidoV1Adapter.sol/ILidoV1AdapterEvents";
|
|
165
|
-
export { ILidoV1AdapterEvents__factory } from "./factories/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory";
|
|
166
|
-
export type { ILidoV1AdapterExceptions } from "./ILidoV1Adapter.sol/ILidoV1AdapterExceptions";
|
|
167
|
-
export { ILidoV1AdapterExceptions__factory } from "./factories/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory";
|
|
170
|
+
export { ILidoV1Adapter__factory } from "./factories/ILidoV1Adapter__factory";
|
|
168
171
|
export { IOffchainOracle__factory } from "./factories/IOffchainOracle__factory";
|
|
172
|
+
export { IPermit2__factory } from "./factories/IPermit2__factory";
|
|
169
173
|
export type { IPoolService } from "./IPoolService.sol/IPoolService";
|
|
170
174
|
export { IPoolService__factory } from "./factories/IPoolService.sol/IPoolService__factory";
|
|
171
175
|
export type { IPoolServiceEvents } from "./IPoolService.sol/IPoolServiceEvents";
|
|
@@ -196,6 +200,7 @@ export type { IUniswapV3AdapterExceptions } from "./IUniswapV3Adapter.sol/IUnisw
|
|
|
196
200
|
export { IUniswapV3AdapterExceptions__factory } from "./factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory";
|
|
197
201
|
export { IVersion__factory } from "./factories/IVersion__factory";
|
|
198
202
|
export { IWERC20Zapper__factory } from "./factories/IWERC20Zapper__factory";
|
|
203
|
+
export { IWETH__factory } from "./factories/IWETH__factory";
|
|
199
204
|
export { IWETHGateway__factory } from "./factories/IWETHGateway__factory";
|
|
200
205
|
export { IWETHZapper__factory } from "./factories/IWETHZapper__factory";
|
|
201
206
|
export type { IWithdrawalManagerV3 } from "./IWithdrawalManagerV3.sol/IWithdrawalManagerV3";
|
|
@@ -213,3 +218,4 @@ export { IYearnV2Adapter__factory } from "./factories/IYearnV2Adapter__factory";
|
|
|
213
218
|
export { IYVault__factory } from "./factories/IYVault__factory";
|
|
214
219
|
export { IZapper__factory } from "./factories/IZapper__factory";
|
|
215
220
|
export { Ownable__factory } from "./factories/Ownable__factory";
|
|
221
|
+
export { SafeERC20__factory } from "./factories/SafeERC20__factory";
|