@lidofinance/lsv-cli 1.0.0-alpha.60 → 1.0.0-alpha.61
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/README.md +25 -13
- package/dist/abi/LazyOracle.d.ts +14 -26
- package/dist/abi/LazyOracle.js +18 -34
- package/dist/abi/LazyOracle.js.map +1 -1
- package/dist/abi/VaultViewer.d.ts +173 -86
- package/dist/abi/VaultViewer.js +212 -100
- package/dist/abi/VaultViewer.js.map +1 -1
- package/dist/command/index.js +2 -0
- package/dist/command/index.js.map +1 -1
- package/dist/configs/constants.d.ts +1 -0
- package/dist/contracts/vault-viewer.d.ts +3651 -1529
- package/dist/contracts/vault-viewer.js +1 -1
- package/dist/features/deposits/no-pdg.js +5 -5
- package/dist/features/deposits/no-pdg.js.map +1 -1
- package/dist/features/mint-burn/allowance.js +1 -1
- package/dist/features/mint-burn/allowance.js.map +1 -1
- package/dist/features/utils/get-address.js +1 -1
- package/dist/features/utils/get-address.js.map +1 -1
- package/dist/features/vault-operations/create-vault.js +2 -2
- package/dist/features/vault-operations/create-vault.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.js +4 -2
- package/dist/features/vault-operations/vault-roles.js.map +1 -1
- package/dist/features/vault-operations/vaults-by-role.d.ts +0 -2
- package/dist/features/vault-operations/vaults-by-role.js +8 -6
- package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
- package/dist/programs/account/read.js +3 -3
- package/dist/programs/account/read.js.map +1 -1
- package/dist/programs/account/write.js +13 -5
- package/dist/programs/account/write.js.map +1 -1
- package/dist/programs/contracts/dashboard/read.js +1 -1
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +18 -1
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/index.d.ts +1 -0
- package/dist/programs/contracts/index.js +1 -0
- package/dist/programs/contracts/index.js.map +1 -1
- package/dist/programs/contracts/lazy-oracle/config.d.ts +3 -0
- package/dist/programs/contracts/lazy-oracle/config.js +57 -0
- package/dist/programs/contracts/lazy-oracle/config.js.map +1 -0
- package/dist/programs/contracts/lazy-oracle/index.d.ts +2 -0
- package/dist/programs/contracts/lazy-oracle/index.js +3 -0
- package/dist/programs/contracts/lazy-oracle/index.js.map +1 -0
- package/dist/programs/contracts/lazy-oracle/main.d.ts +1 -0
- package/dist/programs/contracts/lazy-oracle/main.js +5 -0
- package/dist/programs/contracts/lazy-oracle/main.js.map +1 -0
- package/dist/programs/contracts/lazy-oracle/read.d.ts +1 -0
- package/dist/programs/contracts/lazy-oracle/read.js +17 -0
- package/dist/programs/contracts/lazy-oracle/read.js.map +1 -0
- package/dist/programs/contracts/operator-grid/write.js +4 -4
- package/dist/programs/contracts/operator-grid/write.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +2 -2
- package/dist/programs/contracts/pdg/write.js.map +1 -1
- package/dist/programs/contracts/vault-viewer/read.js +4 -4
- package/dist/programs/contracts/vault-viewer/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/read.js +1 -1
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +64 -6
- package/dist/programs/use-cases/metrics/read.js.map +1 -1
- package/dist/programs/use-cases/report/write.js +43 -62
- package/dist/programs/use-cases/report/write.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +30 -8
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/wallet.d.ts +7670 -3
- package/dist/providers/wallet.js +25 -5
- package/dist/providers/wallet.js.map +1 -1
- package/dist/tests/utils/ipfs.test.js +22 -10
- package/dist/tests/utils/ipfs.test.js.map +1 -1
- package/dist/types/config.d.ts +1 -0
- package/dist/utils/charts/blessed/datasets/prepare-metrics.d.ts +4 -0
- package/dist/utils/charts/blessed/datasets/prepare-metrics.js +15 -1
- package/dist/utils/charts/blessed/datasets/prepare-metrics.js.map +1 -1
- package/dist/utils/commands/confirmations.d.ts +2 -2
- package/dist/utils/commands/confirmations.js +3 -4
- package/dist/utils/commands/confirmations.js.map +1 -1
- package/dist/utils/csv-file.d.ts +6 -0
- package/dist/utils/csv-file.js +48 -0
- package/dist/utils/csv-file.js.map +1 -0
- package/dist/utils/index.d.ts +3 -1
- package/dist/utils/index.js +3 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/ipfs.js +1 -1
- package/dist/utils/ipfs.js.map +1 -1
- package/dist/utils/logging/console.d.ts +1 -0
- package/dist/utils/logging/console.js +9 -1
- package/dist/utils/logging/console.js.map +1 -1
- package/dist/utils/report/report-proof.d.ts +3 -0
- package/dist/utils/report/report-proof.js +2 -2
- package/dist/utils/report/report-proof.js.map +1 -1
- package/dist/utils/report/report.d.ts +1 -1
- package/dist/utils/report/report.js +5 -4
- package/dist/utils/report/report.js.map +1 -1
- package/dist/utils/report/types.d.ts +1 -0
- package/dist/utils/timestamp.d.ts +1 -1
- package/dist/utils/timestamp.js +9 -2
- package/dist/utils/timestamp.js.map +1 -1
- package/dist/utils/transactions/index.d.ts +3 -0
- package/dist/utils/transactions/index.js +4 -0
- package/dist/utils/transactions/index.js.map +1 -0
- package/dist/utils/transactions/tx-private-key.d.ts +26 -0
- package/dist/utils/{contract.js → transactions/tx-private-key.js} +105 -9
- package/dist/utils/transactions/tx-private-key.js.map +1 -0
- package/dist/utils/transactions/tx-wc.d.ts +34 -0
- package/dist/utils/transactions/tx-wc.js +174 -0
- package/dist/utils/transactions/tx-wc.js.map +1 -0
- package/dist/utils/transactions/types.d.ts +40 -0
- package/dist/utils/transactions/types.js +2 -0
- package/dist/utils/transactions/types.js.map +1 -0
- package/dist/utils/wallet-connect.d.ts +7677 -0
- package/dist/utils/wallet-connect.js +179 -0
- package/dist/utils/wallet-connect.js.map +1 -0
- package/dist/version/index.js +1 -1
- package/package.json +9 -5
- package/dist/utils/contract.d.ts +0 -59
- package/dist/utils/contract.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const VaultViewerAbi: readonly [{
|
|
2
2
|
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address
|
|
4
|
-
readonly name: "
|
|
3
|
+
readonly internalType: "address";
|
|
4
|
+
readonly name: "_lidoLocator";
|
|
5
5
|
readonly type: "address";
|
|
6
6
|
}];
|
|
7
7
|
readonly stateMutability: "nonpayable";
|
|
@@ -36,6 +36,36 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
36
36
|
}];
|
|
37
37
|
readonly stateMutability: "view";
|
|
38
38
|
readonly type: "function";
|
|
39
|
+
}, {
|
|
40
|
+
readonly inputs: readonly [];
|
|
41
|
+
readonly name: "LAZY_ORACLE";
|
|
42
|
+
readonly outputs: readonly [{
|
|
43
|
+
readonly internalType: "contract LazyOracle";
|
|
44
|
+
readonly name: "";
|
|
45
|
+
readonly type: "address";
|
|
46
|
+
}];
|
|
47
|
+
readonly stateMutability: "view";
|
|
48
|
+
readonly type: "function";
|
|
49
|
+
}, {
|
|
50
|
+
readonly inputs: readonly [];
|
|
51
|
+
readonly name: "LIDO_LOCATOR";
|
|
52
|
+
readonly outputs: readonly [{
|
|
53
|
+
readonly internalType: "contract ILidoLocator";
|
|
54
|
+
readonly name: "";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
}];
|
|
57
|
+
readonly stateMutability: "view";
|
|
58
|
+
readonly type: "function";
|
|
59
|
+
}, {
|
|
60
|
+
readonly inputs: readonly [];
|
|
61
|
+
readonly name: "VAULT_HUB";
|
|
62
|
+
readonly outputs: readonly [{
|
|
63
|
+
readonly internalType: "contract VaultHub";
|
|
64
|
+
readonly name: "";
|
|
65
|
+
readonly type: "address";
|
|
66
|
+
}];
|
|
67
|
+
readonly stateMutability: "view";
|
|
68
|
+
readonly type: "function";
|
|
39
69
|
}, {
|
|
40
70
|
readonly inputs: readonly [{
|
|
41
71
|
readonly internalType: "address";
|
|
@@ -48,21 +78,26 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
48
78
|
}];
|
|
49
79
|
readonly name: "getRoleMembers";
|
|
50
80
|
readonly outputs: readonly [{
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
81
|
+
readonly components: readonly [{
|
|
82
|
+
readonly internalType: "address";
|
|
83
|
+
readonly name: "vault";
|
|
84
|
+
readonly type: "address";
|
|
85
|
+
}, {
|
|
86
|
+
readonly internalType: "address";
|
|
87
|
+
readonly name: "owner";
|
|
88
|
+
readonly type: "address";
|
|
89
|
+
}, {
|
|
90
|
+
readonly internalType: "address";
|
|
91
|
+
readonly name: "nodeOperator";
|
|
92
|
+
readonly type: "address";
|
|
93
|
+
}, {
|
|
94
|
+
readonly internalType: "address[][]";
|
|
95
|
+
readonly name: "members";
|
|
96
|
+
readonly type: "address[][]";
|
|
97
|
+
}];
|
|
98
|
+
readonly internalType: "struct VaultViewer.VaultMembers";
|
|
99
|
+
readonly name: "roleMembers";
|
|
100
|
+
readonly type: "tuple";
|
|
66
101
|
}];
|
|
67
102
|
readonly stateMutability: "view";
|
|
68
103
|
readonly type: "function";
|
|
@@ -90,16 +125,12 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
90
125
|
readonly internalType: "address";
|
|
91
126
|
readonly name: "nodeOperator";
|
|
92
127
|
readonly type: "address";
|
|
93
|
-
}, {
|
|
94
|
-
readonly internalType: "address";
|
|
95
|
-
readonly name: "depositor";
|
|
96
|
-
readonly type: "address";
|
|
97
128
|
}, {
|
|
98
129
|
readonly internalType: "address[][]";
|
|
99
130
|
readonly name: "members";
|
|
100
131
|
readonly type: "address[][]";
|
|
101
132
|
}];
|
|
102
|
-
readonly internalType: "struct VaultViewer.
|
|
133
|
+
readonly internalType: "struct VaultViewer.VaultMembers[]";
|
|
103
134
|
readonly name: "result";
|
|
104
135
|
readonly type: "tuple[]";
|
|
105
136
|
}];
|
|
@@ -114,6 +145,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
114
145
|
readonly name: "getVaultData";
|
|
115
146
|
readonly outputs: readonly [{
|
|
116
147
|
readonly components: readonly [{
|
|
148
|
+
readonly internalType: "address";
|
|
149
|
+
readonly name: "vaultAddress";
|
|
150
|
+
readonly type: "address";
|
|
151
|
+
}, {
|
|
117
152
|
readonly components: readonly [{
|
|
118
153
|
readonly internalType: "address";
|
|
119
154
|
readonly name: "owner";
|
|
@@ -150,6 +185,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
150
185
|
readonly internalType: "uint16";
|
|
151
186
|
readonly name: "reservationFeeBP";
|
|
152
187
|
readonly type: "uint16";
|
|
188
|
+
}, {
|
|
189
|
+
readonly internalType: "bool";
|
|
190
|
+
readonly name: "isBeaconDepositsManuallyPaused";
|
|
191
|
+
readonly type: "bool";
|
|
153
192
|
}];
|
|
154
193
|
readonly internalType: "struct VaultHub.VaultConnection";
|
|
155
194
|
readonly name: "connection";
|
|
@@ -157,13 +196,17 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
157
196
|
}, {
|
|
158
197
|
readonly components: readonly [{
|
|
159
198
|
readonly components: readonly [{
|
|
160
|
-
readonly internalType: "
|
|
199
|
+
readonly internalType: "uint112";
|
|
161
200
|
readonly name: "totalValue";
|
|
162
|
-
readonly type: "
|
|
201
|
+
readonly type: "uint112";
|
|
163
202
|
}, {
|
|
164
|
-
readonly internalType: "
|
|
203
|
+
readonly internalType: "int112";
|
|
165
204
|
readonly name: "inOutDelta";
|
|
166
|
-
readonly type: "
|
|
205
|
+
readonly type: "int112";
|
|
206
|
+
}, {
|
|
207
|
+
readonly internalType: "uint32";
|
|
208
|
+
readonly name: "timestamp";
|
|
209
|
+
readonly type: "uint32";
|
|
167
210
|
}];
|
|
168
211
|
readonly internalType: "struct VaultHub.Report";
|
|
169
212
|
readonly name: "report";
|
|
@@ -177,17 +220,22 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
177
220
|
readonly name: "liabilityShares";
|
|
178
221
|
readonly type: "uint96";
|
|
179
222
|
}, {
|
|
180
|
-
readonly
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
223
|
+
readonly components: readonly [{
|
|
224
|
+
readonly internalType: "int112";
|
|
225
|
+
readonly name: "value";
|
|
226
|
+
readonly type: "int112";
|
|
227
|
+
}, {
|
|
228
|
+
readonly internalType: "int112";
|
|
229
|
+
readonly name: "valueOnRefSlot";
|
|
230
|
+
readonly type: "int112";
|
|
231
|
+
}, {
|
|
232
|
+
readonly internalType: "uint32";
|
|
233
|
+
readonly name: "refSlot";
|
|
234
|
+
readonly type: "uint32";
|
|
235
|
+
}];
|
|
236
|
+
readonly internalType: "struct RefSlotCache.Int112WithRefSlotCache";
|
|
185
237
|
readonly name: "inOutDelta";
|
|
186
|
-
readonly type: "
|
|
187
|
-
}, {
|
|
188
|
-
readonly internalType: "uint96";
|
|
189
|
-
readonly name: "feeSharesCharged";
|
|
190
|
-
readonly type: "uint96";
|
|
238
|
+
readonly type: "tuple";
|
|
191
239
|
}];
|
|
192
240
|
readonly internalType: "struct VaultHub.VaultRecord";
|
|
193
241
|
readonly name: "record";
|
|
@@ -202,12 +250,33 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
202
250
|
readonly type: "uint256";
|
|
203
251
|
}, {
|
|
204
252
|
readonly internalType: "uint256";
|
|
205
|
-
readonly name: "
|
|
253
|
+
readonly name: "nodeOperatorFeeRate";
|
|
206
254
|
readonly type: "uint256";
|
|
207
255
|
}, {
|
|
208
256
|
readonly internalType: "bool";
|
|
209
|
-
readonly name: "
|
|
257
|
+
readonly name: "isReportFresh";
|
|
210
258
|
readonly type: "bool";
|
|
259
|
+
}, {
|
|
260
|
+
readonly components: readonly [{
|
|
261
|
+
readonly internalType: "bool";
|
|
262
|
+
readonly name: "isActive";
|
|
263
|
+
readonly type: "bool";
|
|
264
|
+
}, {
|
|
265
|
+
readonly internalType: "uint256";
|
|
266
|
+
readonly name: "pendingTotalValueIncrease";
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
}, {
|
|
269
|
+
readonly internalType: "uint256";
|
|
270
|
+
readonly name: "startTimestamp";
|
|
271
|
+
readonly type: "uint256";
|
|
272
|
+
}, {
|
|
273
|
+
readonly internalType: "uint256";
|
|
274
|
+
readonly name: "endTimestamp";
|
|
275
|
+
readonly type: "uint256";
|
|
276
|
+
}];
|
|
277
|
+
readonly internalType: "struct LazyOracle.QuarantineInfo";
|
|
278
|
+
readonly name: "quarantineInfo";
|
|
279
|
+
readonly type: "tuple";
|
|
211
280
|
}];
|
|
212
281
|
readonly internalType: "struct VaultViewer.VaultData";
|
|
213
282
|
readonly name: "data";
|
|
@@ -228,6 +297,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
228
297
|
readonly name: "getVaultsDataBound";
|
|
229
298
|
readonly outputs: readonly [{
|
|
230
299
|
readonly components: readonly [{
|
|
300
|
+
readonly internalType: "address";
|
|
301
|
+
readonly name: "vaultAddress";
|
|
302
|
+
readonly type: "address";
|
|
303
|
+
}, {
|
|
231
304
|
readonly components: readonly [{
|
|
232
305
|
readonly internalType: "address";
|
|
233
306
|
readonly name: "owner";
|
|
@@ -264,6 +337,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
264
337
|
readonly internalType: "uint16";
|
|
265
338
|
readonly name: "reservationFeeBP";
|
|
266
339
|
readonly type: "uint16";
|
|
340
|
+
}, {
|
|
341
|
+
readonly internalType: "bool";
|
|
342
|
+
readonly name: "isBeaconDepositsManuallyPaused";
|
|
343
|
+
readonly type: "bool";
|
|
267
344
|
}];
|
|
268
345
|
readonly internalType: "struct VaultHub.VaultConnection";
|
|
269
346
|
readonly name: "connection";
|
|
@@ -271,13 +348,17 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
271
348
|
}, {
|
|
272
349
|
readonly components: readonly [{
|
|
273
350
|
readonly components: readonly [{
|
|
274
|
-
readonly internalType: "
|
|
351
|
+
readonly internalType: "uint112";
|
|
275
352
|
readonly name: "totalValue";
|
|
276
|
-
readonly type: "
|
|
353
|
+
readonly type: "uint112";
|
|
277
354
|
}, {
|
|
278
|
-
readonly internalType: "
|
|
355
|
+
readonly internalType: "int112";
|
|
279
356
|
readonly name: "inOutDelta";
|
|
280
|
-
readonly type: "
|
|
357
|
+
readonly type: "int112";
|
|
358
|
+
}, {
|
|
359
|
+
readonly internalType: "uint32";
|
|
360
|
+
readonly name: "timestamp";
|
|
361
|
+
readonly type: "uint32";
|
|
281
362
|
}];
|
|
282
363
|
readonly internalType: "struct VaultHub.Report";
|
|
283
364
|
readonly name: "report";
|
|
@@ -291,17 +372,22 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
291
372
|
readonly name: "liabilityShares";
|
|
292
373
|
readonly type: "uint96";
|
|
293
374
|
}, {
|
|
294
|
-
readonly
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
375
|
+
readonly components: readonly [{
|
|
376
|
+
readonly internalType: "int112";
|
|
377
|
+
readonly name: "value";
|
|
378
|
+
readonly type: "int112";
|
|
379
|
+
}, {
|
|
380
|
+
readonly internalType: "int112";
|
|
381
|
+
readonly name: "valueOnRefSlot";
|
|
382
|
+
readonly type: "int112";
|
|
383
|
+
}, {
|
|
384
|
+
readonly internalType: "uint32";
|
|
385
|
+
readonly name: "refSlot";
|
|
386
|
+
readonly type: "uint32";
|
|
387
|
+
}];
|
|
388
|
+
readonly internalType: "struct RefSlotCache.Int112WithRefSlotCache";
|
|
299
389
|
readonly name: "inOutDelta";
|
|
300
|
-
readonly type: "
|
|
301
|
-
}, {
|
|
302
|
-
readonly internalType: "uint96";
|
|
303
|
-
readonly name: "feeSharesCharged";
|
|
304
|
-
readonly type: "uint96";
|
|
390
|
+
readonly type: "tuple";
|
|
305
391
|
}];
|
|
306
392
|
readonly internalType: "struct VaultHub.VaultRecord";
|
|
307
393
|
readonly name: "record";
|
|
@@ -316,22 +402,47 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
316
402
|
readonly type: "uint256";
|
|
317
403
|
}, {
|
|
318
404
|
readonly internalType: "uint256";
|
|
319
|
-
readonly name: "
|
|
405
|
+
readonly name: "nodeOperatorFeeRate";
|
|
320
406
|
readonly type: "uint256";
|
|
321
407
|
}, {
|
|
322
408
|
readonly internalType: "bool";
|
|
323
|
-
readonly name: "
|
|
409
|
+
readonly name: "isReportFresh";
|
|
324
410
|
readonly type: "bool";
|
|
411
|
+
}, {
|
|
412
|
+
readonly components: readonly [{
|
|
413
|
+
readonly internalType: "bool";
|
|
414
|
+
readonly name: "isActive";
|
|
415
|
+
readonly type: "bool";
|
|
416
|
+
}, {
|
|
417
|
+
readonly internalType: "uint256";
|
|
418
|
+
readonly name: "pendingTotalValueIncrease";
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
}, {
|
|
421
|
+
readonly internalType: "uint256";
|
|
422
|
+
readonly name: "startTimestamp";
|
|
423
|
+
readonly type: "uint256";
|
|
424
|
+
}, {
|
|
425
|
+
readonly internalType: "uint256";
|
|
426
|
+
readonly name: "endTimestamp";
|
|
427
|
+
readonly type: "uint256";
|
|
428
|
+
}];
|
|
429
|
+
readonly internalType: "struct LazyOracle.QuarantineInfo";
|
|
430
|
+
readonly name: "quarantineInfo";
|
|
431
|
+
readonly type: "tuple";
|
|
325
432
|
}];
|
|
326
433
|
readonly internalType: "struct VaultViewer.VaultData[]";
|
|
327
434
|
readonly name: "vaultsData";
|
|
328
435
|
readonly type: "tuple[]";
|
|
436
|
+
}, {
|
|
437
|
+
readonly internalType: "uint256";
|
|
438
|
+
readonly name: "leftover";
|
|
439
|
+
readonly type: "uint256";
|
|
329
440
|
}];
|
|
330
441
|
readonly stateMutability: "view";
|
|
331
442
|
readonly type: "function";
|
|
332
443
|
}, {
|
|
333
444
|
readonly inputs: readonly [{
|
|
334
|
-
readonly internalType: "contract
|
|
445
|
+
readonly internalType: "contract IStakingVault";
|
|
335
446
|
readonly name: "vault";
|
|
336
447
|
readonly type: "address";
|
|
337
448
|
}, {
|
|
@@ -367,7 +478,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
367
478
|
readonly type: "function";
|
|
368
479
|
}, {
|
|
369
480
|
readonly inputs: readonly [{
|
|
370
|
-
readonly internalType: "contract
|
|
481
|
+
readonly internalType: "contract IStakingVault";
|
|
371
482
|
readonly name: "vault";
|
|
372
483
|
readonly type: "address";
|
|
373
484
|
}, {
|
|
@@ -383,30 +494,6 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
383
494
|
}];
|
|
384
495
|
readonly stateMutability: "view";
|
|
385
496
|
readonly type: "function";
|
|
386
|
-
}, {
|
|
387
|
-
readonly inputs: readonly [];
|
|
388
|
-
readonly name: "vaultHub";
|
|
389
|
-
readonly outputs: readonly [{
|
|
390
|
-
readonly internalType: "contract VaultHub";
|
|
391
|
-
readonly name: "";
|
|
392
|
-
readonly type: "address";
|
|
393
|
-
}];
|
|
394
|
-
readonly stateMutability: "view";
|
|
395
|
-
readonly type: "function";
|
|
396
|
-
}, {
|
|
397
|
-
readonly inputs: readonly [{
|
|
398
|
-
readonly internalType: "contract IStakingVault";
|
|
399
|
-
readonly name: "_vault";
|
|
400
|
-
readonly type: "address";
|
|
401
|
-
}];
|
|
402
|
-
readonly name: "vaultState";
|
|
403
|
-
readonly outputs: readonly [{
|
|
404
|
-
readonly internalType: "enum VaultViewer.VaultState";
|
|
405
|
-
readonly name: "";
|
|
406
|
-
readonly type: "uint8";
|
|
407
|
-
}];
|
|
408
|
-
readonly stateMutability: "view";
|
|
409
|
-
readonly type: "function";
|
|
410
497
|
}, {
|
|
411
498
|
readonly inputs: readonly [{
|
|
412
499
|
readonly internalType: "address";
|
|
@@ -415,7 +502,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
415
502
|
}];
|
|
416
503
|
readonly name: "vaultsByOwner";
|
|
417
504
|
readonly outputs: readonly [{
|
|
418
|
-
readonly internalType: "contract
|
|
505
|
+
readonly internalType: "contract IStakingVault[]";
|
|
419
506
|
readonly name: "";
|
|
420
507
|
readonly type: "address[]";
|
|
421
508
|
}];
|
|
@@ -437,7 +524,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
437
524
|
}];
|
|
438
525
|
readonly name: "vaultsByOwnerBound";
|
|
439
526
|
readonly outputs: readonly [{
|
|
440
|
-
readonly internalType: "contract
|
|
527
|
+
readonly internalType: "contract IStakingVault[]";
|
|
441
528
|
readonly name: "";
|
|
442
529
|
readonly type: "address[]";
|
|
443
530
|
}, {
|
|
@@ -459,7 +546,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
459
546
|
}];
|
|
460
547
|
readonly name: "vaultsByRole";
|
|
461
548
|
readonly outputs: readonly [{
|
|
462
|
-
readonly internalType: "contract
|
|
549
|
+
readonly internalType: "contract IStakingVault[]";
|
|
463
550
|
readonly name: "";
|
|
464
551
|
readonly type: "address[]";
|
|
465
552
|
}];
|
|
@@ -485,7 +572,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
485
572
|
}];
|
|
486
573
|
readonly name: "vaultsByRoleBound";
|
|
487
574
|
readonly outputs: readonly [{
|
|
488
|
-
readonly internalType: "contract
|
|
575
|
+
readonly internalType: "contract IStakingVault[]";
|
|
489
576
|
readonly name: "";
|
|
490
577
|
readonly type: "address[]";
|
|
491
578
|
}, {
|
|
@@ -499,7 +586,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
499
586
|
readonly inputs: readonly [];
|
|
500
587
|
readonly name: "vaultsConnected";
|
|
501
588
|
readonly outputs: readonly [{
|
|
502
|
-
readonly internalType: "contract
|
|
589
|
+
readonly internalType: "contract IStakingVault[]";
|
|
503
590
|
readonly name: "";
|
|
504
591
|
readonly type: "address[]";
|
|
505
592
|
}];
|
|
@@ -517,7 +604,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
517
604
|
}];
|
|
518
605
|
readonly name: "vaultsConnectedBound";
|
|
519
606
|
readonly outputs: readonly [{
|
|
520
|
-
readonly internalType: "contract
|
|
607
|
+
readonly internalType: "contract IStakingVault[]";
|
|
521
608
|
readonly name: "";
|
|
522
609
|
readonly type: "address[]";
|
|
523
610
|
}, {
|