@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
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
export declare const PredepositGuaranteeAbi: readonly [{
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly name: "AccessControlBadConfirmation";
|
|
4
|
+
readonly type: "error";
|
|
5
|
+
}, {
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly internalType: "address";
|
|
8
|
+
readonly name: "account";
|
|
9
|
+
readonly type: "address";
|
|
10
|
+
}, {
|
|
11
|
+
readonly internalType: "bytes32";
|
|
12
|
+
readonly name: "neededRole";
|
|
13
|
+
readonly type: "bytes32";
|
|
14
|
+
}];
|
|
15
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
16
|
+
readonly type: "error";
|
|
17
|
+
}, {
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "ConfirmExpiryOutOfBounds";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly inputs: readonly [];
|
|
23
|
+
readonly name: "SenderNotMember";
|
|
24
|
+
readonly type: "error";
|
|
25
|
+
}, {
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly name: "ZeroConfirmingRoles";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
2
30
|
readonly inputs: readonly [];
|
|
3
31
|
readonly name: "AlreadyOssified";
|
|
4
32
|
readonly type: "error";
|
|
@@ -14,6 +42,10 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
14
42
|
readonly inputs: readonly [];
|
|
15
43
|
readonly name: "BeaconChainDepositsOnPause";
|
|
16
44
|
readonly type: "error";
|
|
45
|
+
}, {
|
|
46
|
+
readonly inputs: readonly [];
|
|
47
|
+
readonly name: "EthCollectionNotAllowed";
|
|
48
|
+
readonly type: "error";
|
|
17
49
|
}, {
|
|
18
50
|
readonly inputs: readonly [{
|
|
19
51
|
readonly internalType: "uint256";
|
|
@@ -26,6 +58,18 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
26
58
|
}];
|
|
27
59
|
readonly name: "InsufficientBalance";
|
|
28
60
|
readonly type: "error";
|
|
61
|
+
}, {
|
|
62
|
+
readonly inputs: readonly [{
|
|
63
|
+
readonly internalType: "uint256";
|
|
64
|
+
readonly name: "_staged";
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
}, {
|
|
67
|
+
readonly internalType: "uint256";
|
|
68
|
+
readonly name: "_requested";
|
|
69
|
+
readonly type: "uint256";
|
|
70
|
+
}];
|
|
71
|
+
readonly name: "InsufficientStaged";
|
|
72
|
+
readonly type: "error";
|
|
29
73
|
}, {
|
|
30
74
|
readonly inputs: readonly [{
|
|
31
75
|
readonly internalType: "uint256";
|
|
@@ -92,7 +136,15 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
92
136
|
readonly type: "error";
|
|
93
137
|
}, {
|
|
94
138
|
readonly inputs: readonly [];
|
|
95
|
-
readonly name: "
|
|
139
|
+
readonly name: "RenouncementNotAllowed";
|
|
140
|
+
readonly type: "error";
|
|
141
|
+
}, {
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly internalType: "address";
|
|
144
|
+
readonly name: "token";
|
|
145
|
+
readonly type: "address";
|
|
146
|
+
}];
|
|
147
|
+
readonly name: "SafeERC20FailedOperation";
|
|
96
148
|
readonly type: "error";
|
|
97
149
|
}, {
|
|
98
150
|
readonly inputs: readonly [];
|
|
@@ -114,10 +166,6 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
114
166
|
}];
|
|
115
167
|
readonly name: "TransferFailed";
|
|
116
168
|
readonly type: "error";
|
|
117
|
-
}, {
|
|
118
|
-
readonly inputs: readonly [];
|
|
119
|
-
readonly name: "VaultOssified";
|
|
120
|
-
readonly type: "error";
|
|
121
169
|
}, {
|
|
122
170
|
readonly inputs: readonly [];
|
|
123
171
|
readonly name: "WithdrawalFeeInvalidData";
|
|
@@ -157,7 +205,7 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
157
205
|
readonly type: "bytes32";
|
|
158
206
|
}, {
|
|
159
207
|
readonly internalType: "uint64";
|
|
160
|
-
readonly name: "
|
|
208
|
+
readonly name: "_pivotSlot";
|
|
161
209
|
readonly type: "uint64";
|
|
162
210
|
}];
|
|
163
211
|
readonly stateMutability: "nonpayable";
|
|
@@ -180,35 +228,11 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
180
228
|
readonly type: "error";
|
|
181
229
|
}, {
|
|
182
230
|
readonly inputs: readonly [];
|
|
183
|
-
readonly name: "
|
|
231
|
+
readonly name: "ArrayLengthsNotMatch";
|
|
184
232
|
readonly type: "error";
|
|
185
233
|
}, {
|
|
186
234
|
readonly inputs: readonly [];
|
|
187
|
-
readonly name: "
|
|
188
|
-
readonly type: "error";
|
|
189
|
-
}, {
|
|
190
|
-
readonly inputs: readonly [{
|
|
191
|
-
readonly internalType: "bytes";
|
|
192
|
-
readonly name: "validatorPubkey";
|
|
193
|
-
readonly type: "bytes";
|
|
194
|
-
}, {
|
|
195
|
-
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
196
|
-
readonly name: "stage";
|
|
197
|
-
readonly type: "uint8";
|
|
198
|
-
}];
|
|
199
|
-
readonly name: "DepositToUnprovenValidator";
|
|
200
|
-
readonly type: "error";
|
|
201
|
-
}, {
|
|
202
|
-
readonly inputs: readonly [{
|
|
203
|
-
readonly internalType: "bytes";
|
|
204
|
-
readonly name: "validatorPubkey";
|
|
205
|
-
readonly type: "bytes";
|
|
206
|
-
}, {
|
|
207
|
-
readonly internalType: "address";
|
|
208
|
-
readonly name: "stakingVault";
|
|
209
|
-
readonly type: "address";
|
|
210
|
-
}];
|
|
211
|
-
readonly name: "DepositToWrongVault";
|
|
235
|
+
readonly name: "CompensateFailed";
|
|
212
236
|
readonly type: "error";
|
|
213
237
|
}, {
|
|
214
238
|
readonly inputs: readonly [];
|
|
@@ -222,6 +246,10 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
222
246
|
readonly inputs: readonly [];
|
|
223
247
|
readonly name: "InputHasInfinityPoints";
|
|
224
248
|
readonly type: "error";
|
|
249
|
+
}, {
|
|
250
|
+
readonly inputs: readonly [];
|
|
251
|
+
readonly name: "InvalidDepositYLength";
|
|
252
|
+
readonly type: "error";
|
|
225
253
|
}, {
|
|
226
254
|
readonly inputs: readonly [];
|
|
227
255
|
readonly name: "InvalidInitialization";
|
|
@@ -239,8 +267,24 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
239
267
|
readonly name: "InvalidSlot";
|
|
240
268
|
readonly type: "error";
|
|
241
269
|
}, {
|
|
242
|
-
readonly inputs: readonly [
|
|
243
|
-
|
|
270
|
+
readonly inputs: readonly [{
|
|
271
|
+
readonly internalType: "uint256";
|
|
272
|
+
readonly name: "amount";
|
|
273
|
+
readonly type: "uint256";
|
|
274
|
+
}];
|
|
275
|
+
readonly name: "InvalidTopUpAmount";
|
|
276
|
+
readonly type: "error";
|
|
277
|
+
}, {
|
|
278
|
+
readonly inputs: readonly [{
|
|
279
|
+
readonly internalType: "bytes";
|
|
280
|
+
readonly name: "validatorPubkey";
|
|
281
|
+
readonly type: "bytes";
|
|
282
|
+
}, {
|
|
283
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
284
|
+
readonly name: "stage";
|
|
285
|
+
readonly type: "uint8";
|
|
286
|
+
}];
|
|
287
|
+
readonly name: "InvalidValidatorStage";
|
|
244
288
|
readonly type: "error";
|
|
245
289
|
}, {
|
|
246
290
|
readonly inputs: readonly [{
|
|
@@ -324,11 +368,23 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
324
368
|
readonly type: "error";
|
|
325
369
|
}, {
|
|
326
370
|
readonly inputs: readonly [{
|
|
327
|
-
readonly internalType: "
|
|
371
|
+
readonly internalType: "bytes";
|
|
372
|
+
readonly name: "validatorPubkey";
|
|
373
|
+
readonly type: "bytes";
|
|
374
|
+
}, {
|
|
375
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
328
376
|
readonly name: "stage";
|
|
329
377
|
readonly type: "uint8";
|
|
330
378
|
}];
|
|
331
|
-
readonly name: "
|
|
379
|
+
readonly name: "ValidatorNotActivated";
|
|
380
|
+
readonly type: "error";
|
|
381
|
+
}, {
|
|
382
|
+
readonly inputs: readonly [{
|
|
383
|
+
readonly internalType: "bytes";
|
|
384
|
+
readonly name: "validatorPubkey";
|
|
385
|
+
readonly type: "bytes";
|
|
386
|
+
}];
|
|
387
|
+
readonly name: "ValidatorNotEligibleForActivation";
|
|
332
388
|
readonly type: "error";
|
|
333
389
|
}, {
|
|
334
390
|
readonly inputs: readonly [{
|
|
@@ -336,7 +392,7 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
336
392
|
readonly name: "validatorPubkey";
|
|
337
393
|
readonly type: "bytes";
|
|
338
394
|
}, {
|
|
339
|
-
readonly internalType: "enum
|
|
395
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
340
396
|
readonly name: "stage";
|
|
341
397
|
readonly type: "uint8";
|
|
342
398
|
}];
|
|
@@ -348,12 +404,24 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
348
404
|
readonly name: "validatorPubkey";
|
|
349
405
|
readonly type: "bytes";
|
|
350
406
|
}, {
|
|
351
|
-
readonly internalType: "enum
|
|
407
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
352
408
|
readonly name: "stage";
|
|
353
409
|
readonly type: "uint8";
|
|
354
410
|
}];
|
|
355
411
|
readonly name: "ValidatorNotPreDeposited";
|
|
356
412
|
readonly type: "error";
|
|
413
|
+
}, {
|
|
414
|
+
readonly inputs: readonly [{
|
|
415
|
+
readonly internalType: "bytes";
|
|
416
|
+
readonly name: "validatorPubkey";
|
|
417
|
+
readonly type: "bytes";
|
|
418
|
+
}, {
|
|
419
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
420
|
+
readonly name: "stage";
|
|
421
|
+
readonly type: "uint8";
|
|
422
|
+
}];
|
|
423
|
+
readonly name: "ValidatorNotProven";
|
|
424
|
+
readonly type: "error";
|
|
357
425
|
}, {
|
|
358
426
|
readonly inputs: readonly [{
|
|
359
427
|
readonly internalType: "uint256";
|
|
@@ -410,31 +478,6 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
410
478
|
readonly inputs: readonly [];
|
|
411
479
|
readonly name: "ZeroPauseDuration";
|
|
412
480
|
readonly type: "error";
|
|
413
|
-
}, {
|
|
414
|
-
readonly anonymous: false;
|
|
415
|
-
readonly inputs: readonly [{
|
|
416
|
-
readonly indexed: true;
|
|
417
|
-
readonly internalType: "address";
|
|
418
|
-
readonly name: "nodeOperator";
|
|
419
|
-
readonly type: "address";
|
|
420
|
-
}, {
|
|
421
|
-
readonly indexed: true;
|
|
422
|
-
readonly internalType: "address";
|
|
423
|
-
readonly name: "to";
|
|
424
|
-
readonly type: "address";
|
|
425
|
-
}, {
|
|
426
|
-
readonly indexed: false;
|
|
427
|
-
readonly internalType: "uint128";
|
|
428
|
-
readonly name: "total";
|
|
429
|
-
readonly type: "uint128";
|
|
430
|
-
}, {
|
|
431
|
-
readonly indexed: false;
|
|
432
|
-
readonly internalType: "uint128";
|
|
433
|
-
readonly name: "locked";
|
|
434
|
-
readonly type: "uint128";
|
|
435
|
-
}];
|
|
436
|
-
readonly name: "BalanceCompensated";
|
|
437
|
-
readonly type: "event";
|
|
438
481
|
}, {
|
|
439
482
|
readonly anonymous: false;
|
|
440
483
|
readonly inputs: readonly [{
|
|
@@ -714,19 +757,19 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
714
757
|
readonly type: "address";
|
|
715
758
|
}, {
|
|
716
759
|
readonly indexed: false;
|
|
717
|
-
readonly internalType: "
|
|
718
|
-
readonly name: "
|
|
719
|
-
readonly type: "
|
|
760
|
+
readonly internalType: "bytes32";
|
|
761
|
+
readonly name: "withdrawalCredentials";
|
|
762
|
+
readonly type: "bytes32";
|
|
720
763
|
}];
|
|
721
|
-
readonly name: "
|
|
764
|
+
readonly name: "ValidatorActivated";
|
|
722
765
|
readonly type: "event";
|
|
723
766
|
}, {
|
|
724
767
|
readonly anonymous: false;
|
|
725
768
|
readonly inputs: readonly [{
|
|
726
769
|
readonly indexed: true;
|
|
727
|
-
readonly internalType: "
|
|
728
|
-
readonly name: "
|
|
729
|
-
readonly type: "
|
|
770
|
+
readonly internalType: "address";
|
|
771
|
+
readonly name: "stakingVault";
|
|
772
|
+
readonly type: "address";
|
|
730
773
|
}, {
|
|
731
774
|
readonly indexed: true;
|
|
732
775
|
readonly internalType: "address";
|
|
@@ -734,16 +777,21 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
734
777
|
readonly type: "address";
|
|
735
778
|
}, {
|
|
736
779
|
readonly indexed: true;
|
|
737
|
-
readonly internalType: "
|
|
738
|
-
readonly name: "
|
|
739
|
-
readonly type: "
|
|
780
|
+
readonly internalType: "bytes";
|
|
781
|
+
readonly name: "validatorPubkey";
|
|
782
|
+
readonly type: "bytes";
|
|
740
783
|
}, {
|
|
741
784
|
readonly indexed: false;
|
|
742
|
-
readonly internalType: "
|
|
743
|
-
readonly name: "
|
|
744
|
-
readonly type: "
|
|
785
|
+
readonly internalType: "uint256";
|
|
786
|
+
readonly name: "guaranteeTotal";
|
|
787
|
+
readonly type: "uint256";
|
|
788
|
+
}, {
|
|
789
|
+
readonly indexed: false;
|
|
790
|
+
readonly internalType: "uint256";
|
|
791
|
+
readonly name: "guaranteeLocked";
|
|
792
|
+
readonly type: "uint256";
|
|
745
793
|
}];
|
|
746
|
-
readonly name: "
|
|
794
|
+
readonly name: "ValidatorCompensated";
|
|
747
795
|
readonly type: "event";
|
|
748
796
|
}, {
|
|
749
797
|
readonly anonymous: false;
|
|
@@ -795,6 +843,16 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
795
843
|
}];
|
|
796
844
|
readonly name: "ValidatorProven";
|
|
797
845
|
readonly type: "event";
|
|
846
|
+
}, {
|
|
847
|
+
readonly inputs: readonly [];
|
|
848
|
+
readonly name: "ACTIVATION_DEPOSIT_AMOUNT";
|
|
849
|
+
readonly outputs: readonly [{
|
|
850
|
+
readonly internalType: "uint256";
|
|
851
|
+
readonly name: "";
|
|
852
|
+
readonly type: "uint256";
|
|
853
|
+
}];
|
|
854
|
+
readonly stateMutability: "view";
|
|
855
|
+
readonly type: "function";
|
|
798
856
|
}, {
|
|
799
857
|
readonly inputs: readonly [];
|
|
800
858
|
readonly name: "BEACON_ROOTS";
|
|
@@ -875,6 +933,16 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
875
933
|
}];
|
|
876
934
|
readonly stateMutability: "view";
|
|
877
935
|
readonly type: "function";
|
|
936
|
+
}, {
|
|
937
|
+
readonly inputs: readonly [];
|
|
938
|
+
readonly name: "MAX_TOPUP_AMOUNT";
|
|
939
|
+
readonly outputs: readonly [{
|
|
940
|
+
readonly internalType: "uint256";
|
|
941
|
+
readonly name: "";
|
|
942
|
+
readonly type: "uint256";
|
|
943
|
+
}];
|
|
944
|
+
readonly stateMutability: "view";
|
|
945
|
+
readonly type: "function";
|
|
878
946
|
}, {
|
|
879
947
|
readonly inputs: readonly [];
|
|
880
948
|
readonly name: "MIN_SUPPORTED_WC_VERSION";
|
|
@@ -935,6 +1003,16 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
935
1003
|
}];
|
|
936
1004
|
readonly stateMutability: "view";
|
|
937
1005
|
readonly type: "function";
|
|
1006
|
+
}, {
|
|
1007
|
+
readonly inputs: readonly [{
|
|
1008
|
+
readonly internalType: "bytes";
|
|
1009
|
+
readonly name: "_pubkey";
|
|
1010
|
+
readonly type: "bytes";
|
|
1011
|
+
}];
|
|
1012
|
+
readonly name: "activateValidator";
|
|
1013
|
+
readonly outputs: readonly [];
|
|
1014
|
+
readonly stateMutability: "nonpayable";
|
|
1015
|
+
readonly type: "function";
|
|
938
1016
|
}, {
|
|
939
1017
|
readonly inputs: readonly [{
|
|
940
1018
|
readonly internalType: "address";
|
|
@@ -963,55 +1041,6 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
963
1041
|
}];
|
|
964
1042
|
readonly stateMutability: "view";
|
|
965
1043
|
readonly type: "function";
|
|
966
|
-
}, {
|
|
967
|
-
readonly inputs: readonly [{
|
|
968
|
-
readonly internalType: "bytes";
|
|
969
|
-
readonly name: "_validatorPubkey";
|
|
970
|
-
readonly type: "bytes";
|
|
971
|
-
}, {
|
|
972
|
-
readonly internalType: "address";
|
|
973
|
-
readonly name: "_recipient";
|
|
974
|
-
readonly type: "address";
|
|
975
|
-
}];
|
|
976
|
-
readonly name: "compensateDisprovenPredeposit";
|
|
977
|
-
readonly outputs: readonly [{
|
|
978
|
-
readonly internalType: "uint256";
|
|
979
|
-
readonly name: "";
|
|
980
|
-
readonly type: "uint256";
|
|
981
|
-
}];
|
|
982
|
-
readonly stateMutability: "nonpayable";
|
|
983
|
-
readonly type: "function";
|
|
984
|
-
}, {
|
|
985
|
-
readonly inputs: readonly [{
|
|
986
|
-
readonly internalType: "contract IStakingVault";
|
|
987
|
-
readonly name: "_stakingVault";
|
|
988
|
-
readonly type: "address";
|
|
989
|
-
}, {
|
|
990
|
-
readonly components: readonly [{
|
|
991
|
-
readonly internalType: "bytes";
|
|
992
|
-
readonly name: "pubkey";
|
|
993
|
-
readonly type: "bytes";
|
|
994
|
-
}, {
|
|
995
|
-
readonly internalType: "bytes";
|
|
996
|
-
readonly name: "signature";
|
|
997
|
-
readonly type: "bytes";
|
|
998
|
-
}, {
|
|
999
|
-
readonly internalType: "uint256";
|
|
1000
|
-
readonly name: "amount";
|
|
1001
|
-
readonly type: "uint256";
|
|
1002
|
-
}, {
|
|
1003
|
-
readonly internalType: "bytes32";
|
|
1004
|
-
readonly name: "depositDataRoot";
|
|
1005
|
-
readonly type: "bytes32";
|
|
1006
|
-
}];
|
|
1007
|
-
readonly internalType: "struct IStakingVault.Deposit[]";
|
|
1008
|
-
readonly name: "_deposits";
|
|
1009
|
-
readonly type: "tuple[]";
|
|
1010
|
-
}];
|
|
1011
|
-
readonly name: "depositToBeaconChain";
|
|
1012
|
-
readonly outputs: readonly [];
|
|
1013
|
-
readonly stateMutability: "payable";
|
|
1014
|
-
readonly type: "function";
|
|
1015
1044
|
}, {
|
|
1016
1045
|
readonly inputs: readonly [];
|
|
1017
1046
|
readonly name: "getResumeSinceTimestamp";
|
|
@@ -1205,6 +1234,20 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1205
1234
|
readonly outputs: readonly [];
|
|
1206
1235
|
readonly stateMutability: "nonpayable";
|
|
1207
1236
|
readonly type: "function";
|
|
1237
|
+
}, {
|
|
1238
|
+
readonly inputs: readonly [{
|
|
1239
|
+
readonly internalType: "contract IStakingVault";
|
|
1240
|
+
readonly name: "_vault";
|
|
1241
|
+
readonly type: "address";
|
|
1242
|
+
}];
|
|
1243
|
+
readonly name: "pendingActivations";
|
|
1244
|
+
readonly outputs: readonly [{
|
|
1245
|
+
readonly internalType: "uint256";
|
|
1246
|
+
readonly name: "";
|
|
1247
|
+
readonly type: "uint256";
|
|
1248
|
+
}];
|
|
1249
|
+
readonly stateMutability: "view";
|
|
1250
|
+
readonly type: "function";
|
|
1208
1251
|
}, {
|
|
1209
1252
|
readonly inputs: readonly [{
|
|
1210
1253
|
readonly internalType: "contract IStakingVault";
|
|
@@ -1302,38 +1345,17 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1302
1345
|
readonly name: "proposerIndex";
|
|
1303
1346
|
readonly type: "uint64";
|
|
1304
1347
|
}];
|
|
1305
|
-
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness
|
|
1306
|
-
readonly name: "
|
|
1307
|
-
readonly type: "tuple
|
|
1308
|
-
}, {
|
|
1309
|
-
readonly components: readonly [{
|
|
1310
|
-
readonly internalType: "bytes";
|
|
1311
|
-
readonly name: "pubkey";
|
|
1312
|
-
readonly type: "bytes";
|
|
1313
|
-
}, {
|
|
1314
|
-
readonly internalType: "bytes";
|
|
1315
|
-
readonly name: "signature";
|
|
1316
|
-
readonly type: "bytes";
|
|
1317
|
-
}, {
|
|
1318
|
-
readonly internalType: "uint256";
|
|
1319
|
-
readonly name: "amount";
|
|
1320
|
-
readonly type: "uint256";
|
|
1321
|
-
}, {
|
|
1322
|
-
readonly internalType: "bytes32";
|
|
1323
|
-
readonly name: "depositDataRoot";
|
|
1324
|
-
readonly type: "bytes32";
|
|
1325
|
-
}];
|
|
1326
|
-
readonly internalType: "struct IStakingVault.Deposit[]";
|
|
1327
|
-
readonly name: "_deposits";
|
|
1328
|
-
readonly type: "tuple[]";
|
|
1348
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness";
|
|
1349
|
+
readonly name: "_witness";
|
|
1350
|
+
readonly type: "tuple";
|
|
1329
1351
|
}, {
|
|
1330
|
-
readonly internalType: "
|
|
1331
|
-
readonly name: "
|
|
1332
|
-
readonly type: "
|
|
1352
|
+
readonly internalType: "bytes32";
|
|
1353
|
+
readonly name: "_invalidWithdrawalCredentials";
|
|
1354
|
+
readonly type: "bytes32";
|
|
1333
1355
|
}];
|
|
1334
|
-
readonly name: "
|
|
1356
|
+
readonly name: "proveInvalidValidatorWC";
|
|
1335
1357
|
readonly outputs: readonly [];
|
|
1336
|
-
readonly stateMutability: "
|
|
1358
|
+
readonly stateMutability: "nonpayable";
|
|
1337
1359
|
readonly type: "function";
|
|
1338
1360
|
}, {
|
|
1339
1361
|
readonly inputs: readonly [{
|
|
@@ -1366,11 +1388,11 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1366
1388
|
readonly name: "_witness";
|
|
1367
1389
|
readonly type: "tuple";
|
|
1368
1390
|
}, {
|
|
1369
|
-
readonly internalType: "
|
|
1370
|
-
readonly name: "
|
|
1371
|
-
readonly type: "
|
|
1391
|
+
readonly internalType: "contract IStakingVault";
|
|
1392
|
+
readonly name: "_stakingVault";
|
|
1393
|
+
readonly type: "address";
|
|
1372
1394
|
}];
|
|
1373
|
-
readonly name: "
|
|
1395
|
+
readonly name: "proveUnknownValidator";
|
|
1374
1396
|
readonly outputs: readonly [];
|
|
1375
1397
|
readonly stateMutability: "nonpayable";
|
|
1376
1398
|
readonly type: "function";
|
|
@@ -1401,15 +1423,15 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1401
1423
|
readonly name: "proposerIndex";
|
|
1402
1424
|
readonly type: "uint64";
|
|
1403
1425
|
}];
|
|
1404
|
-
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness";
|
|
1405
|
-
readonly name: "
|
|
1406
|
-
readonly type: "tuple";
|
|
1426
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness[]";
|
|
1427
|
+
readonly name: "_witnesses";
|
|
1428
|
+
readonly type: "tuple[]";
|
|
1407
1429
|
}, {
|
|
1408
|
-
readonly internalType: "
|
|
1409
|
-
readonly name: "
|
|
1410
|
-
readonly type: "
|
|
1430
|
+
readonly internalType: "uint256[]";
|
|
1431
|
+
readonly name: "_amounts";
|
|
1432
|
+
readonly type: "uint256[]";
|
|
1411
1433
|
}];
|
|
1412
|
-
readonly name: "
|
|
1434
|
+
readonly name: "proveWCActivateAndTopUpValidators";
|
|
1413
1435
|
readonly outputs: readonly [];
|
|
1414
1436
|
readonly stateMutability: "nonpayable";
|
|
1415
1437
|
readonly type: "function";
|
|
@@ -1444,7 +1466,7 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1444
1466
|
readonly name: "_witness";
|
|
1445
1467
|
readonly type: "tuple";
|
|
1446
1468
|
}];
|
|
1447
|
-
readonly name: "
|
|
1469
|
+
readonly name: "proveWCAndActivate";
|
|
1448
1470
|
readonly outputs: readonly [];
|
|
1449
1471
|
readonly stateMutability: "nonpayable";
|
|
1450
1472
|
readonly type: "function";
|
|
@@ -1516,6 +1538,25 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1516
1538
|
}];
|
|
1517
1539
|
readonly stateMutability: "view";
|
|
1518
1540
|
readonly type: "function";
|
|
1541
|
+
}, {
|
|
1542
|
+
readonly inputs: readonly [{
|
|
1543
|
+
readonly components: readonly [{
|
|
1544
|
+
readonly internalType: "bytes";
|
|
1545
|
+
readonly name: "pubkey";
|
|
1546
|
+
readonly type: "bytes";
|
|
1547
|
+
}, {
|
|
1548
|
+
readonly internalType: "uint256";
|
|
1549
|
+
readonly name: "amount";
|
|
1550
|
+
readonly type: "uint256";
|
|
1551
|
+
}];
|
|
1552
|
+
readonly internalType: "struct PredepositGuarantee.ValidatorTopUp[]";
|
|
1553
|
+
readonly name: "_topUps";
|
|
1554
|
+
readonly type: "tuple[]";
|
|
1555
|
+
}];
|
|
1556
|
+
readonly name: "topUpExistingValidators";
|
|
1557
|
+
readonly outputs: readonly [];
|
|
1558
|
+
readonly stateMutability: "nonpayable";
|
|
1559
|
+
readonly type: "function";
|
|
1519
1560
|
}, {
|
|
1520
1561
|
readonly inputs: readonly [{
|
|
1521
1562
|
readonly internalType: "address";
|
|
@@ -1588,7 +1629,7 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1588
1629
|
readonly name: "validatorStatus";
|
|
1589
1630
|
readonly outputs: readonly [{
|
|
1590
1631
|
readonly components: readonly [{
|
|
1591
|
-
readonly internalType: "enum
|
|
1632
|
+
readonly internalType: "enum IPredepositGuarantee.ValidatorStage";
|
|
1592
1633
|
readonly name: "stage";
|
|
1593
1634
|
readonly type: "uint8";
|
|
1594
1635
|
}, {
|
|
@@ -1600,7 +1641,7 @@ export declare const PredepositGuaranteeAbi: readonly [{
|
|
|
1600
1641
|
readonly name: "nodeOperator";
|
|
1601
1642
|
readonly type: "address";
|
|
1602
1643
|
}];
|
|
1603
|
-
readonly internalType: "struct
|
|
1644
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorStatus";
|
|
1604
1645
|
readonly name: "";
|
|
1605
1646
|
readonly type: "tuple";
|
|
1606
1647
|
}];
|