@lidofinance/lsv-cli 1.0.0-alpha.60 → 1.0.0-alpha.62
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 +26 -14
- package/dist/abi/Dashboard.d.ts +706 -445
- package/dist/abi/Dashboard.js +331 -300
- package/dist/abi/Dashboard.js.map +1 -1
- package/dist/abi/LazyOracle.d.ts +286 -47
- package/dist/abi/LazyOracle.js +357 -48
- package/dist/abi/LazyOracle.js.map +1 -1
- package/dist/abi/LidoLocator.d.ts +28 -0
- package/dist/abi/LidoLocator.js +36 -0
- package/dist/abi/LidoLocator.js.map +1 -1
- package/dist/abi/OperatorGrid.d.ts +166 -1
- package/dist/abi/OperatorGrid.js +174 -1
- package/dist/abi/OperatorGrid.js.map +1 -1
- package/dist/abi/PredepositGuarantee.d.ts +181 -139
- package/dist/abi/PredepositGuarantee.js +191 -166
- package/dist/abi/PredepositGuarantee.js.map +1 -1
- package/dist/abi/StEth.d.ts +1 -1
- package/dist/abi/StEth.js +1 -1
- package/dist/abi/StEth.js.map +1 -1
- package/dist/abi/StakingVault.d.ts +184 -32
- package/dist/abi/StakingVault.js +203 -37
- package/dist/abi/StakingVault.js.map +1 -1
- package/dist/abi/VaultFactory.d.ts +470 -72
- package/dist/abi/VaultFactory.js +24 -1
- package/dist/abi/VaultFactory.js.map +1 -1
- package/dist/abi/VaultHub.d.ts +416 -420
- package/dist/abi/VaultHub.js +349 -398
- package/dist/abi/VaultHub.js.map +1 -1
- package/dist/abi/VaultViewer.d.ts +215 -96
- package/dist/abi/VaultViewer.js +258 -106
- package/dist/abi/VaultViewer.js.map +1 -1
- package/dist/abi/index.d.ts +0 -2
- package/dist/abi/index.js +0 -2
- package/dist/abi/index.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/index.d.ts +0 -1
- package/dist/contracts/index.js +0 -1
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/locator.d.ts +1428 -12
- package/dist/contracts/steth.d.ts +74 -74
- package/dist/contracts/vault-factory.d.ts +15731 -5838
- package/dist/contracts/vault-viewer.d.ts +4458 -1744
- 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/index.d.ts +1 -0
- package/dist/features/index.js +1 -0
- package/dist/features/index.js.map +1 -1
- package/dist/features/lazy-oracle.d.ts +1 -0
- package/dist/features/lazy-oracle.js +42 -0
- package/dist/features/lazy-oracle.js.map +1 -0
- 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-hub.js +0 -4
- package/dist/features/vault-hub.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/dashboard-by-vault.d.ts +2 -1
- package/dist/features/vault-operations/dashboard-by-vault.js +3 -1
- package/dist/features/vault-operations/dashboard-by-vault.js.map +1 -1
- package/dist/features/vault-operations/vault-health.js +2 -2
- package/dist/features/vault-operations/vault-health.js.map +1 -1
- package/dist/features/vault-operations/vault-info.js +29 -32
- package/dist/features/vault-operations/vault-info.js.map +1 -1
- package/dist/features/vault-operations/vault-overview.js +35 -28
- package/dist/features/vault-operations/vault-overview.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.d.ts +1 -1
- package/dist/features/vault-operations/vault-roles.js +10 -8
- 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/features/vault.js +4 -2
- package/dist/features/vault.js.map +1 -1
- package/dist/index.js +8 -3
- package/dist/index.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/config.js +49 -40
- package/dist/programs/contracts/dashboard/config.js.map +1 -1
- package/dist/programs/contracts/dashboard/read.js +38 -3
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +128 -74
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/hub/config.js +7 -17
- package/dist/programs/contracts/hub/config.js.map +1 -1
- package/dist/programs/contracts/hub/write.js +7 -69
- package/dist/programs/contracts/hub/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 +62 -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 +24 -0
- package/dist/programs/contracts/lazy-oracle/read.js.map +1 -0
- package/dist/programs/contracts/operator-grid/config.js +21 -10
- package/dist/programs/contracts/operator-grid/config.js.map +1 -1
- package/dist/programs/contracts/operator-grid/read.js +21 -1
- package/dist/programs/contracts/operator-grid/read.js.map +1 -1
- package/dist/programs/contracts/operator-grid/write.js +51 -9
- package/dist/programs/contracts/operator-grid/write.js.map +1 -1
- package/dist/programs/contracts/pdg/config.js +9 -2
- package/dist/programs/contracts/pdg/config.js.map +1 -1
- package/dist/programs/contracts/pdg/read.js +16 -1
- package/dist/programs/contracts/pdg/read.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +28 -91
- package/dist/programs/contracts/pdg/write.js.map +1 -1
- package/dist/programs/contracts/vault/config.js +12 -0
- package/dist/programs/contracts/vault/config.js.map +1 -1
- package/dist/programs/contracts/vault/write.js +84 -20
- package/dist/programs/contracts/vault/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 +20 -3
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/write.js +22 -32
- package/dist/programs/use-cases/deposits/write.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +70 -11
- package/dist/programs/use-cases/metrics/read.js.map +1 -1
- package/dist/programs/use-cases/report/read.js +14 -7
- package/dist/programs/use-cases/report/read.js.map +1 -1
- package/dist/programs/use-cases/report/write.js +47 -64
- package/dist/programs/use-cases/report/write.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/create-vault.js +6 -2
- package/dist/programs/use-cases/vault-operations/create-vault.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +127 -15
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/wallet.d.ts +7690 -23
- package/dist/providers/wallet.js +25 -5
- package/dist/providers/wallet.js.map +1 -1
- package/dist/tests/utils/calculate-overview.test.js +1 -1
- package/dist/tests/utils/calculate-overview.test.js.map +1 -1
- package/dist/tests/utils/health.test.js +2 -2
- package/dist/tests/utils/health.test.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/common.d.ts +4 -0
- package/dist/types/config.d.ts +1 -0
- package/dist/utils/arguments.d.ts +3 -1
- package/dist/utils/arguments.js +39 -0
- package/dist/utils/arguments.js.map +1 -1
- package/dist/utils/calculate-overview-v2.d.ts +4 -2
- package/dist/utils/calculate-overview-v2.js +5 -8
- package/dist/utils/calculate-overview-v2.js.map +1 -1
- package/dist/utils/calculate-overview.d.ts +1 -1
- package/dist/utils/calculate-overview.js +2 -2
- package/dist/utils/calculate-overview.js.map +1 -1
- package/dist/utils/charts/blessed/charts-apr.js +2 -1
- package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
- package/dist/utils/charts/blessed/charts-rewards.js +2 -1
- package/dist/utils/charts/blessed/charts-rewards.js.map +1 -1
- 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/charts/overview.d.ts +1 -1
- package/dist/utils/charts/overview.js +1 -1
- package/dist/utils/charts/overview.js.map +1 -1
- package/dist/utils/charts/simple/simple-charts.js +2 -1
- package/dist/utils/charts/simple/simple-charts.js.map +1 -1
- package/dist/utils/commands/confirmations.d.ts +9 -5
- package/dist/utils/commands/confirmations.js +42 -33
- package/dist/utils/commands/confirmations.js.map +1 -1
- package/dist/utils/commands/report.js +2 -1
- package/dist/utils/commands/report.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/health/calculate-health.d.ts +1 -1
- package/dist/utils/health/calculate-health.js +2 -2
- package/dist/utils/health/calculate-health.js.map +1 -1
- package/dist/utils/health/health-utils.d.ts +77 -77
- package/dist/utils/health/health-utils.js +11 -10
- package/dist/utils/health/health-utils.js.map +1 -1
- 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 +6 -4
- package/dist/utils/report/report.js.map +1 -1
- package/dist/utils/report/statistic-data.js +2 -2
- package/dist/utils/report/statistic-data.js.map +1 -1
- package/dist/utils/report/types.d.ts +11 -2
- package/dist/utils/statistic/report-statistic.js +13 -14
- package/dist/utils/statistic/report-statistic.js.map +1 -1
- 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 +187 -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 +19 -5
- package/dist/abi/TokenManager.d.ts +0 -577
- package/dist/abi/TokenManager.js +0 -756
- package/dist/abi/TokenManager.js.map +0 -1
- package/dist/abi/Voting.d.ts +0 -676
- package/dist/abi/Voting.js +0 -884
- package/dist/abi/Voting.js.map +0 -1
- package/dist/contracts/token-manager.d.ts +0 -3
- package/dist/contracts/token-manager.js +0 -13
- package/dist/contracts/token-manager.js.map +0 -1
- 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";
|
|
@@ -127,9 +162,9 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
127
162
|
readonly name: "vaultIndex";
|
|
128
163
|
readonly type: "uint96";
|
|
129
164
|
}, {
|
|
130
|
-
readonly internalType: "
|
|
131
|
-
readonly name: "
|
|
132
|
-
readonly type: "
|
|
165
|
+
readonly internalType: "uint48";
|
|
166
|
+
readonly name: "disconnectInitiatedTs";
|
|
167
|
+
readonly type: "uint48";
|
|
133
168
|
}, {
|
|
134
169
|
readonly internalType: "uint16";
|
|
135
170
|
readonly name: "reserveRatioBP";
|
|
@@ -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: "beaconChainDepositsPauseIntent";
|
|
191
|
+
readonly type: "bool";
|
|
153
192
|
}];
|
|
154
193
|
readonly internalType: "struct VaultHub.VaultConnection";
|
|
155
194
|
readonly name: "connection";
|
|
@@ -157,37 +196,62 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
157
196
|
}, {
|
|
158
197
|
readonly components: readonly [{
|
|
159
198
|
readonly components: readonly [{
|
|
160
|
-
readonly internalType: "
|
|
199
|
+
readonly internalType: "uint104";
|
|
161
200
|
readonly name: "totalValue";
|
|
162
|
-
readonly type: "
|
|
201
|
+
readonly type: "uint104";
|
|
163
202
|
}, {
|
|
164
|
-
readonly internalType: "
|
|
203
|
+
readonly internalType: "int104";
|
|
165
204
|
readonly name: "inOutDelta";
|
|
166
|
-
readonly type: "
|
|
205
|
+
readonly type: "int104";
|
|
206
|
+
}, {
|
|
207
|
+
readonly internalType: "uint48";
|
|
208
|
+
readonly name: "timestamp";
|
|
209
|
+
readonly type: "uint48";
|
|
167
210
|
}];
|
|
168
211
|
readonly internalType: "struct VaultHub.Report";
|
|
169
212
|
readonly name: "report";
|
|
170
213
|
readonly type: "tuple";
|
|
171
214
|
}, {
|
|
172
|
-
readonly internalType: "
|
|
173
|
-
readonly name: "
|
|
174
|
-
readonly type: "
|
|
215
|
+
readonly internalType: "uint96";
|
|
216
|
+
readonly name: "maxLiabilityShares";
|
|
217
|
+
readonly type: "uint96";
|
|
175
218
|
}, {
|
|
176
219
|
readonly internalType: "uint96";
|
|
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: "int104";
|
|
225
|
+
readonly name: "value";
|
|
226
|
+
readonly type: "int104";
|
|
227
|
+
}, {
|
|
228
|
+
readonly internalType: "int104";
|
|
229
|
+
readonly name: "valueOnRefSlot";
|
|
230
|
+
readonly type: "int104";
|
|
231
|
+
}, {
|
|
232
|
+
readonly internalType: "uint48";
|
|
233
|
+
readonly name: "refSlot";
|
|
234
|
+
readonly type: "uint48";
|
|
235
|
+
}];
|
|
236
|
+
readonly internalType: "struct DoubleRefSlotCache.Int104WithCache[2]";
|
|
185
237
|
readonly name: "inOutDelta";
|
|
186
|
-
readonly type: "
|
|
238
|
+
readonly type: "tuple[2]";
|
|
187
239
|
}, {
|
|
188
|
-
readonly internalType: "
|
|
189
|
-
readonly name: "
|
|
190
|
-
readonly type: "
|
|
240
|
+
readonly internalType: "uint128";
|
|
241
|
+
readonly name: "minimalReserve";
|
|
242
|
+
readonly type: "uint128";
|
|
243
|
+
}, {
|
|
244
|
+
readonly internalType: "uint128";
|
|
245
|
+
readonly name: "redemptionShares";
|
|
246
|
+
readonly type: "uint128";
|
|
247
|
+
}, {
|
|
248
|
+
readonly internalType: "uint128";
|
|
249
|
+
readonly name: "cumulativeLidoFees";
|
|
250
|
+
readonly type: "uint128";
|
|
251
|
+
}, {
|
|
252
|
+
readonly internalType: "uint128";
|
|
253
|
+
readonly name: "settledLidoFees";
|
|
254
|
+
readonly type: "uint128";
|
|
191
255
|
}];
|
|
192
256
|
readonly internalType: "struct VaultHub.VaultRecord";
|
|
193
257
|
readonly name: "record";
|
|
@@ -202,12 +266,33 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
202
266
|
readonly type: "uint256";
|
|
203
267
|
}, {
|
|
204
268
|
readonly internalType: "uint256";
|
|
205
|
-
readonly name: "
|
|
269
|
+
readonly name: "nodeOperatorFeeRate";
|
|
206
270
|
readonly type: "uint256";
|
|
207
271
|
}, {
|
|
208
272
|
readonly internalType: "bool";
|
|
209
|
-
readonly name: "
|
|
273
|
+
readonly name: "isReportFresh";
|
|
210
274
|
readonly type: "bool";
|
|
275
|
+
}, {
|
|
276
|
+
readonly components: readonly [{
|
|
277
|
+
readonly internalType: "bool";
|
|
278
|
+
readonly name: "isActive";
|
|
279
|
+
readonly type: "bool";
|
|
280
|
+
}, {
|
|
281
|
+
readonly internalType: "uint256";
|
|
282
|
+
readonly name: "pendingTotalValueIncrease";
|
|
283
|
+
readonly type: "uint256";
|
|
284
|
+
}, {
|
|
285
|
+
readonly internalType: "uint256";
|
|
286
|
+
readonly name: "startTimestamp";
|
|
287
|
+
readonly type: "uint256";
|
|
288
|
+
}, {
|
|
289
|
+
readonly internalType: "uint256";
|
|
290
|
+
readonly name: "endTimestamp";
|
|
291
|
+
readonly type: "uint256";
|
|
292
|
+
}];
|
|
293
|
+
readonly internalType: "struct LazyOracle.QuarantineInfo";
|
|
294
|
+
readonly name: "quarantineInfo";
|
|
295
|
+
readonly type: "tuple";
|
|
211
296
|
}];
|
|
212
297
|
readonly internalType: "struct VaultViewer.VaultData";
|
|
213
298
|
readonly name: "data";
|
|
@@ -228,6 +313,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
228
313
|
readonly name: "getVaultsDataBound";
|
|
229
314
|
readonly outputs: readonly [{
|
|
230
315
|
readonly components: readonly [{
|
|
316
|
+
readonly internalType: "address";
|
|
317
|
+
readonly name: "vaultAddress";
|
|
318
|
+
readonly type: "address";
|
|
319
|
+
}, {
|
|
231
320
|
readonly components: readonly [{
|
|
232
321
|
readonly internalType: "address";
|
|
233
322
|
readonly name: "owner";
|
|
@@ -241,9 +330,9 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
241
330
|
readonly name: "vaultIndex";
|
|
242
331
|
readonly type: "uint96";
|
|
243
332
|
}, {
|
|
244
|
-
readonly internalType: "
|
|
245
|
-
readonly name: "
|
|
246
|
-
readonly type: "
|
|
333
|
+
readonly internalType: "uint48";
|
|
334
|
+
readonly name: "disconnectInitiatedTs";
|
|
335
|
+
readonly type: "uint48";
|
|
247
336
|
}, {
|
|
248
337
|
readonly internalType: "uint16";
|
|
249
338
|
readonly name: "reserveRatioBP";
|
|
@@ -264,6 +353,10 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
264
353
|
readonly internalType: "uint16";
|
|
265
354
|
readonly name: "reservationFeeBP";
|
|
266
355
|
readonly type: "uint16";
|
|
356
|
+
}, {
|
|
357
|
+
readonly internalType: "bool";
|
|
358
|
+
readonly name: "beaconChainDepositsPauseIntent";
|
|
359
|
+
readonly type: "bool";
|
|
267
360
|
}];
|
|
268
361
|
readonly internalType: "struct VaultHub.VaultConnection";
|
|
269
362
|
readonly name: "connection";
|
|
@@ -271,37 +364,62 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
271
364
|
}, {
|
|
272
365
|
readonly components: readonly [{
|
|
273
366
|
readonly components: readonly [{
|
|
274
|
-
readonly internalType: "
|
|
367
|
+
readonly internalType: "uint104";
|
|
275
368
|
readonly name: "totalValue";
|
|
276
|
-
readonly type: "
|
|
369
|
+
readonly type: "uint104";
|
|
277
370
|
}, {
|
|
278
|
-
readonly internalType: "
|
|
371
|
+
readonly internalType: "int104";
|
|
279
372
|
readonly name: "inOutDelta";
|
|
280
|
-
readonly type: "
|
|
373
|
+
readonly type: "int104";
|
|
374
|
+
}, {
|
|
375
|
+
readonly internalType: "uint48";
|
|
376
|
+
readonly name: "timestamp";
|
|
377
|
+
readonly type: "uint48";
|
|
281
378
|
}];
|
|
282
379
|
readonly internalType: "struct VaultHub.Report";
|
|
283
380
|
readonly name: "report";
|
|
284
381
|
readonly type: "tuple";
|
|
285
382
|
}, {
|
|
286
|
-
readonly internalType: "
|
|
287
|
-
readonly name: "
|
|
288
|
-
readonly type: "
|
|
383
|
+
readonly internalType: "uint96";
|
|
384
|
+
readonly name: "maxLiabilityShares";
|
|
385
|
+
readonly type: "uint96";
|
|
289
386
|
}, {
|
|
290
387
|
readonly internalType: "uint96";
|
|
291
388
|
readonly name: "liabilityShares";
|
|
292
389
|
readonly type: "uint96";
|
|
293
390
|
}, {
|
|
294
|
-
readonly
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
391
|
+
readonly components: readonly [{
|
|
392
|
+
readonly internalType: "int104";
|
|
393
|
+
readonly name: "value";
|
|
394
|
+
readonly type: "int104";
|
|
395
|
+
}, {
|
|
396
|
+
readonly internalType: "int104";
|
|
397
|
+
readonly name: "valueOnRefSlot";
|
|
398
|
+
readonly type: "int104";
|
|
399
|
+
}, {
|
|
400
|
+
readonly internalType: "uint48";
|
|
401
|
+
readonly name: "refSlot";
|
|
402
|
+
readonly type: "uint48";
|
|
403
|
+
}];
|
|
404
|
+
readonly internalType: "struct DoubleRefSlotCache.Int104WithCache[2]";
|
|
299
405
|
readonly name: "inOutDelta";
|
|
300
|
-
readonly type: "
|
|
406
|
+
readonly type: "tuple[2]";
|
|
301
407
|
}, {
|
|
302
|
-
readonly internalType: "
|
|
303
|
-
readonly name: "
|
|
304
|
-
readonly type: "
|
|
408
|
+
readonly internalType: "uint128";
|
|
409
|
+
readonly name: "minimalReserve";
|
|
410
|
+
readonly type: "uint128";
|
|
411
|
+
}, {
|
|
412
|
+
readonly internalType: "uint128";
|
|
413
|
+
readonly name: "redemptionShares";
|
|
414
|
+
readonly type: "uint128";
|
|
415
|
+
}, {
|
|
416
|
+
readonly internalType: "uint128";
|
|
417
|
+
readonly name: "cumulativeLidoFees";
|
|
418
|
+
readonly type: "uint128";
|
|
419
|
+
}, {
|
|
420
|
+
readonly internalType: "uint128";
|
|
421
|
+
readonly name: "settledLidoFees";
|
|
422
|
+
readonly type: "uint128";
|
|
305
423
|
}];
|
|
306
424
|
readonly internalType: "struct VaultHub.VaultRecord";
|
|
307
425
|
readonly name: "record";
|
|
@@ -316,22 +434,47 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
316
434
|
readonly type: "uint256";
|
|
317
435
|
}, {
|
|
318
436
|
readonly internalType: "uint256";
|
|
319
|
-
readonly name: "
|
|
437
|
+
readonly name: "nodeOperatorFeeRate";
|
|
320
438
|
readonly type: "uint256";
|
|
321
439
|
}, {
|
|
322
440
|
readonly internalType: "bool";
|
|
323
|
-
readonly name: "
|
|
441
|
+
readonly name: "isReportFresh";
|
|
324
442
|
readonly type: "bool";
|
|
443
|
+
}, {
|
|
444
|
+
readonly components: readonly [{
|
|
445
|
+
readonly internalType: "bool";
|
|
446
|
+
readonly name: "isActive";
|
|
447
|
+
readonly type: "bool";
|
|
448
|
+
}, {
|
|
449
|
+
readonly internalType: "uint256";
|
|
450
|
+
readonly name: "pendingTotalValueIncrease";
|
|
451
|
+
readonly type: "uint256";
|
|
452
|
+
}, {
|
|
453
|
+
readonly internalType: "uint256";
|
|
454
|
+
readonly name: "startTimestamp";
|
|
455
|
+
readonly type: "uint256";
|
|
456
|
+
}, {
|
|
457
|
+
readonly internalType: "uint256";
|
|
458
|
+
readonly name: "endTimestamp";
|
|
459
|
+
readonly type: "uint256";
|
|
460
|
+
}];
|
|
461
|
+
readonly internalType: "struct LazyOracle.QuarantineInfo";
|
|
462
|
+
readonly name: "quarantineInfo";
|
|
463
|
+
readonly type: "tuple";
|
|
325
464
|
}];
|
|
326
465
|
readonly internalType: "struct VaultViewer.VaultData[]";
|
|
327
466
|
readonly name: "vaultsData";
|
|
328
467
|
readonly type: "tuple[]";
|
|
468
|
+
}, {
|
|
469
|
+
readonly internalType: "uint256";
|
|
470
|
+
readonly name: "leftover";
|
|
471
|
+
readonly type: "uint256";
|
|
329
472
|
}];
|
|
330
473
|
readonly stateMutability: "view";
|
|
331
474
|
readonly type: "function";
|
|
332
475
|
}, {
|
|
333
476
|
readonly inputs: readonly [{
|
|
334
|
-
readonly internalType: "contract
|
|
477
|
+
readonly internalType: "contract IStakingVault";
|
|
335
478
|
readonly name: "vault";
|
|
336
479
|
readonly type: "address";
|
|
337
480
|
}, {
|
|
@@ -367,7 +510,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
367
510
|
readonly type: "function";
|
|
368
511
|
}, {
|
|
369
512
|
readonly inputs: readonly [{
|
|
370
|
-
readonly internalType: "contract
|
|
513
|
+
readonly internalType: "contract IStakingVault";
|
|
371
514
|
readonly name: "vault";
|
|
372
515
|
readonly type: "address";
|
|
373
516
|
}, {
|
|
@@ -383,30 +526,6 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
383
526
|
}];
|
|
384
527
|
readonly stateMutability: "view";
|
|
385
528
|
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
529
|
}, {
|
|
411
530
|
readonly inputs: readonly [{
|
|
412
531
|
readonly internalType: "address";
|
|
@@ -415,7 +534,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
415
534
|
}];
|
|
416
535
|
readonly name: "vaultsByOwner";
|
|
417
536
|
readonly outputs: readonly [{
|
|
418
|
-
readonly internalType: "contract
|
|
537
|
+
readonly internalType: "contract IStakingVault[]";
|
|
419
538
|
readonly name: "";
|
|
420
539
|
readonly type: "address[]";
|
|
421
540
|
}];
|
|
@@ -437,7 +556,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
437
556
|
}];
|
|
438
557
|
readonly name: "vaultsByOwnerBound";
|
|
439
558
|
readonly outputs: readonly [{
|
|
440
|
-
readonly internalType: "contract
|
|
559
|
+
readonly internalType: "contract IStakingVault[]";
|
|
441
560
|
readonly name: "";
|
|
442
561
|
readonly type: "address[]";
|
|
443
562
|
}, {
|
|
@@ -459,7 +578,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
459
578
|
}];
|
|
460
579
|
readonly name: "vaultsByRole";
|
|
461
580
|
readonly outputs: readonly [{
|
|
462
|
-
readonly internalType: "contract
|
|
581
|
+
readonly internalType: "contract IStakingVault[]";
|
|
463
582
|
readonly name: "";
|
|
464
583
|
readonly type: "address[]";
|
|
465
584
|
}];
|
|
@@ -485,7 +604,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
485
604
|
}];
|
|
486
605
|
readonly name: "vaultsByRoleBound";
|
|
487
606
|
readonly outputs: readonly [{
|
|
488
|
-
readonly internalType: "contract
|
|
607
|
+
readonly internalType: "contract IStakingVault[]";
|
|
489
608
|
readonly name: "";
|
|
490
609
|
readonly type: "address[]";
|
|
491
610
|
}, {
|
|
@@ -499,7 +618,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
499
618
|
readonly inputs: readonly [];
|
|
500
619
|
readonly name: "vaultsConnected";
|
|
501
620
|
readonly outputs: readonly [{
|
|
502
|
-
readonly internalType: "contract
|
|
621
|
+
readonly internalType: "contract IStakingVault[]";
|
|
503
622
|
readonly name: "";
|
|
504
623
|
readonly type: "address[]";
|
|
505
624
|
}];
|
|
@@ -517,7 +636,7 @@ export declare const VaultViewerAbi: readonly [{
|
|
|
517
636
|
}];
|
|
518
637
|
readonly name: "vaultsConnectedBound";
|
|
519
638
|
readonly outputs: readonly [{
|
|
520
|
-
readonly internalType: "contract
|
|
639
|
+
readonly internalType: "contract IStakingVault[]";
|
|
521
640
|
readonly name: "";
|
|
522
641
|
readonly type: "address[]";
|
|
523
642
|
}, {
|