@lidofinance/lsv-cli 1.0.0-alpha.61 → 1.0.0-alpha.63
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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/abi/AccessControlConfirmable.d.ts +4 -3
- package/dist/abi/AccessControlConfirmable.js +4 -2
- package/dist/abi/AccessControlConfirmable.js.map +1 -1
- package/dist/abi/Dashboard.d.ts +731 -437
- package/dist/abi/Dashboard.js +322 -302
- package/dist/abi/Dashboard.js.map +1 -1
- package/dist/abi/LazyOracle.d.ts +319 -27
- package/dist/abi/LazyOracle.js +406 -27
- 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 +879 -100
- package/dist/abi/OperatorGrid.js +224 -2
- package/dist/abi/OperatorGrid.js.map +1 -1
- package/dist/abi/PredepositGuarantee.d.ts +210 -169
- package/dist/abi/PredepositGuarantee.js +192 -198
- 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 +241 -41
- package/dist/abi/StakingVault.js +206 -43
- package/dist/abi/StakingVault.js.map +1 -1
- package/dist/abi/VaultFactory.d.ts +524 -72
- package/dist/abi/VaultFactory.js +42 -1
- package/dist/abi/VaultFactory.js.map +1 -1
- package/dist/abi/VaultHub.d.ts +439 -409
- package/dist/abi/VaultHub.js +363 -399
- package/dist/abi/VaultHub.js.map +1 -1
- package/dist/abi/VaultViewer.d.ts +204 -238
- package/dist/abi/VaultViewer.js +251 -299
- package/dist/abi/VaultViewer.js.map +1 -1
- package/dist/abi/defi-wrapper/Distributor.d.ts +486 -0
- package/dist/abi/defi-wrapper/Distributor.js +633 -0
- package/dist/abi/defi-wrapper/Distributor.js.map +1 -0
- package/dist/abi/defi-wrapper/Factory.d.ts +1184 -0
- package/dist/abi/defi-wrapper/Factory.js +932 -0
- package/dist/abi/defi-wrapper/Factory.js.map +1 -0
- package/dist/abi/defi-wrapper/StvPool.d.ts +1079 -0
- package/dist/abi/defi-wrapper/StvPool.js +1410 -0
- package/dist/abi/defi-wrapper/StvPool.js.map +1 -0
- package/dist/abi/defi-wrapper/StvStETHPool.d.ts +1772 -0
- package/dist/abi/defi-wrapper/StvStETHPool.js +2316 -0
- package/dist/abi/defi-wrapper/StvStETHPool.js.map +1 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.d.ts +1265 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.js +1647 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.js.map +1 -0
- package/dist/abi/defi-wrapper/index.d.ts +5 -0
- package/dist/abi/defi-wrapper/index.js +6 -0
- package/dist/abi/defi-wrapper/index.js.map +1 -0
- 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/configs/constants.d.ts +44 -2
- package/dist/configs/constants.js +2 -2
- package/dist/configs/constants.js.map +1 -1
- package/dist/configs/deployed.d.ts +2 -2
- package/dist/configs/deployed.js +48 -6
- package/dist/configs/deployed.js.map +1 -1
- package/dist/configs/utils.d.ts +1 -0
- package/dist/configs/utils.js +4 -0
- package/dist/configs/utils.js.map +1 -1
- package/dist/contracts/dashboard-impl.d.ts +4 -0
- package/dist/contracts/dashboard-impl.js +17 -0
- package/dist/contracts/dashboard-impl.js.map +1 -0
- package/dist/contracts/dashboard.d.ts +2 -2
- package/dist/contracts/dashboard.js +3 -2
- package/dist/contracts/dashboard.js.map +1 -1
- package/dist/contracts/defi-wrapper/distributor.d.ts +4 -0
- package/dist/contracts/defi-wrapper/distributor.js +12 -0
- package/dist/contracts/defi-wrapper/distributor.js.map +1 -0
- package/dist/contracts/defi-wrapper/factory.d.ts +4 -0
- package/dist/contracts/defi-wrapper/factory.js +12 -0
- package/dist/contracts/defi-wrapper/factory.js.map +1 -0
- package/dist/contracts/defi-wrapper/index.d.ts +5 -0
- package/dist/contracts/defi-wrapper/index.js +6 -0
- package/dist/contracts/defi-wrapper/index.js.map +1 -0
- package/dist/contracts/defi-wrapper/stv-pool.d.ts +4 -0
- package/dist/contracts/defi-wrapper/stv-pool.js +12 -0
- package/dist/contracts/defi-wrapper/stv-pool.js.map +1 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.d.ts +4 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.js +12 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.js.map +1 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.d.ts +4 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.js +12 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.js.map +1 -0
- package/dist/contracts/index.d.ts +1 -1
- package/dist/contracts/index.js +1 -1
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/lazy-oracle.js +3 -2
- package/dist/contracts/lazy-oracle.js.map +1 -1
- package/dist/contracts/locator.d.ts +3 -8239
- package/dist/contracts/locator.js +4 -3
- package/dist/contracts/locator.js.map +1 -1
- package/dist/contracts/operator-grid.d.ts +1 -1
- package/dist/contracts/operator-grid.js +3 -2
- package/dist/contracts/operator-grid.js.map +1 -1
- package/dist/contracts/pdg.js +3 -2
- package/dist/contracts/pdg.js.map +1 -1
- package/dist/contracts/steth.d.ts +128 -128
- package/dist/contracts/steth.js +3 -2
- package/dist/contracts/steth.js.map +1 -1
- package/dist/contracts/vault-factory.d.ts +3 -16404
- package/dist/contracts/vault-factory.js +4 -3
- package/dist/contracts/vault-factory.js.map +1 -1
- package/dist/contracts/vault-hub.js +3 -2
- package/dist/contracts/vault-hub.js.map +1 -1
- package/dist/contracts/vault-viewer.d.ts +3 -11197
- package/dist/contracts/vault-viewer.js +9 -7
- package/dist/contracts/vault-viewer.js.map +1 -1
- package/dist/contracts/vault.d.ts +2 -2
- package/dist/contracts/vault.js +3 -2
- package/dist/contracts/vault.js.map +1 -1
- package/dist/contracts/wsteth.d.ts +3 -24690
- package/dist/contracts/wsteth.js +4 -3
- package/dist/contracts/wsteth.js.map +1 -1
- package/dist/features/defi-wrapper/create-vault.d.ts +17 -0
- package/dist/features/defi-wrapper/create-vault.js +137 -0
- package/dist/features/defi-wrapper/create-vault.js.map +1 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.d.ts +112 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.js +228 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.js.map +1 -0
- package/dist/features/defi-wrapper/index.d.ts +3 -0
- package/dist/features/defi-wrapper/index.js +4 -0
- package/dist/features/defi-wrapper/index.js.map +1 -0
- package/dist/features/defi-wrapper/pool-info.d.ts +35 -0
- package/dist/features/defi-wrapper/pool-info.js +97 -0
- package/dist/features/defi-wrapper/pool-info.js.map +1 -0
- package/dist/features/deposits/check-bls-deposits.d.ts +2 -1
- package/dist/features/deposits/check-bls-deposits.js +11 -2
- package/dist/features/deposits/check-bls-deposits.js.map +1 -1
- package/dist/features/deposits/make-pdg-proof.d.ts +8 -0
- package/dist/features/deposits/make-pdg-proof.js +17 -1
- package/dist/features/deposits/make-pdg-proof.js.map +1 -1
- package/dist/features/deposits/no-pdg.d.ts +1 -1
- package/dist/features/deposits/no-pdg.js +6 -3
- package/dist/features/deposits/no-pdg.js.map +1 -1
- package/dist/features/dev-tools/impersonate.d.ts +14 -0
- package/dist/features/dev-tools/impersonate.js +64 -0
- package/dist/features/dev-tools/impersonate.js.map +1 -0
- package/dist/features/dev-tools/index.d.ts +1 -0
- package/dist/features/dev-tools/index.js +2 -0
- package/dist/features/dev-tools/index.js.map +1 -0
- package/dist/features/index.d.ts +3 -0
- package/dist/features/index.js +3 -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/pdg.d.ts +7 -0
- package/dist/features/pdg.js +5 -5
- package/dist/features/pdg.js.map +1 -1
- package/dist/features/utils/get-boolean.d.ts +1 -0
- package/dist/features/utils/get-boolean.js +13 -0
- package/dist/features/utils/get-boolean.js.map +1 -0
- package/dist/features/utils/index.d.ts +2 -0
- package/dist/features/utils/index.js +2 -0
- package/dist/features/utils/index.js.map +1 -1
- package/dist/features/utils/quarantine.d.ts +2 -0
- package/dist/features/utils/quarantine.js +2 -0
- package/dist/features/utils/quarantine.js.map +1 -1
- package/dist/features/utils/report-fresh.js +17 -1
- package/dist/features/utils/report-fresh.js.map +1 -1
- package/dist/features/utils/settled-growth.d.ts +1 -0
- package/dist/features/utils/settled-growth.js +16 -0
- package/dist/features/utils/settled-growth.js.map +1 -0
- package/dist/features/vault-factory.d.ts +2 -2
- package/dist/features/vault-factory.js +8 -3
- package/dist/features/vault-factory.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.d.ts +4 -2
- package/dist/features/vault-operations/create-vault.js +13 -5
- 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 +6 -4
- 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 +32 -33
- package/dist/features/vault-operations/vault-info.js.map +1 -1
- package/dist/features/vault-operations/vault-overview.js +46 -39
- package/dist/features/vault-operations/vault-overview.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.d.ts +2 -1
- package/dist/features/vault-operations/vault-roles.js +22 -23
- package/dist/features/vault-operations/vault-roles.js.map +1 -1
- package/dist/features/vault-operations/vaults-by-role.d.ts +5 -0
- package/dist/features/vault-operations/vaults-by-role.js +123 -36
- package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
- package/dist/features/vault.js +8 -4
- package/dist/features/vault.js.map +1 -1
- package/dist/index.js +18 -6
- package/dist/index.js.map +1 -1
- package/dist/programs/account/read.js +1 -1
- package/dist/programs/account/read.js.map +1 -1
- package/dist/programs/account/write.js +14 -0
- 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 +44 -9
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +236 -127
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/hub/config.js +7 -27
- package/dist/programs/contracts/hub/config.js.map +1 -1
- package/dist/programs/contracts/hub/read.js +63 -2
- package/dist/programs/contracts/hub/read.js.map +1 -1
- package/dist/programs/contracts/hub/write.js +8 -70
- package/dist/programs/contracts/hub/write.js.map +1 -1
- package/dist/programs/contracts/lazy-oracle/config.js +38 -0
- package/dist/programs/contracts/lazy-oracle/config.js.map +1 -1
- package/dist/programs/contracts/lazy-oracle/read.js +7 -0
- package/dist/programs/contracts/lazy-oracle/read.js.map +1 -1
- 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 +40 -71
- 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 +13 -1
- package/dist/programs/contracts/pdg/read.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +55 -86
- 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 +110 -35
- package/dist/programs/contracts/vault/write.js.map +1 -1
- package/dist/programs/contracts/vault-factory/config.js +14 -1
- package/dist/programs/contracts/vault-factory/config.js.map +1 -1
- package/dist/programs/contracts/vault-factory/write.js +25 -15
- package/dist/programs/contracts/vault-factory/write.js.map +1 -1
- package/dist/programs/contracts/vault-viewer/config.js +102 -59
- package/dist/programs/contracts/vault-viewer/config.js.map +1 -1
- package/dist/programs/contracts/vault-viewer/read.js +22 -76
- package/dist/programs/contracts/vault-viewer/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/distributor/config.js +44 -0
- package/dist/programs/defi-wrapper/contracts/distributor/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.js +5 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.js +40 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.js +70 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.js +2 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.js +50 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.js +144 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/index.d.ts +6 -0
- package/dist/programs/defi-wrapper/contracts/index.js +7 -0
- package/dist/programs/defi-wrapper/contracts/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js +73 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js +70 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js +138 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js +120 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js +70 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js +173 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js +66 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js +65 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js +171 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js.map +1 -0
- package/dist/programs/defi-wrapper/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/index.js +4 -0
- package/dist/programs/defi-wrapper/index.js.map +1 -0
- package/dist/programs/defi-wrapper/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/main.js +6 -0
- package/dist/programs/defi-wrapper/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.js +338 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.d.ts +56 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.js +389 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.js +254 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js +143 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js +5 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js +130 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js +13 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js.map +1 -0
- package/dist/programs/dev-tools/anvil/index.d.ts +2 -0
- package/dist/programs/dev-tools/anvil/index.js +3 -0
- package/dist/programs/dev-tools/anvil/index.js.map +1 -0
- package/dist/programs/dev-tools/anvil/main.d.ts +1 -0
- package/dist/programs/dev-tools/anvil/main.js +5 -0
- package/dist/programs/dev-tools/anvil/main.js.map +1 -0
- package/dist/programs/dev-tools/anvil/write.d.ts +1 -0
- package/dist/programs/dev-tools/anvil/write.js +122 -0
- package/dist/programs/dev-tools/anvil/write.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/index.d.ts +2 -0
- package/dist/programs/dev-tools/defi-wrapper/index.js +3 -0
- package/dist/programs/dev-tools/defi-wrapper/index.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/main.d.ts +1 -0
- package/dist/programs/dev-tools/defi-wrapper/main.js +6 -0
- package/dist/programs/dev-tools/defi-wrapper/main.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/write.d.ts +1 -0
- package/dist/programs/dev-tools/defi-wrapper/write.js +77 -0
- package/dist/programs/dev-tools/defi-wrapper/write.js.map +1 -0
- package/dist/programs/dev-tools/index.d.ts +3 -0
- package/dist/programs/dev-tools/index.js +4 -0
- package/dist/programs/dev-tools/index.js.map +1 -0
- package/dist/programs/dev-tools/main.d.ts +1 -0
- package/dist/programs/dev-tools/main.js +6 -0
- package/dist/programs/dev-tools/main.js.map +1 -0
- package/dist/programs/index.d.ts +2 -0
- package/dist/programs/index.js +2 -0
- package/dist/programs/index.js.map +1 -1
- package/dist/programs/pdg-helpers.js +5 -5
- package/dist/programs/pdg-helpers.js.map +1 -1
- package/dist/programs/use-cases/deposits/read.js +19 -2
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/write.js +130 -45
- package/dist/programs/use-cases/deposits/write.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +36 -19
- 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 +7 -2
- package/dist/programs/use-cases/report/write.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/create-vault.js +18 -8
- package/dist/programs/use-cases/vault-operations/create-vault.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +103 -8
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/wallet.d.ts +6984 -169
- package/dist/providers/wallet.js +15 -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/types/common.d.ts +4 -0
- package/dist/utils/arguments.d.ts +8 -1
- package/dist/utils/arguments.js +61 -1
- package/dist/utils/arguments.js.map +1 -1
- package/dist/utils/bls.d.ts +2 -2
- package/dist/utils/bls.js +8 -7
- package/dist/utils/bls.js.map +1 -1
- package/dist/utils/cache.d.ts +26 -0
- package/dist/utils/cache.js +88 -3
- package/dist/utils/cache.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 +3 -2
- package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
- package/dist/utils/charts/blessed/charts-rewards.js +3 -2
- package/dist/utils/charts/blessed/charts-rewards.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 +3 -2
- package/dist/utils/charts/simple/simple-charts.js.map +1 -1
- package/dist/utils/commands/confirmations.d.ts +8 -4
- package/dist/utils/commands/confirmations.js +44 -34
- 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/fetchCL.d.ts +1 -5
- package/dist/utils/fetchCL.js +5 -7
- package/dist/utils/fetchCL.js.map +1 -1
- 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 +131 -131
- package/dist/utils/health/health-utils.js +12 -11
- package/dist/utils/health/health-utils.js.map +1 -1
- package/dist/utils/prompts/confirmations.js +1 -1
- package/dist/utils/prompts/confirmations.js.map +1 -1
- package/dist/utils/proof/constants.d.ts +6 -0
- package/dist/utils/proof/constants.js +7 -0
- package/dist/utils/proof/constants.js.map +1 -0
- package/dist/utils/proof/first-validator-gindex.js +0 -4
- package/dist/utils/proof/first-validator-gindex.js.map +1 -1
- package/dist/utils/proof/proofs.d.ts +7 -8
- package/dist/utils/proof/proofs.js +36 -28
- package/dist/utils/proof/proofs.js.map +1 -1
- package/dist/utils/read-programs-by-abi.d.ts +1 -1
- package/dist/utils/read-programs-by-abi.js +4 -18
- package/dist/utils/read-programs-by-abi.js.map +1 -1
- package/dist/utils/report/report.js +2 -1
- package/dist/utils/report/report.js.map +1 -1
- package/dist/utils/report/statistic-data.js +3 -3
- package/dist/utils/report/statistic-data.js.map +1 -1
- package/dist/utils/report/types.d.ts +10 -2
- package/dist/utils/statistic/report-statistic.js +13 -14
- package/dist/utils/statistic/report-statistic.js.map +1 -1
- package/dist/utils/transactions/tx-private-key.d.ts +2 -2
- package/dist/utils/transactions/tx-private-key.js +6 -6
- package/dist/utils/transactions/tx-private-key.js.map +1 -1
- package/dist/utils/transactions/tx-wc.d.ts +29 -1
- package/dist/utils/transactions/tx-wc.js +58 -28
- package/dist/utils/transactions/tx-wc.js.map +1 -1
- package/dist/utils/wallet-connect.d.ts +4 -7664
- package/dist/utils/wallet-connect.js +17 -5
- package/dist/utils/wallet-connect.js.map +1 -1
- package/dist/version/index.js +1 -1
- package/package.json +16 -7
- 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/abi/VaultHub.d.ts
CHANGED
|
@@ -31,8 +31,16 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
31
31
|
readonly internalType: "address";
|
|
32
32
|
readonly name: "vault";
|
|
33
33
|
readonly type: "address";
|
|
34
|
+
}, {
|
|
35
|
+
readonly internalType: "uint256";
|
|
36
|
+
readonly name: "totalValue";
|
|
37
|
+
readonly type: "uint256";
|
|
38
|
+
}, {
|
|
39
|
+
readonly internalType: "uint256";
|
|
40
|
+
readonly name: "withdrawAmount";
|
|
41
|
+
readonly type: "uint256";
|
|
34
42
|
}];
|
|
35
|
-
readonly name: "
|
|
43
|
+
readonly name: "AmountExceedsTotalValue";
|
|
36
44
|
readonly type: "error";
|
|
37
45
|
}, {
|
|
38
46
|
readonly inputs: readonly [{
|
|
@@ -54,18 +62,6 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
54
62
|
readonly inputs: readonly [];
|
|
55
63
|
readonly name: "BadDebtSocializationNotAllowed";
|
|
56
64
|
readonly type: "error";
|
|
57
|
-
}, {
|
|
58
|
-
readonly inputs: readonly [{
|
|
59
|
-
readonly internalType: "address";
|
|
60
|
-
readonly name: "vault";
|
|
61
|
-
readonly type: "address";
|
|
62
|
-
}, {
|
|
63
|
-
readonly internalType: "bytes32";
|
|
64
|
-
readonly name: "codehash";
|
|
65
|
-
readonly type: "bytes32";
|
|
66
|
-
}];
|
|
67
|
-
readonly name: "CodehashNotAllowed";
|
|
68
|
-
readonly type: "error";
|
|
69
65
|
}, {
|
|
70
66
|
readonly inputs: readonly [];
|
|
71
67
|
readonly name: "ForcedValidatorExitNotAllowed";
|
|
@@ -87,12 +83,24 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
87
83
|
readonly internalType: "address";
|
|
88
84
|
readonly name: "vault";
|
|
89
85
|
readonly type: "address";
|
|
86
|
+
}];
|
|
87
|
+
readonly name: "InsufficientStagedBalance";
|
|
88
|
+
readonly type: "error";
|
|
89
|
+
}, {
|
|
90
|
+
readonly inputs: readonly [{
|
|
91
|
+
readonly internalType: "address";
|
|
92
|
+
readonly name: "vault";
|
|
93
|
+
readonly type: "address";
|
|
94
|
+
}, {
|
|
95
|
+
readonly internalType: "uint256";
|
|
96
|
+
readonly name: "etherToLock";
|
|
97
|
+
readonly type: "uint256";
|
|
90
98
|
}, {
|
|
91
99
|
readonly internalType: "uint256";
|
|
92
100
|
readonly name: "maxLockableValue";
|
|
93
101
|
readonly type: "uint256";
|
|
94
102
|
}];
|
|
95
|
-
readonly name: "
|
|
103
|
+
readonly name: "InsufficientValue";
|
|
96
104
|
readonly type: "error";
|
|
97
105
|
}, {
|
|
98
106
|
readonly inputs: readonly [{
|
|
@@ -106,6 +114,18 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
106
114
|
}];
|
|
107
115
|
readonly name: "InvalidBasisPoints";
|
|
108
116
|
readonly type: "error";
|
|
117
|
+
}, {
|
|
118
|
+
readonly inputs: readonly [];
|
|
119
|
+
readonly name: "InvalidInitialization";
|
|
120
|
+
readonly type: "error";
|
|
121
|
+
}, {
|
|
122
|
+
readonly inputs: readonly [{
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly name: "vault";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
}];
|
|
127
|
+
readonly name: "NoFundsForForceRebalance";
|
|
128
|
+
readonly type: "error";
|
|
109
129
|
}, {
|
|
110
130
|
readonly inputs: readonly [{
|
|
111
131
|
readonly internalType: "address";
|
|
@@ -113,18 +133,30 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
113
133
|
readonly type: "address";
|
|
114
134
|
}, {
|
|
115
135
|
readonly internalType: "uint256";
|
|
116
|
-
readonly name: "
|
|
136
|
+
readonly name: "unsettledLidoFees";
|
|
117
137
|
readonly type: "uint256";
|
|
138
|
+
}];
|
|
139
|
+
readonly name: "NoFundsToSettleLidoFees";
|
|
140
|
+
readonly type: "error";
|
|
141
|
+
}, {
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly internalType: "address";
|
|
144
|
+
readonly name: "vault";
|
|
145
|
+
readonly type: "address";
|
|
118
146
|
}, {
|
|
119
147
|
readonly internalType: "uint256";
|
|
120
|
-
readonly name: "
|
|
148
|
+
readonly name: "liabilityShares";
|
|
121
149
|
readonly type: "uint256";
|
|
122
150
|
}];
|
|
123
|
-
readonly name: "
|
|
151
|
+
readonly name: "NoLiabilitySharesShouldBeLeft";
|
|
124
152
|
readonly type: "error";
|
|
125
153
|
}, {
|
|
126
|
-
readonly inputs: readonly [
|
|
127
|
-
|
|
154
|
+
readonly inputs: readonly [{
|
|
155
|
+
readonly internalType: "address";
|
|
156
|
+
readonly name: "vault";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
}];
|
|
159
|
+
readonly name: "NoReasonForForceRebalance";
|
|
128
160
|
readonly type: "error";
|
|
129
161
|
}, {
|
|
130
162
|
readonly inputs: readonly [{
|
|
@@ -133,26 +165,18 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
133
165
|
readonly type: "address";
|
|
134
166
|
}, {
|
|
135
167
|
readonly internalType: "uint256";
|
|
136
|
-
readonly name: "
|
|
137
|
-
readonly type: "uint256";
|
|
138
|
-
}, {
|
|
139
|
-
readonly internalType: "uint256";
|
|
140
|
-
readonly name: "liabilityShares";
|
|
168
|
+
readonly name: "unsettledLidoFees";
|
|
141
169
|
readonly type: "uint256";
|
|
142
170
|
}];
|
|
143
|
-
readonly name: "
|
|
171
|
+
readonly name: "NoUnsettledLidoFeesShouldBeLeft";
|
|
144
172
|
readonly type: "error";
|
|
145
173
|
}, {
|
|
146
174
|
readonly inputs: readonly [{
|
|
147
175
|
readonly internalType: "address";
|
|
148
176
|
readonly name: "vault";
|
|
149
177
|
readonly type: "address";
|
|
150
|
-
}, {
|
|
151
|
-
readonly internalType: "uint256";
|
|
152
|
-
readonly name: "liabilityShares";
|
|
153
|
-
readonly type: "uint256";
|
|
154
178
|
}];
|
|
155
|
-
readonly name: "
|
|
179
|
+
readonly name: "NoUnsettledLidoFeesToSettle";
|
|
156
180
|
readonly type: "error";
|
|
157
181
|
}, {
|
|
158
182
|
readonly inputs: readonly [];
|
|
@@ -182,6 +206,14 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
182
206
|
readonly inputs: readonly [];
|
|
183
207
|
readonly name: "PartialValidatorWithdrawalNotAllowed";
|
|
184
208
|
readonly type: "error";
|
|
209
|
+
}, {
|
|
210
|
+
readonly inputs: readonly [];
|
|
211
|
+
readonly name: "PauseIntentAlreadySet";
|
|
212
|
+
readonly type: "error";
|
|
213
|
+
}, {
|
|
214
|
+
readonly inputs: readonly [];
|
|
215
|
+
readonly name: "PauseIntentAlreadyUnset";
|
|
216
|
+
readonly type: "error";
|
|
185
217
|
}, {
|
|
186
218
|
readonly inputs: readonly [];
|
|
187
219
|
readonly name: "PauseUntilMustBeInFuture";
|
|
@@ -190,21 +222,29 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
190
222
|
readonly inputs: readonly [];
|
|
191
223
|
readonly name: "PausedExpected";
|
|
192
224
|
readonly type: "error";
|
|
225
|
+
}, {
|
|
226
|
+
readonly inputs: readonly [];
|
|
227
|
+
readonly name: "ResumedExpected";
|
|
228
|
+
readonly type: "error";
|
|
193
229
|
}, {
|
|
194
230
|
readonly inputs: readonly [{
|
|
195
|
-
readonly internalType: "
|
|
196
|
-
readonly name: "
|
|
197
|
-
readonly type: "
|
|
231
|
+
readonly internalType: "int256";
|
|
232
|
+
readonly name: "value";
|
|
233
|
+
readonly type: "int256";
|
|
234
|
+
}];
|
|
235
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
236
|
+
readonly type: "error";
|
|
237
|
+
}, {
|
|
238
|
+
readonly inputs: readonly [{
|
|
239
|
+
readonly internalType: "uint8";
|
|
240
|
+
readonly name: "bits";
|
|
241
|
+
readonly type: "uint8";
|
|
198
242
|
}, {
|
|
199
243
|
readonly internalType: "uint256";
|
|
200
|
-
readonly name: "
|
|
244
|
+
readonly name: "value";
|
|
201
245
|
readonly type: "uint256";
|
|
202
246
|
}];
|
|
203
|
-
readonly name: "
|
|
204
|
-
readonly type: "error";
|
|
205
|
-
}, {
|
|
206
|
-
readonly inputs: readonly [];
|
|
207
|
-
readonly name: "ResumedExpected";
|
|
247
|
+
readonly name: "SafeCastOverflowedUintDowncast";
|
|
208
248
|
readonly type: "error";
|
|
209
249
|
}, {
|
|
210
250
|
readonly inputs: readonly [{
|
|
@@ -234,30 +274,6 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
234
274
|
}];
|
|
235
275
|
readonly name: "ShareLimitTooHigh";
|
|
236
276
|
readonly type: "error";
|
|
237
|
-
}, {
|
|
238
|
-
readonly inputs: readonly [{
|
|
239
|
-
readonly internalType: "address";
|
|
240
|
-
readonly name: "vault";
|
|
241
|
-
readonly type: "address";
|
|
242
|
-
}];
|
|
243
|
-
readonly name: "UnhealthyVaultCannotDeposit";
|
|
244
|
-
readonly type: "error";
|
|
245
|
-
}, {
|
|
246
|
-
readonly inputs: readonly [{
|
|
247
|
-
readonly internalType: "address";
|
|
248
|
-
readonly name: "vault";
|
|
249
|
-
readonly type: "address";
|
|
250
|
-
}, {
|
|
251
|
-
readonly internalType: "uint256";
|
|
252
|
-
readonly name: "unsettledObligations";
|
|
253
|
-
readonly type: "uint256";
|
|
254
|
-
}, {
|
|
255
|
-
readonly internalType: "uint256";
|
|
256
|
-
readonly name: "allowedUnsettled";
|
|
257
|
-
readonly type: "uint256";
|
|
258
|
-
}];
|
|
259
|
-
readonly name: "VaultHasUnsettledObligations";
|
|
260
|
-
readonly type: "error";
|
|
261
277
|
}, {
|
|
262
278
|
readonly inputs: readonly [{
|
|
263
279
|
readonly internalType: "address";
|
|
@@ -310,6 +326,14 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
310
326
|
}];
|
|
311
327
|
readonly name: "VaultMintingCapacityExceeded";
|
|
312
328
|
readonly type: "error";
|
|
329
|
+
}, {
|
|
330
|
+
readonly inputs: readonly [{
|
|
331
|
+
readonly internalType: "address";
|
|
332
|
+
readonly name: "vault";
|
|
333
|
+
readonly type: "address";
|
|
334
|
+
}];
|
|
335
|
+
readonly name: "VaultNotFactoryDeployed";
|
|
336
|
+
readonly type: "error";
|
|
313
337
|
}, {
|
|
314
338
|
readonly inputs: readonly [{
|
|
315
339
|
readonly internalType: "address";
|
|
@@ -334,14 +358,6 @@ export declare const VaultHubErrorsAbi: readonly [{
|
|
|
334
358
|
readonly inputs: readonly [];
|
|
335
359
|
readonly name: "ZeroArgument";
|
|
336
360
|
readonly type: "error";
|
|
337
|
-
}, {
|
|
338
|
-
readonly inputs: readonly [];
|
|
339
|
-
readonly name: "ZeroBalance";
|
|
340
|
-
readonly type: "error";
|
|
341
|
-
}, {
|
|
342
|
-
readonly inputs: readonly [];
|
|
343
|
-
readonly name: "ZeroCodehash";
|
|
344
|
-
readonly type: "error";
|
|
345
361
|
}, {
|
|
346
362
|
readonly inputs: readonly [];
|
|
347
363
|
readonly name: "ZeroPauseDuration";
|
|
@@ -380,8 +396,16 @@ export declare const VaultHubAbi: readonly [{
|
|
|
380
396
|
readonly internalType: "address";
|
|
381
397
|
readonly name: "vault";
|
|
382
398
|
readonly type: "address";
|
|
399
|
+
}, {
|
|
400
|
+
readonly internalType: "uint256";
|
|
401
|
+
readonly name: "totalValue";
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
}, {
|
|
404
|
+
readonly internalType: "uint256";
|
|
405
|
+
readonly name: "withdrawAmount";
|
|
406
|
+
readonly type: "uint256";
|
|
383
407
|
}];
|
|
384
|
-
readonly name: "
|
|
408
|
+
readonly name: "AmountExceedsTotalValue";
|
|
385
409
|
readonly type: "error";
|
|
386
410
|
}, {
|
|
387
411
|
readonly inputs: readonly [{
|
|
@@ -403,18 +427,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
403
427
|
readonly inputs: readonly [];
|
|
404
428
|
readonly name: "BadDebtSocializationNotAllowed";
|
|
405
429
|
readonly type: "error";
|
|
406
|
-
}, {
|
|
407
|
-
readonly inputs: readonly [{
|
|
408
|
-
readonly internalType: "address";
|
|
409
|
-
readonly name: "vault";
|
|
410
|
-
readonly type: "address";
|
|
411
|
-
}, {
|
|
412
|
-
readonly internalType: "bytes32";
|
|
413
|
-
readonly name: "codehash";
|
|
414
|
-
readonly type: "bytes32";
|
|
415
|
-
}];
|
|
416
|
-
readonly name: "CodehashNotAllowed";
|
|
417
|
-
readonly type: "error";
|
|
418
430
|
}, {
|
|
419
431
|
readonly inputs: readonly [];
|
|
420
432
|
readonly name: "ForcedValidatorExitNotAllowed";
|
|
@@ -436,12 +448,24 @@ export declare const VaultHubAbi: readonly [{
|
|
|
436
448
|
readonly internalType: "address";
|
|
437
449
|
readonly name: "vault";
|
|
438
450
|
readonly type: "address";
|
|
451
|
+
}];
|
|
452
|
+
readonly name: "InsufficientStagedBalance";
|
|
453
|
+
readonly type: "error";
|
|
454
|
+
}, {
|
|
455
|
+
readonly inputs: readonly [{
|
|
456
|
+
readonly internalType: "address";
|
|
457
|
+
readonly name: "vault";
|
|
458
|
+
readonly type: "address";
|
|
459
|
+
}, {
|
|
460
|
+
readonly internalType: "uint256";
|
|
461
|
+
readonly name: "etherToLock";
|
|
462
|
+
readonly type: "uint256";
|
|
439
463
|
}, {
|
|
440
464
|
readonly internalType: "uint256";
|
|
441
465
|
readonly name: "maxLockableValue";
|
|
442
466
|
readonly type: "uint256";
|
|
443
467
|
}];
|
|
444
|
-
readonly name: "
|
|
468
|
+
readonly name: "InsufficientValue";
|
|
445
469
|
readonly type: "error";
|
|
446
470
|
}, {
|
|
447
471
|
readonly inputs: readonly [{
|
|
@@ -455,6 +479,18 @@ export declare const VaultHubAbi: readonly [{
|
|
|
455
479
|
}];
|
|
456
480
|
readonly name: "InvalidBasisPoints";
|
|
457
481
|
readonly type: "error";
|
|
482
|
+
}, {
|
|
483
|
+
readonly inputs: readonly [];
|
|
484
|
+
readonly name: "InvalidInitialization";
|
|
485
|
+
readonly type: "error";
|
|
486
|
+
}, {
|
|
487
|
+
readonly inputs: readonly [{
|
|
488
|
+
readonly internalType: "address";
|
|
489
|
+
readonly name: "vault";
|
|
490
|
+
readonly type: "address";
|
|
491
|
+
}];
|
|
492
|
+
readonly name: "NoFundsForForceRebalance";
|
|
493
|
+
readonly type: "error";
|
|
458
494
|
}, {
|
|
459
495
|
readonly inputs: readonly [{
|
|
460
496
|
readonly internalType: "address";
|
|
@@ -462,18 +498,30 @@ export declare const VaultHubAbi: readonly [{
|
|
|
462
498
|
readonly type: "address";
|
|
463
499
|
}, {
|
|
464
500
|
readonly internalType: "uint256";
|
|
465
|
-
readonly name: "
|
|
501
|
+
readonly name: "unsettledLidoFees";
|
|
466
502
|
readonly type: "uint256";
|
|
503
|
+
}];
|
|
504
|
+
readonly name: "NoFundsToSettleLidoFees";
|
|
505
|
+
readonly type: "error";
|
|
506
|
+
}, {
|
|
507
|
+
readonly inputs: readonly [{
|
|
508
|
+
readonly internalType: "address";
|
|
509
|
+
readonly name: "vault";
|
|
510
|
+
readonly type: "address";
|
|
467
511
|
}, {
|
|
468
512
|
readonly internalType: "uint256";
|
|
469
|
-
readonly name: "
|
|
513
|
+
readonly name: "liabilityShares";
|
|
470
514
|
readonly type: "uint256";
|
|
471
515
|
}];
|
|
472
|
-
readonly name: "
|
|
516
|
+
readonly name: "NoLiabilitySharesShouldBeLeft";
|
|
473
517
|
readonly type: "error";
|
|
474
518
|
}, {
|
|
475
|
-
readonly inputs: readonly [
|
|
476
|
-
|
|
519
|
+
readonly inputs: readonly [{
|
|
520
|
+
readonly internalType: "address";
|
|
521
|
+
readonly name: "vault";
|
|
522
|
+
readonly type: "address";
|
|
523
|
+
}];
|
|
524
|
+
readonly name: "NoReasonForForceRebalance";
|
|
477
525
|
readonly type: "error";
|
|
478
526
|
}, {
|
|
479
527
|
readonly inputs: readonly [{
|
|
@@ -482,26 +530,18 @@ export declare const VaultHubAbi: readonly [{
|
|
|
482
530
|
readonly type: "address";
|
|
483
531
|
}, {
|
|
484
532
|
readonly internalType: "uint256";
|
|
485
|
-
readonly name: "
|
|
486
|
-
readonly type: "uint256";
|
|
487
|
-
}, {
|
|
488
|
-
readonly internalType: "uint256";
|
|
489
|
-
readonly name: "liabilityShares";
|
|
533
|
+
readonly name: "unsettledLidoFees";
|
|
490
534
|
readonly type: "uint256";
|
|
491
535
|
}];
|
|
492
|
-
readonly name: "
|
|
536
|
+
readonly name: "NoUnsettledLidoFeesShouldBeLeft";
|
|
493
537
|
readonly type: "error";
|
|
494
538
|
}, {
|
|
495
539
|
readonly inputs: readonly [{
|
|
496
540
|
readonly internalType: "address";
|
|
497
541
|
readonly name: "vault";
|
|
498
542
|
readonly type: "address";
|
|
499
|
-
}, {
|
|
500
|
-
readonly internalType: "uint256";
|
|
501
|
-
readonly name: "liabilityShares";
|
|
502
|
-
readonly type: "uint256";
|
|
503
543
|
}];
|
|
504
|
-
readonly name: "
|
|
544
|
+
readonly name: "NoUnsettledLidoFeesToSettle";
|
|
505
545
|
readonly type: "error";
|
|
506
546
|
}, {
|
|
507
547
|
readonly inputs: readonly [];
|
|
@@ -531,6 +571,14 @@ export declare const VaultHubAbi: readonly [{
|
|
|
531
571
|
readonly inputs: readonly [];
|
|
532
572
|
readonly name: "PartialValidatorWithdrawalNotAllowed";
|
|
533
573
|
readonly type: "error";
|
|
574
|
+
}, {
|
|
575
|
+
readonly inputs: readonly [];
|
|
576
|
+
readonly name: "PauseIntentAlreadySet";
|
|
577
|
+
readonly type: "error";
|
|
578
|
+
}, {
|
|
579
|
+
readonly inputs: readonly [];
|
|
580
|
+
readonly name: "PauseIntentAlreadyUnset";
|
|
581
|
+
readonly type: "error";
|
|
534
582
|
}, {
|
|
535
583
|
readonly inputs: readonly [];
|
|
536
584
|
readonly name: "PauseUntilMustBeInFuture";
|
|
@@ -539,21 +587,29 @@ export declare const VaultHubAbi: readonly [{
|
|
|
539
587
|
readonly inputs: readonly [];
|
|
540
588
|
readonly name: "PausedExpected";
|
|
541
589
|
readonly type: "error";
|
|
590
|
+
}, {
|
|
591
|
+
readonly inputs: readonly [];
|
|
592
|
+
readonly name: "ResumedExpected";
|
|
593
|
+
readonly type: "error";
|
|
542
594
|
}, {
|
|
543
595
|
readonly inputs: readonly [{
|
|
544
|
-
readonly internalType: "
|
|
545
|
-
readonly name: "
|
|
546
|
-
readonly type: "
|
|
596
|
+
readonly internalType: "int256";
|
|
597
|
+
readonly name: "value";
|
|
598
|
+
readonly type: "int256";
|
|
599
|
+
}];
|
|
600
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
601
|
+
readonly type: "error";
|
|
602
|
+
}, {
|
|
603
|
+
readonly inputs: readonly [{
|
|
604
|
+
readonly internalType: "uint8";
|
|
605
|
+
readonly name: "bits";
|
|
606
|
+
readonly type: "uint8";
|
|
547
607
|
}, {
|
|
548
608
|
readonly internalType: "uint256";
|
|
549
|
-
readonly name: "
|
|
609
|
+
readonly name: "value";
|
|
550
610
|
readonly type: "uint256";
|
|
551
611
|
}];
|
|
552
|
-
readonly name: "
|
|
553
|
-
readonly type: "error";
|
|
554
|
-
}, {
|
|
555
|
-
readonly inputs: readonly [];
|
|
556
|
-
readonly name: "ResumedExpected";
|
|
612
|
+
readonly name: "SafeCastOverflowedUintDowncast";
|
|
557
613
|
readonly type: "error";
|
|
558
614
|
}, {
|
|
559
615
|
readonly inputs: readonly [{
|
|
@@ -583,30 +639,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
583
639
|
}];
|
|
584
640
|
readonly name: "ShareLimitTooHigh";
|
|
585
641
|
readonly type: "error";
|
|
586
|
-
}, {
|
|
587
|
-
readonly inputs: readonly [{
|
|
588
|
-
readonly internalType: "address";
|
|
589
|
-
readonly name: "vault";
|
|
590
|
-
readonly type: "address";
|
|
591
|
-
}];
|
|
592
|
-
readonly name: "UnhealthyVaultCannotDeposit";
|
|
593
|
-
readonly type: "error";
|
|
594
|
-
}, {
|
|
595
|
-
readonly inputs: readonly [{
|
|
596
|
-
readonly internalType: "address";
|
|
597
|
-
readonly name: "vault";
|
|
598
|
-
readonly type: "address";
|
|
599
|
-
}, {
|
|
600
|
-
readonly internalType: "uint256";
|
|
601
|
-
readonly name: "unsettledObligations";
|
|
602
|
-
readonly type: "uint256";
|
|
603
|
-
}, {
|
|
604
|
-
readonly internalType: "uint256";
|
|
605
|
-
readonly name: "allowedUnsettled";
|
|
606
|
-
readonly type: "uint256";
|
|
607
|
-
}];
|
|
608
|
-
readonly name: "VaultHasUnsettledObligations";
|
|
609
|
-
readonly type: "error";
|
|
610
642
|
}, {
|
|
611
643
|
readonly inputs: readonly [{
|
|
612
644
|
readonly internalType: "address";
|
|
@@ -659,6 +691,14 @@ export declare const VaultHubAbi: readonly [{
|
|
|
659
691
|
}];
|
|
660
692
|
readonly name: "VaultMintingCapacityExceeded";
|
|
661
693
|
readonly type: "error";
|
|
694
|
+
}, {
|
|
695
|
+
readonly inputs: readonly [{
|
|
696
|
+
readonly internalType: "address";
|
|
697
|
+
readonly name: "vault";
|
|
698
|
+
readonly type: "address";
|
|
699
|
+
}];
|
|
700
|
+
readonly name: "VaultNotFactoryDeployed";
|
|
701
|
+
readonly type: "error";
|
|
662
702
|
}, {
|
|
663
703
|
readonly inputs: readonly [{
|
|
664
704
|
readonly internalType: "address";
|
|
@@ -685,15 +725,35 @@ export declare const VaultHubAbi: readonly [{
|
|
|
685
725
|
readonly type: "error";
|
|
686
726
|
}, {
|
|
687
727
|
readonly inputs: readonly [];
|
|
688
|
-
readonly name: "
|
|
728
|
+
readonly name: "ZeroPauseDuration";
|
|
689
729
|
readonly type: "error";
|
|
690
730
|
}, {
|
|
691
731
|
readonly inputs: readonly [];
|
|
692
|
-
readonly name: "
|
|
732
|
+
readonly name: "AccessControlBadConfirmation";
|
|
733
|
+
readonly type: "error";
|
|
734
|
+
}, {
|
|
735
|
+
readonly inputs: readonly [{
|
|
736
|
+
readonly internalType: "address";
|
|
737
|
+
readonly name: "account";
|
|
738
|
+
readonly type: "address";
|
|
739
|
+
}, {
|
|
740
|
+
readonly internalType: "bytes32";
|
|
741
|
+
readonly name: "neededRole";
|
|
742
|
+
readonly type: "bytes32";
|
|
743
|
+
}];
|
|
744
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
693
745
|
readonly type: "error";
|
|
694
746
|
}, {
|
|
695
747
|
readonly inputs: readonly [];
|
|
696
|
-
readonly name: "
|
|
748
|
+
readonly name: "ConfirmExpiryOutOfBounds";
|
|
749
|
+
readonly type: "error";
|
|
750
|
+
}, {
|
|
751
|
+
readonly inputs: readonly [];
|
|
752
|
+
readonly name: "SenderNotMember";
|
|
753
|
+
readonly type: "error";
|
|
754
|
+
}, {
|
|
755
|
+
readonly inputs: readonly [];
|
|
756
|
+
readonly name: "ZeroConfirmingRoles";
|
|
697
757
|
readonly type: "error";
|
|
698
758
|
}, {
|
|
699
759
|
readonly inputs: readonly [];
|
|
@@ -711,6 +771,10 @@ export declare const VaultHubAbi: readonly [{
|
|
|
711
771
|
readonly inputs: readonly [];
|
|
712
772
|
readonly name: "BeaconChainDepositsOnPause";
|
|
713
773
|
readonly type: "error";
|
|
774
|
+
}, {
|
|
775
|
+
readonly inputs: readonly [];
|
|
776
|
+
readonly name: "EthCollectionNotAllowed";
|
|
777
|
+
readonly type: "error";
|
|
714
778
|
}, {
|
|
715
779
|
readonly inputs: readonly [{
|
|
716
780
|
readonly internalType: "uint256";
|
|
@@ -723,6 +787,18 @@ export declare const VaultHubAbi: readonly [{
|
|
|
723
787
|
}];
|
|
724
788
|
readonly name: "InsufficientBalance";
|
|
725
789
|
readonly type: "error";
|
|
790
|
+
}, {
|
|
791
|
+
readonly inputs: readonly [{
|
|
792
|
+
readonly internalType: "uint256";
|
|
793
|
+
readonly name: "_staged";
|
|
794
|
+
readonly type: "uint256";
|
|
795
|
+
}, {
|
|
796
|
+
readonly internalType: "uint256";
|
|
797
|
+
readonly name: "_requested";
|
|
798
|
+
readonly type: "uint256";
|
|
799
|
+
}];
|
|
800
|
+
readonly name: "InsufficientStaged";
|
|
801
|
+
readonly type: "error";
|
|
726
802
|
}, {
|
|
727
803
|
readonly inputs: readonly [{
|
|
728
804
|
readonly internalType: "uint256";
|
|
@@ -789,7 +865,15 @@ export declare const VaultHubAbi: readonly [{
|
|
|
789
865
|
readonly type: "error";
|
|
790
866
|
}, {
|
|
791
867
|
readonly inputs: readonly [];
|
|
792
|
-
readonly name: "
|
|
868
|
+
readonly name: "RenouncementNotAllowed";
|
|
869
|
+
readonly type: "error";
|
|
870
|
+
}, {
|
|
871
|
+
readonly inputs: readonly [{
|
|
872
|
+
readonly internalType: "address";
|
|
873
|
+
readonly name: "token";
|
|
874
|
+
readonly type: "address";
|
|
875
|
+
}];
|
|
876
|
+
readonly name: "SafeERC20FailedOperation";
|
|
793
877
|
readonly type: "error";
|
|
794
878
|
}, {
|
|
795
879
|
readonly inputs: readonly [];
|
|
@@ -811,10 +895,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
811
895
|
}];
|
|
812
896
|
readonly name: "TransferFailed";
|
|
813
897
|
readonly type: "error";
|
|
814
|
-
}, {
|
|
815
|
-
readonly inputs: readonly [];
|
|
816
|
-
readonly name: "VaultOssified";
|
|
817
|
-
readonly type: "error";
|
|
818
898
|
}, {
|
|
819
899
|
readonly inputs: readonly [];
|
|
820
900
|
readonly name: "WithdrawalFeeInvalidData";
|
|
@@ -859,21 +939,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
859
939
|
}];
|
|
860
940
|
readonly stateMutability: "nonpayable";
|
|
861
941
|
readonly type: "constructor";
|
|
862
|
-
}, {
|
|
863
|
-
readonly anonymous: false;
|
|
864
|
-
readonly inputs: readonly [{
|
|
865
|
-
readonly indexed: true;
|
|
866
|
-
readonly internalType: "bytes32";
|
|
867
|
-
readonly name: "codehash";
|
|
868
|
-
readonly type: "bytes32";
|
|
869
|
-
}, {
|
|
870
|
-
readonly indexed: false;
|
|
871
|
-
readonly internalType: "bool";
|
|
872
|
-
readonly name: "allowed";
|
|
873
|
-
readonly type: "bool";
|
|
874
|
-
}];
|
|
875
|
-
readonly name: "AllowedCodehashUpdated";
|
|
876
|
-
readonly type: "event";
|
|
877
942
|
}, {
|
|
878
943
|
readonly anonymous: false;
|
|
879
944
|
readonly inputs: readonly [{
|
|
@@ -909,6 +974,21 @@ export declare const VaultHubAbi: readonly [{
|
|
|
909
974
|
}];
|
|
910
975
|
readonly name: "BadDebtWrittenOffToBeInternalized";
|
|
911
976
|
readonly type: "event";
|
|
977
|
+
}, {
|
|
978
|
+
readonly anonymous: false;
|
|
979
|
+
readonly inputs: readonly [{
|
|
980
|
+
readonly indexed: true;
|
|
981
|
+
readonly internalType: "address";
|
|
982
|
+
readonly name: "vault";
|
|
983
|
+
readonly type: "address";
|
|
984
|
+
}, {
|
|
985
|
+
readonly indexed: false;
|
|
986
|
+
readonly internalType: "bool";
|
|
987
|
+
readonly name: "pauseIntent";
|
|
988
|
+
readonly type: "bool";
|
|
989
|
+
}];
|
|
990
|
+
readonly name: "BeaconChainDepositsPauseIntentSet";
|
|
991
|
+
readonly type: "event";
|
|
912
992
|
}, {
|
|
913
993
|
readonly anonymous: false;
|
|
914
994
|
readonly inputs: readonly [{
|
|
@@ -964,7 +1044,12 @@ export declare const VaultHubAbi: readonly [{
|
|
|
964
1044
|
}, {
|
|
965
1045
|
readonly indexed: false;
|
|
966
1046
|
readonly internalType: "uint256";
|
|
967
|
-
readonly name: "
|
|
1047
|
+
readonly name: "transferred";
|
|
1048
|
+
readonly type: "uint256";
|
|
1049
|
+
}, {
|
|
1050
|
+
readonly indexed: false;
|
|
1051
|
+
readonly internalType: "uint256";
|
|
1052
|
+
readonly name: "cumulativeLidoFees";
|
|
968
1053
|
readonly type: "uint256";
|
|
969
1054
|
}, {
|
|
970
1055
|
readonly indexed: false;
|
|
@@ -972,7 +1057,7 @@ export declare const VaultHubAbi: readonly [{
|
|
|
972
1057
|
readonly name: "settledLidoFees";
|
|
973
1058
|
readonly type: "uint256";
|
|
974
1059
|
}];
|
|
975
|
-
readonly name: "
|
|
1060
|
+
readonly name: "LidoFeesSettled";
|
|
976
1061
|
readonly type: "event";
|
|
977
1062
|
}, {
|
|
978
1063
|
readonly anonymous: false;
|
|
@@ -1004,36 +1089,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1004
1089
|
}];
|
|
1005
1090
|
readonly name: "Paused";
|
|
1006
1091
|
readonly type: "event";
|
|
1007
|
-
}, {
|
|
1008
|
-
readonly anonymous: false;
|
|
1009
|
-
readonly inputs: readonly [{
|
|
1010
|
-
readonly indexed: true;
|
|
1011
|
-
readonly internalType: "address";
|
|
1012
|
-
readonly name: "vault";
|
|
1013
|
-
readonly type: "address";
|
|
1014
|
-
}, {
|
|
1015
|
-
readonly indexed: false;
|
|
1016
|
-
readonly internalType: "uint256";
|
|
1017
|
-
readonly name: "redemptionsValue";
|
|
1018
|
-
readonly type: "uint256";
|
|
1019
|
-
}];
|
|
1020
|
-
readonly name: "RedemptionsNotSet";
|
|
1021
|
-
readonly type: "event";
|
|
1022
|
-
}, {
|
|
1023
|
-
readonly anonymous: false;
|
|
1024
|
-
readonly inputs: readonly [{
|
|
1025
|
-
readonly indexed: true;
|
|
1026
|
-
readonly internalType: "address";
|
|
1027
|
-
readonly name: "vault";
|
|
1028
|
-
readonly type: "address";
|
|
1029
|
-
}, {
|
|
1030
|
-
readonly indexed: false;
|
|
1031
|
-
readonly internalType: "uint256";
|
|
1032
|
-
readonly name: "unsettledRedemptions";
|
|
1033
|
-
readonly type: "uint256";
|
|
1034
|
-
}];
|
|
1035
|
-
readonly name: "RedemptionsUpdated";
|
|
1036
|
-
readonly type: "event";
|
|
1037
1092
|
}, {
|
|
1038
1093
|
readonly anonymous: false;
|
|
1039
1094
|
readonly inputs: readonly [];
|
|
@@ -1146,6 +1201,11 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1146
1201
|
readonly internalType: "address";
|
|
1147
1202
|
readonly name: "vault";
|
|
1148
1203
|
readonly type: "address";
|
|
1204
|
+
}, {
|
|
1205
|
+
readonly indexed: true;
|
|
1206
|
+
readonly internalType: "address";
|
|
1207
|
+
readonly name: "nodeOperator";
|
|
1208
|
+
readonly type: "address";
|
|
1149
1209
|
}, {
|
|
1150
1210
|
readonly indexed: false;
|
|
1151
1211
|
readonly internalType: "uint256";
|
|
@@ -1161,21 +1221,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1161
1221
|
readonly internalType: "uint256";
|
|
1162
1222
|
readonly name: "forcedRebalanceThresholdBP";
|
|
1163
1223
|
readonly type: "uint256";
|
|
1164
|
-
}, {
|
|
1165
|
-
readonly indexed: false;
|
|
1166
|
-
readonly internalType: "uint256";
|
|
1167
|
-
readonly name: "infraFeeBP";
|
|
1168
|
-
readonly type: "uint256";
|
|
1169
|
-
}, {
|
|
1170
|
-
readonly indexed: false;
|
|
1171
|
-
readonly internalType: "uint256";
|
|
1172
|
-
readonly name: "liquidityFeeBP";
|
|
1173
|
-
readonly type: "uint256";
|
|
1174
|
-
}, {
|
|
1175
|
-
readonly indexed: false;
|
|
1176
|
-
readonly internalType: "uint256";
|
|
1177
|
-
readonly name: "reservationFeeBP";
|
|
1178
|
-
readonly type: "uint256";
|
|
1179
1224
|
}];
|
|
1180
1225
|
readonly name: "VaultConnectionUpdated";
|
|
1181
1226
|
readonly type: "event";
|
|
@@ -1251,58 +1296,23 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1251
1296
|
readonly internalType: "uint256";
|
|
1252
1297
|
readonly name: "reservationFeeBP";
|
|
1253
1298
|
readonly type: "uint256";
|
|
1254
|
-
}];
|
|
1255
|
-
readonly name: "VaultFeesUpdated";
|
|
1256
|
-
readonly type: "event";
|
|
1257
|
-
}, {
|
|
1258
|
-
readonly anonymous: false;
|
|
1259
|
-
readonly inputs: readonly [{
|
|
1260
|
-
readonly indexed: true;
|
|
1261
|
-
readonly internalType: "address";
|
|
1262
|
-
readonly name: "vault";
|
|
1263
|
-
readonly type: "address";
|
|
1264
|
-
}, {
|
|
1265
|
-
readonly indexed: false;
|
|
1266
|
-
readonly internalType: "int112";
|
|
1267
|
-
readonly name: "inOutDelta";
|
|
1268
|
-
readonly type: "int112";
|
|
1269
|
-
}];
|
|
1270
|
-
readonly name: "VaultInOutDeltaUpdated";
|
|
1271
|
-
readonly type: "event";
|
|
1272
|
-
}, {
|
|
1273
|
-
readonly anonymous: false;
|
|
1274
|
-
readonly inputs: readonly [{
|
|
1275
|
-
readonly indexed: true;
|
|
1276
|
-
readonly internalType: "address";
|
|
1277
|
-
readonly name: "vault";
|
|
1278
|
-
readonly type: "address";
|
|
1279
|
-
}, {
|
|
1280
|
-
readonly indexed: false;
|
|
1281
|
-
readonly internalType: "uint256";
|
|
1282
|
-
readonly name: "rebalanced";
|
|
1283
|
-
readonly type: "uint256";
|
|
1284
|
-
}, {
|
|
1285
|
-
readonly indexed: false;
|
|
1286
|
-
readonly internalType: "uint256";
|
|
1287
|
-
readonly name: "transferredToLido";
|
|
1288
|
-
readonly type: "uint256";
|
|
1289
|
-
}, {
|
|
1290
|
-
readonly indexed: false;
|
|
1291
|
-
readonly internalType: "uint256";
|
|
1292
|
-
readonly name: "unsettledRedemptions";
|
|
1293
|
-
readonly type: "uint256";
|
|
1294
|
-
}, {
|
|
1295
|
-
readonly indexed: false;
|
|
1296
|
-
readonly internalType: "uint256";
|
|
1297
|
-
readonly name: "unsettledLidoFees";
|
|
1298
|
-
readonly type: "uint256";
|
|
1299
|
+
}];
|
|
1300
|
+
readonly name: "VaultFeesUpdated";
|
|
1301
|
+
readonly type: "event";
|
|
1302
|
+
}, {
|
|
1303
|
+
readonly anonymous: false;
|
|
1304
|
+
readonly inputs: readonly [{
|
|
1305
|
+
readonly indexed: true;
|
|
1306
|
+
readonly internalType: "address";
|
|
1307
|
+
readonly name: "vault";
|
|
1308
|
+
readonly type: "address";
|
|
1299
1309
|
}, {
|
|
1300
1310
|
readonly indexed: false;
|
|
1301
|
-
readonly internalType: "
|
|
1302
|
-
readonly name: "
|
|
1303
|
-
readonly type: "
|
|
1311
|
+
readonly internalType: "int256";
|
|
1312
|
+
readonly name: "inOutDelta";
|
|
1313
|
+
readonly type: "int256";
|
|
1304
1314
|
}];
|
|
1305
|
-
readonly name: "
|
|
1315
|
+
readonly name: "VaultInOutDeltaUpdated";
|
|
1306
1316
|
readonly type: "event";
|
|
1307
1317
|
}, {
|
|
1308
1318
|
readonly anonymous: false;
|
|
@@ -1344,6 +1354,21 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1344
1354
|
}];
|
|
1345
1355
|
readonly name: "VaultRebalanced";
|
|
1346
1356
|
readonly type: "event";
|
|
1357
|
+
}, {
|
|
1358
|
+
readonly anonymous: false;
|
|
1359
|
+
readonly inputs: readonly [{
|
|
1360
|
+
readonly indexed: true;
|
|
1361
|
+
readonly internalType: "address";
|
|
1362
|
+
readonly name: "vault";
|
|
1363
|
+
readonly type: "address";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly indexed: false;
|
|
1366
|
+
readonly internalType: "uint256";
|
|
1367
|
+
readonly name: "redemptionShares";
|
|
1368
|
+
readonly type: "uint256";
|
|
1369
|
+
}];
|
|
1370
|
+
readonly name: "VaultRedemptionSharesUpdated";
|
|
1371
|
+
readonly type: "event";
|
|
1347
1372
|
}, {
|
|
1348
1373
|
readonly anonymous: false;
|
|
1349
1374
|
readonly inputs: readonly [{
|
|
@@ -1379,25 +1404,15 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1379
1404
|
}, {
|
|
1380
1405
|
readonly indexed: false;
|
|
1381
1406
|
readonly internalType: "uint256";
|
|
1382
|
-
readonly name: "
|
|
1407
|
+
readonly name: "reportMaxLiabilityShares";
|
|
1383
1408
|
readonly type: "uint256";
|
|
1384
|
-
}];
|
|
1385
|
-
readonly name: "VaultReportApplied";
|
|
1386
|
-
readonly type: "event";
|
|
1387
|
-
}, {
|
|
1388
|
-
readonly anonymous: false;
|
|
1389
|
-
readonly inputs: readonly [{
|
|
1390
|
-
readonly indexed: true;
|
|
1391
|
-
readonly internalType: "address";
|
|
1392
|
-
readonly name: "vault";
|
|
1393
|
-
readonly type: "address";
|
|
1394
1409
|
}, {
|
|
1395
1410
|
readonly indexed: false;
|
|
1396
1411
|
readonly internalType: "uint256";
|
|
1397
|
-
readonly name: "
|
|
1412
|
+
readonly name: "reportSlashingReserve";
|
|
1398
1413
|
readonly type: "uint256";
|
|
1399
1414
|
}];
|
|
1400
|
-
readonly name: "
|
|
1415
|
+
readonly name: "VaultReportApplied";
|
|
1401
1416
|
readonly type: "event";
|
|
1402
1417
|
}, {
|
|
1403
1418
|
readonly inputs: readonly [];
|
|
@@ -1529,16 +1544,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1529
1544
|
}];
|
|
1530
1545
|
readonly stateMutability: "view";
|
|
1531
1546
|
readonly type: "function";
|
|
1532
|
-
}, {
|
|
1533
|
-
readonly inputs: readonly [];
|
|
1534
|
-
readonly name: "VAULT_CODEHASH_SET_ROLE";
|
|
1535
|
-
readonly outputs: readonly [{
|
|
1536
|
-
readonly internalType: "bytes32";
|
|
1537
|
-
readonly name: "";
|
|
1538
|
-
readonly type: "bytes32";
|
|
1539
|
-
}];
|
|
1540
|
-
readonly stateMutability: "view";
|
|
1541
|
-
readonly type: "function";
|
|
1542
1547
|
}, {
|
|
1543
1548
|
readonly inputs: readonly [];
|
|
1544
1549
|
readonly name: "VAULT_MASTER_ROLE";
|
|
@@ -1574,6 +1579,10 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1574
1579
|
readonly internalType: "uint256";
|
|
1575
1580
|
readonly name: "_reportLiabilityShares";
|
|
1576
1581
|
readonly type: "uint256";
|
|
1582
|
+
}, {
|
|
1583
|
+
readonly internalType: "uint256";
|
|
1584
|
+
readonly name: "_reportMaxLiabilityShares";
|
|
1585
|
+
readonly type: "uint256";
|
|
1577
1586
|
}, {
|
|
1578
1587
|
readonly internalType: "uint256";
|
|
1579
1588
|
readonly name: "_reportSlashingReserve";
|
|
@@ -1585,7 +1594,17 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1585
1594
|
readonly type: "function";
|
|
1586
1595
|
}, {
|
|
1587
1596
|
readonly inputs: readonly [];
|
|
1588
|
-
readonly name: "
|
|
1597
|
+
readonly name: "badDebtToInternalize";
|
|
1598
|
+
readonly outputs: readonly [{
|
|
1599
|
+
readonly internalType: "uint256";
|
|
1600
|
+
readonly name: "";
|
|
1601
|
+
readonly type: "uint256";
|
|
1602
|
+
}];
|
|
1603
|
+
readonly stateMutability: "view";
|
|
1604
|
+
readonly type: "function";
|
|
1605
|
+
}, {
|
|
1606
|
+
readonly inputs: readonly [];
|
|
1607
|
+
readonly name: "badDebtToInternalizeForLastRefSlot";
|
|
1589
1608
|
readonly outputs: readonly [{
|
|
1590
1609
|
readonly internalType: "uint256";
|
|
1591
1610
|
readonly name: "";
|
|
@@ -1613,20 +1632,20 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1613
1632
|
readonly name: "_vault";
|
|
1614
1633
|
readonly type: "address";
|
|
1615
1634
|
}, {
|
|
1616
|
-
readonly internalType: "
|
|
1617
|
-
readonly name: "
|
|
1618
|
-
readonly type: "
|
|
1635
|
+
readonly internalType: "address";
|
|
1636
|
+
readonly name: "_token";
|
|
1637
|
+
readonly type: "address";
|
|
1619
1638
|
}, {
|
|
1620
1639
|
readonly internalType: "address";
|
|
1621
1640
|
readonly name: "_recipient";
|
|
1622
1641
|
readonly type: "address";
|
|
1623
|
-
}
|
|
1624
|
-
readonly name: "compensateDisprovenPredepositFromPDG";
|
|
1625
|
-
readonly outputs: readonly [{
|
|
1642
|
+
}, {
|
|
1626
1643
|
readonly internalType: "uint256";
|
|
1627
|
-
readonly name: "";
|
|
1644
|
+
readonly name: "_amount";
|
|
1628
1645
|
readonly type: "uint256";
|
|
1629
1646
|
}];
|
|
1647
|
+
readonly name: "collectERC20FromVault";
|
|
1648
|
+
readonly outputs: readonly [];
|
|
1630
1649
|
readonly stateMutability: "nonpayable";
|
|
1631
1650
|
readonly type: "function";
|
|
1632
1651
|
}, {
|
|
@@ -1805,11 +1824,11 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1805
1824
|
readonly name: "_vault";
|
|
1806
1825
|
readonly type: "address";
|
|
1807
1826
|
}];
|
|
1808
|
-
readonly name: "
|
|
1827
|
+
readonly name: "healthShortfallShares";
|
|
1809
1828
|
readonly outputs: readonly [{
|
|
1810
|
-
readonly internalType: "
|
|
1829
|
+
readonly internalType: "uint256";
|
|
1811
1830
|
readonly name: "";
|
|
1812
|
-
readonly type: "
|
|
1831
|
+
readonly type: "uint256";
|
|
1813
1832
|
}];
|
|
1814
1833
|
readonly stateMutability: "view";
|
|
1815
1834
|
readonly type: "function";
|
|
@@ -1834,7 +1853,11 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1834
1853
|
readonly type: "uint256";
|
|
1835
1854
|
}];
|
|
1836
1855
|
readonly name: "internalizeBadDebt";
|
|
1837
|
-
readonly outputs: readonly [
|
|
1856
|
+
readonly outputs: readonly [{
|
|
1857
|
+
readonly internalType: "uint256";
|
|
1858
|
+
readonly name: "";
|
|
1859
|
+
readonly type: "uint256";
|
|
1860
|
+
}];
|
|
1838
1861
|
readonly stateMutability: "nonpayable";
|
|
1839
1862
|
readonly type: "function";
|
|
1840
1863
|
}, {
|
|
@@ -1847,6 +1870,20 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1847
1870
|
}];
|
|
1848
1871
|
readonly stateMutability: "view";
|
|
1849
1872
|
readonly type: "function";
|
|
1873
|
+
}, {
|
|
1874
|
+
readonly inputs: readonly [{
|
|
1875
|
+
readonly internalType: "address";
|
|
1876
|
+
readonly name: "_vault";
|
|
1877
|
+
readonly type: "address";
|
|
1878
|
+
}];
|
|
1879
|
+
readonly name: "isPendingDisconnect";
|
|
1880
|
+
readonly outputs: readonly [{
|
|
1881
|
+
readonly internalType: "bool";
|
|
1882
|
+
readonly name: "";
|
|
1883
|
+
readonly type: "bool";
|
|
1884
|
+
}];
|
|
1885
|
+
readonly stateMutability: "view";
|
|
1886
|
+
readonly type: "function";
|
|
1850
1887
|
}, {
|
|
1851
1888
|
readonly inputs: readonly [{
|
|
1852
1889
|
readonly internalType: "address";
|
|
@@ -1898,17 +1935,17 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1898
1935
|
readonly name: "latestReport";
|
|
1899
1936
|
readonly outputs: readonly [{
|
|
1900
1937
|
readonly components: readonly [{
|
|
1901
|
-
readonly internalType: "
|
|
1938
|
+
readonly internalType: "uint104";
|
|
1902
1939
|
readonly name: "totalValue";
|
|
1903
|
-
readonly type: "
|
|
1940
|
+
readonly type: "uint104";
|
|
1904
1941
|
}, {
|
|
1905
|
-
readonly internalType: "
|
|
1942
|
+
readonly internalType: "int104";
|
|
1906
1943
|
readonly name: "inOutDelta";
|
|
1907
|
-
readonly type: "
|
|
1944
|
+
readonly type: "int104";
|
|
1908
1945
|
}, {
|
|
1909
|
-
readonly internalType: "
|
|
1946
|
+
readonly internalType: "uint48";
|
|
1910
1947
|
readonly name: "timestamp";
|
|
1911
|
-
readonly type: "
|
|
1948
|
+
readonly type: "uint48";
|
|
1912
1949
|
}];
|
|
1913
1950
|
readonly internalType: "struct VaultHub.Report";
|
|
1914
1951
|
readonly name: "";
|
|
@@ -1976,6 +2013,38 @@ export declare const VaultHubAbi: readonly [{
|
|
|
1976
2013
|
readonly outputs: readonly [];
|
|
1977
2014
|
readonly stateMutability: "nonpayable";
|
|
1978
2015
|
readonly type: "function";
|
|
2016
|
+
}, {
|
|
2017
|
+
readonly inputs: readonly [{
|
|
2018
|
+
readonly internalType: "address";
|
|
2019
|
+
readonly name: "_vault";
|
|
2020
|
+
readonly type: "address";
|
|
2021
|
+
}];
|
|
2022
|
+
readonly name: "obligations";
|
|
2023
|
+
readonly outputs: readonly [{
|
|
2024
|
+
readonly internalType: "uint256";
|
|
2025
|
+
readonly name: "sharesToBurn";
|
|
2026
|
+
readonly type: "uint256";
|
|
2027
|
+
}, {
|
|
2028
|
+
readonly internalType: "uint256";
|
|
2029
|
+
readonly name: "feesToSettle";
|
|
2030
|
+
readonly type: "uint256";
|
|
2031
|
+
}];
|
|
2032
|
+
readonly stateMutability: "view";
|
|
2033
|
+
readonly type: "function";
|
|
2034
|
+
}, {
|
|
2035
|
+
readonly inputs: readonly [{
|
|
2036
|
+
readonly internalType: "address";
|
|
2037
|
+
readonly name: "_vault";
|
|
2038
|
+
readonly type: "address";
|
|
2039
|
+
}];
|
|
2040
|
+
readonly name: "obligationsShortfallValue";
|
|
2041
|
+
readonly outputs: readonly [{
|
|
2042
|
+
readonly internalType: "uint256";
|
|
2043
|
+
readonly name: "";
|
|
2044
|
+
readonly type: "uint256";
|
|
2045
|
+
}];
|
|
2046
|
+
readonly stateMutability: "view";
|
|
2047
|
+
readonly type: "function";
|
|
1979
2048
|
}, {
|
|
1980
2049
|
readonly inputs: readonly [{
|
|
1981
2050
|
readonly internalType: "address";
|
|
@@ -2059,20 +2128,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2059
2128
|
readonly outputs: readonly [];
|
|
2060
2129
|
readonly stateMutability: "nonpayable";
|
|
2061
2130
|
readonly type: "function";
|
|
2062
|
-
}, {
|
|
2063
|
-
readonly inputs: readonly [{
|
|
2064
|
-
readonly internalType: "address";
|
|
2065
|
-
readonly name: "_vault";
|
|
2066
|
-
readonly type: "address";
|
|
2067
|
-
}];
|
|
2068
|
-
readonly name: "rebalanceShortfall";
|
|
2069
|
-
readonly outputs: readonly [{
|
|
2070
|
-
readonly internalType: "uint256";
|
|
2071
|
-
readonly name: "";
|
|
2072
|
-
readonly type: "uint256";
|
|
2073
|
-
}];
|
|
2074
|
-
readonly stateMutability: "view";
|
|
2075
|
-
readonly type: "function";
|
|
2076
2131
|
}, {
|
|
2077
2132
|
readonly inputs: readonly [{
|
|
2078
2133
|
readonly internalType: "bytes32";
|
|
@@ -2133,15 +2188,15 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2133
2188
|
readonly type: "function";
|
|
2134
2189
|
}, {
|
|
2135
2190
|
readonly inputs: readonly [{
|
|
2136
|
-
readonly internalType: "
|
|
2137
|
-
readonly name: "
|
|
2138
|
-
readonly type: "
|
|
2191
|
+
readonly internalType: "address";
|
|
2192
|
+
readonly name: "_vault";
|
|
2193
|
+
readonly type: "address";
|
|
2139
2194
|
}, {
|
|
2140
|
-
readonly internalType: "
|
|
2141
|
-
readonly name: "
|
|
2142
|
-
readonly type: "
|
|
2195
|
+
readonly internalType: "uint256";
|
|
2196
|
+
readonly name: "_liabilitySharesTarget";
|
|
2197
|
+
readonly type: "uint256";
|
|
2143
2198
|
}];
|
|
2144
|
-
readonly name: "
|
|
2199
|
+
readonly name: "setLiabilitySharesTarget";
|
|
2145
2200
|
readonly outputs: readonly [];
|
|
2146
2201
|
readonly stateMutability: "nonpayable";
|
|
2147
2202
|
readonly type: "function";
|
|
@@ -2150,12 +2205,8 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2150
2205
|
readonly internalType: "address";
|
|
2151
2206
|
readonly name: "_vault";
|
|
2152
2207
|
readonly type: "address";
|
|
2153
|
-
}, {
|
|
2154
|
-
readonly internalType: "uint256";
|
|
2155
|
-
readonly name: "_redemptionsValue";
|
|
2156
|
-
readonly type: "uint256";
|
|
2157
2208
|
}];
|
|
2158
|
-
readonly name: "
|
|
2209
|
+
readonly name: "settleLidoFees";
|
|
2159
2210
|
readonly outputs: readonly [];
|
|
2160
2211
|
readonly stateMutability: "nonpayable";
|
|
2161
2212
|
readonly type: "function";
|
|
@@ -2165,9 +2216,13 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2165
2216
|
readonly name: "_vault";
|
|
2166
2217
|
readonly type: "address";
|
|
2167
2218
|
}];
|
|
2168
|
-
readonly name: "
|
|
2169
|
-
readonly outputs: readonly [
|
|
2170
|
-
|
|
2219
|
+
readonly name: "settleableLidoFeesValue";
|
|
2220
|
+
readonly outputs: readonly [{
|
|
2221
|
+
readonly internalType: "uint256";
|
|
2222
|
+
readonly name: "";
|
|
2223
|
+
readonly type: "uint256";
|
|
2224
|
+
}];
|
|
2225
|
+
readonly stateMutability: "view";
|
|
2171
2226
|
readonly type: "function";
|
|
2172
2227
|
}, {
|
|
2173
2228
|
readonly inputs: readonly [{
|
|
@@ -2184,7 +2239,11 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2184
2239
|
readonly type: "uint256";
|
|
2185
2240
|
}];
|
|
2186
2241
|
readonly name: "socializeBadDebt";
|
|
2187
|
-
readonly outputs: readonly [
|
|
2242
|
+
readonly outputs: readonly [{
|
|
2243
|
+
readonly internalType: "uint256";
|
|
2244
|
+
readonly name: "";
|
|
2245
|
+
readonly type: "uint256";
|
|
2246
|
+
}];
|
|
2188
2247
|
readonly stateMutability: "nonpayable";
|
|
2189
2248
|
readonly type: "function";
|
|
2190
2249
|
}, {
|
|
@@ -2201,6 +2260,24 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2201
2260
|
}];
|
|
2202
2261
|
readonly stateMutability: "view";
|
|
2203
2262
|
readonly type: "function";
|
|
2263
|
+
}, {
|
|
2264
|
+
readonly inputs: readonly [{
|
|
2265
|
+
readonly internalType: "address";
|
|
2266
|
+
readonly name: "_vault";
|
|
2267
|
+
readonly type: "address";
|
|
2268
|
+
}, {
|
|
2269
|
+
readonly internalType: "int256";
|
|
2270
|
+
readonly name: "_deltaValue";
|
|
2271
|
+
readonly type: "int256";
|
|
2272
|
+
}];
|
|
2273
|
+
readonly name: "totalMintingCapacityShares";
|
|
2274
|
+
readonly outputs: readonly [{
|
|
2275
|
+
readonly internalType: "uint256";
|
|
2276
|
+
readonly name: "";
|
|
2277
|
+
readonly type: "uint256";
|
|
2278
|
+
}];
|
|
2279
|
+
readonly stateMutability: "view";
|
|
2280
|
+
readonly type: "function";
|
|
2204
2281
|
}, {
|
|
2205
2282
|
readonly inputs: readonly [{
|
|
2206
2283
|
readonly internalType: "address";
|
|
@@ -2254,7 +2331,7 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2254
2331
|
readonly type: "bytes";
|
|
2255
2332
|
}, {
|
|
2256
2333
|
readonly internalType: "uint64[]";
|
|
2257
|
-
readonly name: "
|
|
2334
|
+
readonly name: "_amountsInGwei";
|
|
2258
2335
|
readonly type: "uint64[]";
|
|
2259
2336
|
}, {
|
|
2260
2337
|
readonly internalType: "address";
|
|
@@ -2299,42 +2376,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2299
2376
|
readonly outputs: readonly [];
|
|
2300
2377
|
readonly stateMutability: "nonpayable";
|
|
2301
2378
|
readonly type: "function";
|
|
2302
|
-
}, {
|
|
2303
|
-
readonly inputs: readonly [{
|
|
2304
|
-
readonly internalType: "address";
|
|
2305
|
-
readonly name: "_vault";
|
|
2306
|
-
readonly type: "address";
|
|
2307
|
-
}, {
|
|
2308
|
-
readonly internalType: "uint256";
|
|
2309
|
-
readonly name: "_shareLimit";
|
|
2310
|
-
readonly type: "uint256";
|
|
2311
|
-
}];
|
|
2312
|
-
readonly name: "updateShareLimit";
|
|
2313
|
-
readonly outputs: readonly [];
|
|
2314
|
-
readonly stateMutability: "nonpayable";
|
|
2315
|
-
readonly type: "function";
|
|
2316
|
-
}, {
|
|
2317
|
-
readonly inputs: readonly [{
|
|
2318
|
-
readonly internalType: "address";
|
|
2319
|
-
readonly name: "_vault";
|
|
2320
|
-
readonly type: "address";
|
|
2321
|
-
}, {
|
|
2322
|
-
readonly internalType: "uint256";
|
|
2323
|
-
readonly name: "_infraFeeBP";
|
|
2324
|
-
readonly type: "uint256";
|
|
2325
|
-
}, {
|
|
2326
|
-
readonly internalType: "uint256";
|
|
2327
|
-
readonly name: "_liquidityFeeBP";
|
|
2328
|
-
readonly type: "uint256";
|
|
2329
|
-
}, {
|
|
2330
|
-
readonly internalType: "uint256";
|
|
2331
|
-
readonly name: "_reservationFeeBP";
|
|
2332
|
-
readonly type: "uint256";
|
|
2333
|
-
}];
|
|
2334
|
-
readonly name: "updateVaultFees";
|
|
2335
|
-
readonly outputs: readonly [];
|
|
2336
|
-
readonly stateMutability: "nonpayable";
|
|
2337
|
-
readonly type: "function";
|
|
2338
2379
|
}, {
|
|
2339
2380
|
readonly inputs: readonly [{
|
|
2340
2381
|
readonly internalType: "uint256";
|
|
@@ -2370,9 +2411,9 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2370
2411
|
readonly name: "vaultIndex";
|
|
2371
2412
|
readonly type: "uint96";
|
|
2372
2413
|
}, {
|
|
2373
|
-
readonly internalType: "
|
|
2374
|
-
readonly name: "
|
|
2375
|
-
readonly type: "
|
|
2414
|
+
readonly internalType: "uint48";
|
|
2415
|
+
readonly name: "disconnectInitiatedTs";
|
|
2416
|
+
readonly type: "uint48";
|
|
2376
2417
|
}, {
|
|
2377
2418
|
readonly internalType: "uint16";
|
|
2378
2419
|
readonly name: "reserveRatioBP";
|
|
@@ -2395,7 +2436,7 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2395
2436
|
readonly type: "uint16";
|
|
2396
2437
|
}, {
|
|
2397
2438
|
readonly internalType: "bool";
|
|
2398
|
-
readonly name: "
|
|
2439
|
+
readonly name: "beaconChainDepositsPauseIntent";
|
|
2399
2440
|
readonly type: "bool";
|
|
2400
2441
|
}];
|
|
2401
2442
|
readonly internalType: "struct VaultHub.VaultConnection";
|
|
@@ -2404,33 +2445,6 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2404
2445
|
}];
|
|
2405
2446
|
readonly stateMutability: "view";
|
|
2406
2447
|
readonly type: "function";
|
|
2407
|
-
}, {
|
|
2408
|
-
readonly inputs: readonly [{
|
|
2409
|
-
readonly internalType: "address";
|
|
2410
|
-
readonly name: "_vault";
|
|
2411
|
-
readonly type: "address";
|
|
2412
|
-
}];
|
|
2413
|
-
readonly name: "vaultObligations";
|
|
2414
|
-
readonly outputs: readonly [{
|
|
2415
|
-
readonly components: readonly [{
|
|
2416
|
-
readonly internalType: "uint128";
|
|
2417
|
-
readonly name: "settledLidoFees";
|
|
2418
|
-
readonly type: "uint128";
|
|
2419
|
-
}, {
|
|
2420
|
-
readonly internalType: "uint128";
|
|
2421
|
-
readonly name: "unsettledLidoFees";
|
|
2422
|
-
readonly type: "uint128";
|
|
2423
|
-
}, {
|
|
2424
|
-
readonly internalType: "uint128";
|
|
2425
|
-
readonly name: "redemptions";
|
|
2426
|
-
readonly type: "uint128";
|
|
2427
|
-
}];
|
|
2428
|
-
readonly internalType: "struct VaultHub.VaultObligations";
|
|
2429
|
-
readonly name: "";
|
|
2430
|
-
readonly type: "tuple";
|
|
2431
|
-
}];
|
|
2432
|
-
readonly stateMutability: "view";
|
|
2433
|
-
readonly type: "function";
|
|
2434
2448
|
}, {
|
|
2435
2449
|
readonly inputs: readonly [{
|
|
2436
2450
|
readonly internalType: "address";
|
|
@@ -2441,46 +2455,62 @@ export declare const VaultHubAbi: readonly [{
|
|
|
2441
2455
|
readonly outputs: readonly [{
|
|
2442
2456
|
readonly components: readonly [{
|
|
2443
2457
|
readonly components: readonly [{
|
|
2444
|
-
readonly internalType: "
|
|
2458
|
+
readonly internalType: "uint104";
|
|
2445
2459
|
readonly name: "totalValue";
|
|
2446
|
-
readonly type: "
|
|
2460
|
+
readonly type: "uint104";
|
|
2447
2461
|
}, {
|
|
2448
|
-
readonly internalType: "
|
|
2462
|
+
readonly internalType: "int104";
|
|
2449
2463
|
readonly name: "inOutDelta";
|
|
2450
|
-
readonly type: "
|
|
2464
|
+
readonly type: "int104";
|
|
2451
2465
|
}, {
|
|
2452
|
-
readonly internalType: "
|
|
2466
|
+
readonly internalType: "uint48";
|
|
2453
2467
|
readonly name: "timestamp";
|
|
2454
|
-
readonly type: "
|
|
2468
|
+
readonly type: "uint48";
|
|
2455
2469
|
}];
|
|
2456
2470
|
readonly internalType: "struct VaultHub.Report";
|
|
2457
2471
|
readonly name: "report";
|
|
2458
2472
|
readonly type: "tuple";
|
|
2459
2473
|
}, {
|
|
2460
|
-
readonly internalType: "
|
|
2461
|
-
readonly name: "
|
|
2462
|
-
readonly type: "
|
|
2474
|
+
readonly internalType: "uint96";
|
|
2475
|
+
readonly name: "maxLiabilityShares";
|
|
2476
|
+
readonly type: "uint96";
|
|
2463
2477
|
}, {
|
|
2464
2478
|
readonly internalType: "uint96";
|
|
2465
2479
|
readonly name: "liabilityShares";
|
|
2466
2480
|
readonly type: "uint96";
|
|
2467
2481
|
}, {
|
|
2468
2482
|
readonly components: readonly [{
|
|
2469
|
-
readonly internalType: "
|
|
2483
|
+
readonly internalType: "int104";
|
|
2470
2484
|
readonly name: "value";
|
|
2471
|
-
readonly type: "
|
|
2485
|
+
readonly type: "int104";
|
|
2472
2486
|
}, {
|
|
2473
|
-
readonly internalType: "
|
|
2487
|
+
readonly internalType: "int104";
|
|
2474
2488
|
readonly name: "valueOnRefSlot";
|
|
2475
|
-
readonly type: "
|
|
2489
|
+
readonly type: "int104";
|
|
2476
2490
|
}, {
|
|
2477
|
-
readonly internalType: "
|
|
2491
|
+
readonly internalType: "uint48";
|
|
2478
2492
|
readonly name: "refSlot";
|
|
2479
|
-
readonly type: "
|
|
2493
|
+
readonly type: "uint48";
|
|
2480
2494
|
}];
|
|
2481
|
-
readonly internalType: "struct
|
|
2495
|
+
readonly internalType: "struct DoubleRefSlotCache.Int104WithCache[2]";
|
|
2482
2496
|
readonly name: "inOutDelta";
|
|
2483
|
-
readonly type: "tuple";
|
|
2497
|
+
readonly type: "tuple[2]";
|
|
2498
|
+
}, {
|
|
2499
|
+
readonly internalType: "uint128";
|
|
2500
|
+
readonly name: "minimalReserve";
|
|
2501
|
+
readonly type: "uint128";
|
|
2502
|
+
}, {
|
|
2503
|
+
readonly internalType: "uint128";
|
|
2504
|
+
readonly name: "redemptionShares";
|
|
2505
|
+
readonly type: "uint128";
|
|
2506
|
+
}, {
|
|
2507
|
+
readonly internalType: "uint128";
|
|
2508
|
+
readonly name: "cumulativeLidoFees";
|
|
2509
|
+
readonly type: "uint128";
|
|
2510
|
+
}, {
|
|
2511
|
+
readonly internalType: "uint128";
|
|
2512
|
+
readonly name: "settledLidoFees";
|
|
2513
|
+
readonly type: "uint128";
|
|
2484
2514
|
}];
|
|
2485
2515
|
readonly internalType: "struct VaultHub.VaultRecord";
|
|
2486
2516
|
readonly name: "";
|