@katanaperps/katana-perps-sdk 2.1.0-alpha.3 → 2.1.0-beta.10
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/dist/abis/{ExchangeLocalDepositAdapter_v1.json → EarningsEscrow_v2.json} +95 -74
- package/dist/abis/ExchangeLayerZeroAdapter_v1.json +5 -0
- package/dist/abis/KatanaPerpsStargateForwarder_v1.json +1 -1
- package/dist/bridge/config.d.ts +3 -2
- package/dist/bridge/config.d.ts.map +1 -1
- package/dist/bridge/config.js +4 -3
- package/dist/bridge/deposit.d.ts +2 -9
- package/dist/bridge/deposit.d.ts.map +1 -1
- package/dist/bridge/deposit.js +4 -60
- package/dist/bridge/utils.d.ts +3 -3
- package/dist/bridge/utils.d.ts.map +1 -1
- package/dist/bridge/utils.js +6 -17
- package/dist/client/rest/authenticated.d.ts +9 -17
- package/dist/client/rest/authenticated.d.ts.map +1 -1
- package/dist/client/rest/authenticated.js +30 -19
- package/dist/client/webSocket/transform.d.ts.map +1 -1
- package/dist/client/webSocket/transform.js +1 -0
- package/dist/typechain-types/{ExchangeLoopbackAdapter_v1.d.ts → EarningsEscrow_v2.d.ts} +82 -82
- package/dist/typechain-types/EarningsEscrow_v2.d.ts.map +1 -0
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +5 -2
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts +16 -16
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts +100 -78
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts.map +1 -1
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts +2 -2
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts.map +1 -1
- package/dist/typechain-types/factories/{ExchangeLocalDepositAdapter_v1__factory.d.ts → EarningsEscrow_v2__factory.d.ts} +85 -72
- package/dist/typechain-types/factories/EarningsEscrow_v2__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/{ExchangeLocalDepositAdapter_v1__factory.js → EarningsEscrow_v2__factory.js} +98 -77
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts +4 -0
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +5 -0
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts +16 -16
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js +21 -21
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts +113 -90
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +136 -106
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts +1 -1
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.js +1 -1
- package/dist/typechain-types/factories/index.d.ts +1 -4
- package/dist/typechain-types/factories/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/index.js +3 -9
- package/dist/typechain-types/index.d.ts +2 -8
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +3 -9
- package/dist/types/rest/endpoints/GetExchange.d.ts +0 -44
- package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
- package/dist/types/rest/endpoints/GetFills.d.ts +6 -0
- package/dist/types/rest/endpoints/GetFills.d.ts.map +1 -1
- package/dist/types/rest/endpoints/internal.d.ts +235 -8
- package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
- package/dist/types/webSocket/response/ordersFill.d.ts +4 -0
- package/dist/types/webSocket/response/ordersFill.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/abis/ExchangeLoopbackAdapter_v1.json +0 -300
- package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +0 -229
- package/dist/abis/FixedIncomeVaultProvider_v1.json +0 -2655
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +0 -210
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.js +0 -2
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts +0 -241
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.js +0 -317
- /package/dist/typechain-types/{ExchangeLocalDepositAdapter_v1.js → EarningsEscrow_v2.js} +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.EarningsEscrow_v2__factory = void 0;
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
9
|
{
|
|
@@ -13,11 +13,6 @@ const _abi = [
|
|
|
13
13
|
name: 'exchange_',
|
|
14
14
|
type: 'address',
|
|
15
15
|
},
|
|
16
|
-
{
|
|
17
|
-
internalType: 'address',
|
|
18
|
-
name: 'exchangeManagedAccountDepositAdapter_',
|
|
19
|
-
type: 'address',
|
|
20
|
-
},
|
|
21
16
|
],
|
|
22
17
|
stateMutability: 'nonpayable',
|
|
23
18
|
type: 'constructor',
|
|
@@ -44,13 +39,29 @@ const _abi = [
|
|
|
44
39
|
name: 'OwnableUnauthorizedAccount',
|
|
45
40
|
type: 'error',
|
|
46
41
|
},
|
|
42
|
+
{
|
|
43
|
+
inputs: [],
|
|
44
|
+
name: 'ReentrancyGuardReentrantCall',
|
|
45
|
+
type: 'error',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
inputs: [
|
|
49
|
+
{
|
|
50
|
+
internalType: 'address',
|
|
51
|
+
name: 'token',
|
|
52
|
+
type: 'address',
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
name: 'SafeERC20FailedOperation',
|
|
56
|
+
type: 'error',
|
|
57
|
+
},
|
|
47
58
|
{
|
|
48
59
|
anonymous: false,
|
|
49
60
|
inputs: [
|
|
50
61
|
{
|
|
51
|
-
indexed:
|
|
62
|
+
indexed: true,
|
|
52
63
|
internalType: 'address',
|
|
53
|
-
name: '
|
|
64
|
+
name: 'wallet',
|
|
54
65
|
type: 'address',
|
|
55
66
|
},
|
|
56
67
|
{
|
|
@@ -61,27 +72,21 @@ const _abi = [
|
|
|
61
72
|
},
|
|
62
73
|
{
|
|
63
74
|
indexed: false,
|
|
64
|
-
internalType: '
|
|
65
|
-
name: '
|
|
66
|
-
type: '
|
|
75
|
+
internalType: 'uint256',
|
|
76
|
+
name: 'newTotalOwedQuantity',
|
|
77
|
+
type: 'uint256',
|
|
67
78
|
},
|
|
68
79
|
],
|
|
69
|
-
name: '
|
|
80
|
+
name: 'AssetsDistributed',
|
|
70
81
|
type: 'event',
|
|
71
82
|
},
|
|
72
83
|
{
|
|
73
84
|
anonymous: false,
|
|
74
85
|
inputs: [
|
|
75
|
-
{
|
|
76
|
-
indexed: false,
|
|
77
|
-
internalType: 'uint32',
|
|
78
|
-
name: 'sourceEndpointId',
|
|
79
|
-
type: 'uint32',
|
|
80
|
-
},
|
|
81
86
|
{
|
|
82
87
|
indexed: false,
|
|
83
88
|
internalType: 'address',
|
|
84
|
-
name: '
|
|
89
|
+
name: 'ownerWallet',
|
|
85
90
|
type: 'address',
|
|
86
91
|
},
|
|
87
92
|
{
|
|
@@ -90,8 +95,14 @@ const _abi = [
|
|
|
90
95
|
name: 'quantity',
|
|
91
96
|
type: 'uint256',
|
|
92
97
|
},
|
|
98
|
+
{
|
|
99
|
+
indexed: false,
|
|
100
|
+
internalType: 'uint256',
|
|
101
|
+
name: 'newEscrowBalance',
|
|
102
|
+
type: 'uint256',
|
|
103
|
+
},
|
|
93
104
|
],
|
|
94
|
-
name: '
|
|
105
|
+
name: 'EscrowWithdrawn',
|
|
95
106
|
type: 'event',
|
|
96
107
|
},
|
|
97
108
|
{
|
|
@@ -133,39 +144,39 @@ const _abi = [
|
|
|
133
144
|
type: 'event',
|
|
134
145
|
},
|
|
135
146
|
{
|
|
136
|
-
|
|
147
|
+
inputs: [],
|
|
148
|
+
name: 'acceptOwnership',
|
|
149
|
+
outputs: [],
|
|
150
|
+
stateMutability: 'nonpayable',
|
|
151
|
+
type: 'function',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
137
154
|
inputs: [
|
|
138
155
|
{
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
type: 'address',
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
indexed: false,
|
|
146
|
-
internalType: 'uint256',
|
|
147
|
-
name: 'quantity',
|
|
148
|
-
type: 'uint256',
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
indexed: false,
|
|
152
|
-
internalType: 'bytes',
|
|
153
|
-
name: 'payload',
|
|
154
|
-
type: 'bytes',
|
|
156
|
+
internalType: 'address[]',
|
|
157
|
+
name: 'wallets',
|
|
158
|
+
type: 'address[]',
|
|
155
159
|
},
|
|
156
160
|
{
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
type: 'bytes',
|
|
161
|
+
internalType: 'uint256[]',
|
|
162
|
+
name: 'newOwedQuantities',
|
|
163
|
+
type: 'uint256[]',
|
|
161
164
|
},
|
|
162
165
|
],
|
|
163
|
-
name: '
|
|
164
|
-
|
|
166
|
+
name: 'bulkAssignOwedQuantities',
|
|
167
|
+
outputs: [],
|
|
168
|
+
stateMutability: 'nonpayable',
|
|
169
|
+
type: 'function',
|
|
165
170
|
},
|
|
166
171
|
{
|
|
167
|
-
inputs: [
|
|
168
|
-
|
|
172
|
+
inputs: [
|
|
173
|
+
{
|
|
174
|
+
internalType: 'address',
|
|
175
|
+
name: 'walletAddress',
|
|
176
|
+
type: 'address',
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
name: 'distribute',
|
|
169
180
|
outputs: [],
|
|
170
181
|
stateMutability: 'nonpayable',
|
|
171
182
|
type: 'function',
|
|
@@ -173,19 +184,20 @@ const _abi = [
|
|
|
173
184
|
{
|
|
174
185
|
inputs: [
|
|
175
186
|
{
|
|
176
|
-
internalType: '
|
|
177
|
-
name: '
|
|
178
|
-
type: '
|
|
187
|
+
internalType: 'address',
|
|
188
|
+
name: '',
|
|
189
|
+
type: 'address',
|
|
179
190
|
},
|
|
191
|
+
],
|
|
192
|
+
name: 'distributedQuantityByWallet',
|
|
193
|
+
outputs: [
|
|
180
194
|
{
|
|
181
|
-
internalType: '
|
|
182
|
-
name: '
|
|
183
|
-
type: '
|
|
195
|
+
internalType: 'uint256',
|
|
196
|
+
name: '',
|
|
197
|
+
type: 'uint256',
|
|
184
198
|
},
|
|
185
199
|
],
|
|
186
|
-
|
|
187
|
-
outputs: [],
|
|
188
|
-
stateMutability: 'nonpayable',
|
|
200
|
+
stateMutability: 'view',
|
|
189
201
|
type: 'function',
|
|
190
202
|
},
|
|
191
203
|
{
|
|
@@ -203,25 +215,31 @@ const _abi = [
|
|
|
203
215
|
},
|
|
204
216
|
{
|
|
205
217
|
inputs: [],
|
|
206
|
-
name: '
|
|
218
|
+
name: 'isDistributeEnabled',
|
|
207
219
|
outputs: [
|
|
208
220
|
{
|
|
209
|
-
internalType: '
|
|
221
|
+
internalType: 'bool',
|
|
210
222
|
name: '',
|
|
211
|
-
type: '
|
|
223
|
+
type: 'bool',
|
|
212
224
|
},
|
|
213
225
|
],
|
|
214
226
|
stateMutability: 'view',
|
|
215
227
|
type: 'function',
|
|
216
228
|
},
|
|
217
229
|
{
|
|
218
|
-
inputs: [
|
|
219
|
-
|
|
230
|
+
inputs: [
|
|
231
|
+
{
|
|
232
|
+
internalType: 'address',
|
|
233
|
+
name: '',
|
|
234
|
+
type: 'address',
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
name: 'owedQuantityByWallet',
|
|
220
238
|
outputs: [
|
|
221
239
|
{
|
|
222
|
-
internalType: '
|
|
240
|
+
internalType: 'uint256',
|
|
223
241
|
name: '',
|
|
224
|
-
type: '
|
|
242
|
+
type: 'uint256',
|
|
225
243
|
},
|
|
226
244
|
],
|
|
227
245
|
stateMutability: 'view',
|
|
@@ -281,11 +299,24 @@ const _abi = [
|
|
|
281
299
|
type: 'bool',
|
|
282
300
|
},
|
|
283
301
|
],
|
|
284
|
-
name: '
|
|
302
|
+
name: 'setDistributeEnabled',
|
|
285
303
|
outputs: [],
|
|
286
304
|
stateMutability: 'nonpayable',
|
|
287
305
|
type: 'function',
|
|
288
306
|
},
|
|
307
|
+
{
|
|
308
|
+
inputs: [],
|
|
309
|
+
name: 'totalOwedQuantity',
|
|
310
|
+
outputs: [
|
|
311
|
+
{
|
|
312
|
+
internalType: 'uint256',
|
|
313
|
+
name: '',
|
|
314
|
+
type: 'uint256',
|
|
315
|
+
},
|
|
316
|
+
],
|
|
317
|
+
stateMutability: 'view',
|
|
318
|
+
type: 'function',
|
|
319
|
+
},
|
|
289
320
|
{
|
|
290
321
|
inputs: [
|
|
291
322
|
{
|
|
@@ -301,29 +332,19 @@ const _abi = [
|
|
|
301
332
|
},
|
|
302
333
|
{
|
|
303
334
|
inputs: [
|
|
304
|
-
{
|
|
305
|
-
internalType: 'address',
|
|
306
|
-
name: '',
|
|
307
|
-
type: 'address',
|
|
308
|
-
},
|
|
309
335
|
{
|
|
310
336
|
internalType: 'uint256',
|
|
311
|
-
name: '',
|
|
337
|
+
name: 'quantity',
|
|
312
338
|
type: 'uint256',
|
|
313
339
|
},
|
|
314
|
-
{
|
|
315
|
-
internalType: 'bytes',
|
|
316
|
-
name: '',
|
|
317
|
-
type: 'bytes',
|
|
318
|
-
},
|
|
319
340
|
],
|
|
320
|
-
name: '
|
|
341
|
+
name: 'withdrawEscrow',
|
|
321
342
|
outputs: [],
|
|
322
|
-
stateMutability: '
|
|
343
|
+
stateMutability: 'nonpayable',
|
|
323
344
|
type: 'function',
|
|
324
345
|
},
|
|
325
346
|
];
|
|
326
|
-
class
|
|
347
|
+
class EarningsEscrow_v2__factory {
|
|
327
348
|
static abi = _abi;
|
|
328
349
|
static createInterface() {
|
|
329
350
|
return new ethers_1.Interface(_abi);
|
|
@@ -332,4 +353,4 @@ class ExchangeLocalDepositAdapter_v1__factory {
|
|
|
332
353
|
return new ethers_1.Contract(address, _abi, runner);
|
|
333
354
|
}
|
|
334
355
|
}
|
|
335
|
-
exports.
|
|
356
|
+
exports.EarningsEscrow_v2__factory = EarningsEscrow_v2__factory;
|
|
@@ -451,6 +451,10 @@ export declare class ExchangeLayerZeroAdapter_v1__factory {
|
|
|
451
451
|
readonly internalType: "uint64";
|
|
452
452
|
readonly name: "minimumDepositToManagedAccountQuantityInAssetUnits_";
|
|
453
453
|
readonly type: "uint64";
|
|
454
|
+
}, {
|
|
455
|
+
readonly internalType: "uint64";
|
|
456
|
+
readonly name: "minimumWithdrawQuantityMultiplier_";
|
|
457
|
+
readonly type: "uint64";
|
|
454
458
|
}];
|
|
455
459
|
readonly name: "setComposeParameters";
|
|
456
460
|
readonly outputs: readonly [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExchangeLayerZeroAdapter_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAClE,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"ExchangeLayerZeroAdapter_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAClE,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,gCAAgC,CAAC;AA2tBxC,qBAAa,oCAAoC;IAC/C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,oCAAoC;IAG9D,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAC7B,2BAA2B;CAO/B"}
|
|
@@ -585,6 +585,11 @@ const _abi = [
|
|
|
585
585
|
name: 'minimumDepositToManagedAccountQuantityInAssetUnits_',
|
|
586
586
|
type: 'uint64',
|
|
587
587
|
},
|
|
588
|
+
{
|
|
589
|
+
internalType: 'uint64',
|
|
590
|
+
name: 'minimumWithdrawQuantityMultiplier_',
|
|
591
|
+
type: 'uint64',
|
|
592
|
+
},
|
|
588
593
|
],
|
|
589
594
|
name: 'setComposeParameters',
|
|
590
595
|
outputs: [],
|
package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts
CHANGED
|
@@ -19,20 +19,6 @@ export declare class FixedIncomeVaultProviderStateAggregator_v1__factory {
|
|
|
19
19
|
}];
|
|
20
20
|
readonly stateMutability: "view";
|
|
21
21
|
readonly type: "function";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [{
|
|
24
|
-
readonly internalType: "address[]";
|
|
25
|
-
readonly name: "managerWallets";
|
|
26
|
-
readonly type: "address[]";
|
|
27
|
-
}];
|
|
28
|
-
readonly name: "loadTotalQuantitiesOwedByVaults";
|
|
29
|
-
readonly outputs: readonly [{
|
|
30
|
-
readonly internalType: "uint64[]";
|
|
31
|
-
readonly name: "loadTotalQuantitiesOwedByVaultsResults";
|
|
32
|
-
readonly type: "uint64[]";
|
|
33
|
-
}];
|
|
34
|
-
readonly stateMutability: "view";
|
|
35
|
-
readonly type: "function";
|
|
36
22
|
}, {
|
|
37
23
|
readonly inputs: readonly [{
|
|
38
24
|
readonly internalType: "address";
|
|
@@ -67,7 +53,7 @@ export declare class FixedIncomeVaultProviderStateAggregator_v1__factory {
|
|
|
67
53
|
readonly type: "uint64";
|
|
68
54
|
}, {
|
|
69
55
|
readonly internalType: "uint64";
|
|
70
|
-
readonly name: "
|
|
56
|
+
readonly name: "minimumUnappliedWithdrawalAgeInSToInitiateExit";
|
|
71
57
|
readonly type: "uint64";
|
|
72
58
|
}, {
|
|
73
59
|
readonly internalType: "uint64";
|
|
@@ -146,6 +132,20 @@ export declare class FixedIncomeVaultProviderStateAggregator_v1__factory {
|
|
|
146
132
|
}];
|
|
147
133
|
readonly stateMutability: "view";
|
|
148
134
|
readonly type: "function";
|
|
135
|
+
}, {
|
|
136
|
+
readonly inputs: readonly [{
|
|
137
|
+
readonly internalType: "address[]";
|
|
138
|
+
readonly name: "managerWallets";
|
|
139
|
+
readonly type: "address[]";
|
|
140
|
+
}];
|
|
141
|
+
readonly name: "loadVaultDeposits";
|
|
142
|
+
readonly outputs: readonly [{
|
|
143
|
+
readonly internalType: "uint64[]";
|
|
144
|
+
readonly name: "loadVaultDepositsResults";
|
|
145
|
+
readonly type: "uint64[]";
|
|
146
|
+
}];
|
|
147
|
+
readonly stateMutability: "view";
|
|
148
|
+
readonly type: "function";
|
|
149
149
|
}, {
|
|
150
150
|
readonly inputs: readonly [{
|
|
151
151
|
readonly internalType: "address";
|
|
@@ -167,7 +167,7 @@ export declare class FixedIncomeVaultProviderStateAggregator_v1__factory {
|
|
|
167
167
|
readonly name: "grossQuantity";
|
|
168
168
|
readonly type: "uint64";
|
|
169
169
|
}];
|
|
170
|
-
readonly internalType: "struct
|
|
170
|
+
readonly internalType: "struct LoadVaultWithdrawalQueueResult[]";
|
|
171
171
|
readonly name: "loadVaultWithdrawalQueueResults";
|
|
172
172
|
readonly type: "tuple[]";
|
|
173
173
|
}];
|
package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js
CHANGED
|
@@ -30,25 +30,6 @@ const _abi = [
|
|
|
30
30
|
stateMutability: 'view',
|
|
31
31
|
type: 'function',
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
inputs: [
|
|
35
|
-
{
|
|
36
|
-
internalType: 'address[]',
|
|
37
|
-
name: 'managerWallets',
|
|
38
|
-
type: 'address[]',
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
name: 'loadTotalQuantitiesOwedByVaults',
|
|
42
|
-
outputs: [
|
|
43
|
-
{
|
|
44
|
-
internalType: 'uint64[]',
|
|
45
|
-
name: 'loadTotalQuantitiesOwedByVaultsResults',
|
|
46
|
-
type: 'uint64[]',
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
stateMutability: 'view',
|
|
50
|
-
type: 'function',
|
|
51
|
-
},
|
|
52
33
|
{
|
|
53
34
|
inputs: [
|
|
54
35
|
{
|
|
@@ -93,7 +74,7 @@ const _abi = [
|
|
|
93
74
|
},
|
|
94
75
|
{
|
|
95
76
|
internalType: 'uint64',
|
|
96
|
-
name: '
|
|
77
|
+
name: 'minimumUnappliedWithdrawalAgeInSToInitiateExit',
|
|
97
78
|
type: 'uint64',
|
|
98
79
|
},
|
|
99
80
|
{
|
|
@@ -197,6 +178,25 @@ const _abi = [
|
|
|
197
178
|
stateMutability: 'view',
|
|
198
179
|
type: 'function',
|
|
199
180
|
},
|
|
181
|
+
{
|
|
182
|
+
inputs: [
|
|
183
|
+
{
|
|
184
|
+
internalType: 'address[]',
|
|
185
|
+
name: 'managerWallets',
|
|
186
|
+
type: 'address[]',
|
|
187
|
+
},
|
|
188
|
+
],
|
|
189
|
+
name: 'loadVaultDeposits',
|
|
190
|
+
outputs: [
|
|
191
|
+
{
|
|
192
|
+
internalType: 'uint64[]',
|
|
193
|
+
name: 'loadVaultDepositsResults',
|
|
194
|
+
type: 'uint64[]',
|
|
195
|
+
},
|
|
196
|
+
],
|
|
197
|
+
stateMutability: 'view',
|
|
198
|
+
type: 'function',
|
|
199
|
+
},
|
|
200
200
|
{
|
|
201
201
|
inputs: [
|
|
202
202
|
{
|
|
@@ -225,7 +225,7 @@ const _abi = [
|
|
|
225
225
|
type: 'uint64',
|
|
226
226
|
},
|
|
227
227
|
],
|
|
228
|
-
internalType: 'struct
|
|
228
|
+
internalType: 'struct LoadVaultWithdrawalQueueResult[]',
|
|
229
229
|
name: 'loadVaultWithdrawalQueueResults',
|
|
230
230
|
type: 'tuple[]',
|
|
231
231
|
},
|