@lidofinance/lsv-cli 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -0
- package/dist/abi/Dashboard.d.ts +291 -3
- package/dist/abi/Dashboard.js +10 -3
- package/dist/abi/Dashboard.js.map +1 -1
- package/dist/abi/LazyOracle.d.ts +364 -0
- package/dist/abi/LazyOracle.js +2 -0
- package/dist/abi/LazyOracle.js.map +1 -1
- package/dist/abi/OperatorGrid.d.ts +24 -0
- package/dist/abi/OperatorGrid.js +16 -0
- package/dist/abi/OperatorGrid.js.map +1 -1
- package/dist/abi/PredepositGuarantee.d.ts +357 -88
- package/dist/abi/PredepositGuarantee.js +31 -28
- package/dist/abi/PredepositGuarantee.js.map +1 -1
- package/dist/abi/ValidatorConsolidationRequests.d.ts +121 -0
- package/dist/abi/ValidatorConsolidationRequests.js +159 -0
- package/dist/abi/ValidatorConsolidationRequests.js.map +1 -0
- package/dist/abi/VaultFactory.d.ts +16 -0
- package/dist/abi/VaultViewer.d.ts +8 -14
- package/dist/abi/VaultViewer.js +10 -19
- package/dist/abi/VaultViewer.js.map +1 -1
- package/dist/abi/defi-wrapper/Distributor.d.ts +40 -2
- package/dist/abi/defi-wrapper/Distributor.js +52 -2
- package/dist/abi/defi-wrapper/Distributor.js.map +1 -1
- package/dist/abi/defi-wrapper/Factory.d.ts +973 -550
- package/dist/abi/defi-wrapper/Factory.js +720 -763
- package/dist/abi/defi-wrapper/Factory.js.map +1 -1
- package/dist/abi/defi-wrapper/StvPool.d.ts +121 -325
- package/dist/abi/defi-wrapper/StvPool.js +143 -413
- package/dist/abi/defi-wrapper/StvPool.js.map +1 -1
- package/dist/abi/defi-wrapper/StvStETHPool.d.ts +398 -381
- package/dist/abi/defi-wrapper/StvStETHPool.js +448 -433
- package/dist/abi/defi-wrapper/StvStETHPool.js.map +1 -1
- package/dist/abi/defi-wrapper/WithdrawalQueue.d.ts +309 -175
- package/dist/abi/defi-wrapper/WithdrawalQueue.js +381 -206
- package/dist/abi/defi-wrapper/WithdrawalQueue.js.map +1 -1
- package/dist/abi/defi-wrapper/index.d.ts +0 -1
- package/dist/abi/defi-wrapper/index.js +0 -1
- package/dist/abi/defi-wrapper/index.js.map +1 -1
- package/dist/abi/index.d.ts +1 -0
- package/dist/abi/index.js +1 -0
- package/dist/abi/index.js.map +1 -1
- package/dist/command/index.js +1 -0
- package/dist/command/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 +67 -6
- package/dist/configs/deployed.js.map +1 -1
- package/dist/configs/index.d.ts +4 -3
- package/dist/configs/index.js +4 -3
- package/dist/configs/index.js.map +1 -1
- package/dist/configs/utils.d.ts +1 -0
- package/dist/configs/utils.js +8 -0
- package/dist/configs/utils.js.map +1 -1
- package/dist/contracts/dashboard-impl.d.ts +2 -2
- package/dist/contracts/dashboard-impl.js +3 -2
- package/dist/contracts/dashboard-impl.js.map +1 -1
- 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 +1 -1
- package/dist/contracts/defi-wrapper/distributor.js +3 -2
- package/dist/contracts/defi-wrapper/distributor.js.map +1 -1
- package/dist/contracts/defi-wrapper/factory.d.ts +1 -1
- package/dist/contracts/defi-wrapper/factory.js +3 -2
- package/dist/contracts/defi-wrapper/factory.js.map +1 -1
- package/dist/contracts/defi-wrapper/index.d.ts +0 -1
- package/dist/contracts/defi-wrapper/index.js +0 -1
- package/dist/contracts/defi-wrapper/index.js.map +1 -1
- package/dist/contracts/defi-wrapper/stv-pool.d.ts +2 -2
- package/dist/contracts/defi-wrapper/stv-pool.js +3 -2
- package/dist/contracts/defi-wrapper/stv-pool.js.map +1 -1
- package/dist/contracts/defi-wrapper/stv-steth-pool.d.ts +1 -1
- package/dist/contracts/defi-wrapper/stv-steth-pool.js +3 -2
- package/dist/contracts/defi-wrapper/stv-steth-pool.js.map +1 -1
- package/dist/contracts/defi-wrapper/withdrawal-queue.d.ts +1 -1
- package/dist/contracts/defi-wrapper/withdrawal-queue.js +3 -2
- package/dist/contracts/defi-wrapper/withdrawal-queue.js.map +1 -1
- package/dist/contracts/index.d.ts +1 -0
- package/dist/contracts/index.js +1 -0
- 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 -9655
- 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 +54 -54
- package/dist/contracts/steth.js +3 -2
- package/dist/contracts/steth.js.map +1 -1
- package/dist/contracts/validator-consolidation-requests.d.ts +5 -0
- package/dist/contracts/validator-consolidation-requests.js +13 -0
- package/dist/contracts/validator-consolidation-requests.js.map +1 -0
- package/dist/contracts/vault-factory.d.ts +3 -28346
- 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 -9661
- 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/consolidation.d.ts +18 -0
- package/dist/features/consolidation.js +199 -0
- package/dist/features/consolidation.js.map +1 -0
- 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 +111 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.js +231 -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.js +2 -2
- package/dist/features/deposits/check-bls-deposits.js.map +1 -1
- package/dist/features/deposits/index.d.ts +2 -0
- package/dist/features/deposits/index.js +2 -0
- package/dist/features/deposits/index.js.map +1 -1
- package/dist/features/deposits/make-pdg-proof.js +1 -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/deposits/pdg.d.ts +2 -0
- package/dist/features/deposits/pdg.js +18 -0
- package/dist/features/deposits/pdg.js.map +1 -0
- package/dist/features/deposits/validators.d.ts +12 -0
- package/dist/features/deposits/validators.js +31 -0
- package/dist/features/deposits/validators.js.map +1 -0
- 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 +5 -1
- package/dist/features/index.js +5 -1
- package/dist/features/index.js.map +1 -1
- package/dist/features/lazy-oracle.js +2 -2
- package/dist/features/lazy-oracle.js.map +1 -1
- package/dist/features/metrics.d.ts +4 -0
- package/dist/features/metrics.js +48 -0
- package/dist/features/metrics.js.map +1 -0
- package/dist/features/mint-burn/allowance.d.ts +7 -1
- package/dist/features/mint-burn/allowance.js +8 -9
- package/dist/features/mint-burn/allowance.js.map +1 -1
- package/dist/features/mint-burn/burn-shares.d.ts +2 -1
- package/dist/features/mint-burn/burn-shares.js +4 -3
- package/dist/features/mint-burn/burn-shares.js.map +1 -1
- package/dist/features/mint-burn/burn-steth.d.ts +2 -1
- package/dist/features/mint-burn/burn-steth.js +4 -3
- package/dist/features/mint-burn/burn-steth.js.map +1 -1
- package/dist/features/mint-burn/mint-shares.js +4 -6
- package/dist/features/mint-burn/mint-shares.js.map +1 -1
- package/dist/features/mint-burn/mint-steth.js +4 -6
- package/dist/features/mint-burn/mint-steth.js.map +1 -1
- package/dist/features/pdg.js +4 -0
- package/dist/features/pdg.js.map +1 -1
- package/dist/features/utils/connection.d.ts +2 -0
- package/dist/features/utils/connection.js +14 -0
- package/dist/features/utils/connection.js.map +1 -0
- 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/liability-shares.js +2 -1
- package/dist/features/utils/liability-shares.js.map +1 -1
- package/dist/features/utils/quarantine.js +2 -0
- package/dist/features/utils/quarantine.js.map +1 -1
- package/dist/features/utils/report-fresh.d.ts +11 -1
- package/dist/features/utils/report-fresh.js +17 -15
- package/dist/features/utils/report-fresh.js.map +1 -1
- package/dist/features/vault-factory.d.ts +13 -14
- package/dist/features/vault-factory.js +32 -10
- package/dist/features/vault-factory.js.map +1 -1
- package/dist/features/vault-operations/connect-vault.d.ts +4 -0
- package/dist/features/vault-operations/connect-vault.js +21 -0
- package/dist/features/vault-operations/connect-vault.js.map +1 -0
- package/dist/features/vault-operations/create-vault.d.ts +4 -2
- package/dist/features/vault-operations/create-vault.js +17 -7
- package/dist/features/vault-operations/create-vault.js.map +1 -1
- package/dist/features/vault-operations/dashboard-by-vault.js +21 -8
- package/dist/features/vault-operations/dashboard-by-vault.js.map +1 -1
- package/dist/features/vault-operations/index.d.ts +2 -0
- package/dist/features/vault-operations/index.js +2 -0
- package/dist/features/vault-operations/index.js.map +1 -1
- package/dist/features/vault-operations/roles.d.ts +5 -0
- package/dist/features/vault-operations/roles.js +65 -0
- package/dist/features/vault-operations/roles.js.map +1 -0
- package/dist/features/vault-operations/vault-info.js +10 -4
- package/dist/features/vault-operations/vault-info.js.map +1 -1
- package/dist/features/vault-operations/vault-overview.js +6 -8
- package/dist/features/vault-operations/vault-overview.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.js +4 -1
- package/dist/features/vault-operations/vault-roles.js.map +1 -1
- package/dist/features/vault-operations/vaults-by-role.js +29 -10
- package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
- package/dist/features/vault.js +4 -2
- package/dist/features/vault.js.map +1 -1
- package/dist/features/with-report.d.ts +6 -0
- package/dist/features/with-report.js +18 -0
- package/dist/features/with-report.js.map +1 -0
- package/dist/index.js +38 -11
- 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/read.js +7 -7
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +80 -61
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/hub/config.js +0 -10
- 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 +6 -2
- package/dist/programs/contracts/hub/write.js.map +1 -1
- package/dist/programs/contracts/operator-grid/write.js +1 -1
- package/dist/programs/contracts/operator-grid/write.js.map +1 -1
- package/dist/programs/contracts/pdg/read.js +2 -1
- package/dist/programs/contracts/pdg/read.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +37 -3
- package/dist/programs/contracts/pdg/write.js.map +1 -1
- package/dist/programs/contracts/vault/write.js +16 -16
- package/dist/programs/contracts/vault/write.js.map +1 -1
- package/dist/programs/contracts/vault-factory/write.js +39 -25
- package/dist/programs/contracts/vault-factory/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/read.js +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/write.js +3 -3
- package/dist/programs/defi-wrapper/contracts/distributor/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/factory/read.js +2 -8
- package/dist/programs/defi-wrapper/contracts/factory/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/factory/write.js +91 -276
- package/dist/programs/defi-wrapper/contracts/factory/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/index.d.ts +0 -1
- package/dist/programs/defi-wrapper/contracts/index.js +0 -1
- package/dist/programs/defi-wrapper/contracts/index.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js +22 -32
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js +17 -24
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js +25 -174
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js +0 -90
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js +16 -23
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js +34 -231
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js +1 -91
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js +8 -27
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js +55 -24
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js.map +1 -1
- package/dist/programs/defi-wrapper/index.d.ts +1 -0
- package/dist/programs/defi-wrapper/index.js +1 -0
- package/dist/programs/defi-wrapper/index.js.map +1 -1
- 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.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.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 +180 -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 +1 -0
- package/dist/programs/index.js +1 -0
- package/dist/programs/index.js.map +1 -1
- package/dist/programs/pdg-helpers.js +32 -24
- package/dist/programs/pdg-helpers.js.map +1 -1
- package/dist/programs/use-cases/consolidation/index.d.ts +2 -0
- package/dist/programs/use-cases/consolidation/index.js +3 -0
- package/dist/programs/use-cases/consolidation/index.js.map +1 -0
- package/dist/programs/use-cases/consolidation/main.d.ts +1 -0
- package/dist/programs/use-cases/consolidation/main.js +5 -0
- package/dist/programs/use-cases/consolidation/main.js.map +1 -0
- package/dist/programs/use-cases/consolidation/write.d.ts +1 -0
- package/dist/programs/use-cases/consolidation/write.js +78 -0
- package/dist/programs/use-cases/consolidation/write.js.map +1 -0
- package/dist/programs/use-cases/deposits/read.js +4 -0
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/write.js +41 -11
- package/dist/programs/use-cases/deposits/write.js.map +1 -1
- package/dist/programs/use-cases/index.d.ts +1 -0
- package/dist/programs/use-cases/index.js +1 -0
- package/dist/programs/use-cases/index.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +9 -20
- package/dist/programs/use-cases/metrics/read.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/create-vault.js +65 -29
- package/dist/programs/use-cases/vault-operations/create-vault.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +124 -26
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/wallet.d.ts +14539 -63
- package/dist/providers/wallet.js +14 -4
- package/dist/providers/wallet.js.map +1 -1
- package/dist/tests/integration/deposits.test.d.ts +1 -0
- package/dist/tests/integration/deposits.test.js +67 -0
- package/dist/tests/integration/deposits.test.js.map +1 -0
- package/dist/tests/integration/globalSetup.d.ts +1 -0
- package/dist/tests/integration/globalSetup.js +55 -0
- package/dist/tests/integration/globalSetup.js.map +1 -0
- package/dist/tests/integration/helpers/index.d.ts +3 -0
- package/dist/tests/integration/helpers/index.js +4 -0
- package/dist/tests/integration/helpers/index.js.map +1 -0
- package/dist/tests/integration/helpers/test-assertions.d.ts +32 -0
- package/dist/tests/integration/helpers/test-assertions.js +92 -0
- package/dist/tests/integration/helpers/test-assertions.js.map +1 -0
- package/dist/tests/integration/helpers/test-client.d.ts +14530 -0
- package/dist/tests/integration/helpers/test-client.js +73 -0
- package/dist/tests/integration/helpers/test-client.js.map +1 -0
- package/dist/tests/integration/helpers/test-config.d.ts +14 -0
- package/dist/tests/integration/helpers/test-config.js +62 -0
- package/dist/tests/integration/helpers/test-config.js.map +1 -0
- package/dist/tests/integration/helpers/test-setup.d.ts +12 -0
- package/dist/tests/integration/helpers/test-setup.js +40 -0
- package/dist/tests/integration/helpers/test-setup.js.map +1 -0
- package/dist/tests/integration/lazy-oracle.test.d.ts +1 -0
- package/dist/tests/integration/lazy-oracle.test.js +31 -0
- package/dist/tests/integration/lazy-oracle.test.js.map +1 -0
- package/dist/tests/integration/metrics.test.d.ts +1 -0
- package/dist/tests/integration/metrics.test.js +95 -0
- package/dist/tests/integration/metrics.test.js.map +1 -0
- package/dist/tests/integration/mint-burn.test.d.ts +1 -0
- package/dist/tests/integration/mint-burn.test.js +149 -0
- package/dist/tests/integration/mint-burn.test.js.map +1 -0
- package/dist/tests/integration/operator-grid.test.d.ts +1 -0
- package/dist/tests/integration/operator-grid.test.js +41 -0
- package/dist/tests/integration/operator-grid.test.js.map +1 -0
- package/dist/tests/integration/pdg.test.d.ts +1 -0
- package/dist/tests/integration/pdg.test.js +47 -0
- package/dist/tests/integration/pdg.test.js.map +1 -0
- package/dist/tests/integration/utils.test.d.ts +1 -0
- package/dist/tests/integration/utils.test.js +70 -0
- package/dist/tests/integration/utils.test.js.map +1 -0
- package/dist/tests/integration/vault-factory.test.d.ts +1 -0
- package/dist/tests/integration/vault-factory.test.js +29 -0
- package/dist/tests/integration/vault-factory.test.js.map +1 -0
- package/dist/tests/integration/vault-hub.test.d.ts +1 -0
- package/dist/tests/integration/vault-hub.test.js +71 -0
- package/dist/tests/integration/vault-hub.test.js.map +1 -0
- package/dist/tests/integration/vault-operations.test.d.ts +1 -0
- package/dist/tests/integration/vault-operations.test.js +151 -0
- package/dist/tests/integration/vault-operations.test.js.map +1 -0
- package/dist/tests/integration/vault-roles.test.d.ts +1 -0
- package/dist/tests/integration/vault-roles.test.js +44 -0
- package/dist/tests/integration/vault-roles.test.js.map +1 -0
- package/dist/tests/integration/vault.test.d.ts +1 -0
- package/dist/tests/integration/vault.test.js +44 -0
- package/dist/tests/integration/vault.test.js.map +1 -0
- package/dist/tests/utils/arguments.test.js +85 -4
- package/dist/tests/utils/arguments.test.js.map +1 -1
- package/dist/tests/utils/bigInt.test.d.ts +1 -0
- package/dist/tests/utils/bigInt.test.js +61 -0
- package/dist/tests/utils/bigInt.test.js.map +1 -0
- package/dist/tests/utils/calculate-health.test.d.ts +1 -0
- package/dist/tests/utils/calculate-health.test.js +140 -0
- package/dist/tests/utils/calculate-health.test.js.map +1 -0
- package/dist/tests/utils/calculate-overview-v2.test.d.ts +1 -0
- package/dist/tests/utils/calculate-overview-v2.test.js +181 -0
- package/dist/tests/utils/calculate-overview-v2.test.js.map +1 -0
- package/dist/tests/utils/calculate-overview.test.js +2 -1
- package/dist/tests/utils/calculate-overview.test.js.map +1 -1
- package/dist/tests/utils/csv-file.test.d.ts +1 -0
- package/dist/tests/utils/csv-file.test.js +111 -0
- package/dist/tests/utils/csv-file.test.js.map +1 -0
- package/dist/tests/utils/data-validators.test.js +1 -1
- package/dist/tests/utils/data-validators.test.js.map +1 -1
- package/dist/tests/utils/error-handler.test.js +7 -16
- package/dist/tests/utils/error-handler.test.js.map +1 -1
- package/dist/tests/utils/get-commands.test.js +1 -1
- package/dist/tests/utils/get-commands.test.js.map +1 -1
- package/dist/tests/utils/get-deposit-data-root.test.js +1 -2
- package/dist/tests/utils/get-deposit-data-root.test.js.map +1 -1
- package/dist/tests/utils/get-value.test.js +1 -1
- package/dist/tests/utils/get-value.test.js.map +1 -1
- package/dist/tests/utils/health.test.js +1 -1
- package/dist/tests/utils/health.test.js.map +1 -1
- package/dist/tests/utils/interrupt-handler.test.js +2 -5
- package/dist/tests/utils/interrupt-handler.test.js.map +1 -1
- package/dist/tests/utils/ipfs.test.js +37 -24
- package/dist/tests/utils/ipfs.test.js.map +1 -1
- package/dist/tests/utils/lido-apr.test.d.ts +1 -0
- package/dist/tests/utils/lido-apr.test.js +95 -0
- package/dist/tests/utils/lido-apr.test.js.map +1 -0
- package/dist/tests/utils/logging.test.js +135 -15
- package/dist/tests/utils/logging.test.js.map +1 -1
- package/dist/tests/utils/merkle-utils.test.d.ts +1 -0
- package/dist/tests/utils/merkle-utils.test.js +231 -0
- package/dist/tests/utils/merkle-utils.test.js.map +1 -0
- package/dist/tests/utils/rebase-rewards.test.d.ts +1 -0
- package/dist/tests/utils/rebase-rewards.test.js +114 -0
- package/dist/tests/utils/rebase-rewards.test.js.map +1 -0
- package/dist/tests/utils/resove-path.test.js +1 -1
- package/dist/tests/utils/resove-path.test.js.map +1 -1
- package/dist/tests/utils/sleep.test.js +5 -5
- package/dist/tests/utils/sleep.test.js.map +1 -1
- package/dist/tests/utils/snake-to-camel.test.d.ts +1 -0
- package/dist/tests/utils/snake-to-camel.test.js +37 -0
- package/dist/tests/utils/snake-to-camel.test.js.map +1 -0
- package/dist/tests/utils/timestamp.test.d.ts +1 -0
- package/dist/tests/utils/timestamp.test.js +51 -0
- package/dist/tests/utils/timestamp.test.js.map +1 -0
- package/dist/types/config.d.ts +1 -0
- package/dist/utils/arguments.d.ts +6 -1
- package/dist/utils/arguments.js +46 -1
- package/dist/utils/arguments.js.map +1 -1
- package/dist/utils/bigInt.d.ts +2 -0
- package/dist/utils/bigInt.js +3 -0
- package/dist/utils/bigInt.js.map +1 -0
- 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 +30 -0
- package/dist/utils/cache.js +140 -3
- package/dist/utils/cache.js.map +1 -1
- package/dist/utils/calculate-overview-v2.d.ts +1 -2
- package/dist/utils/calculate-overview-v2.js +4 -8
- package/dist/utils/calculate-overview-v2.js.map +1 -1
- package/dist/utils/calculate-overview.d.ts +1 -0
- 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 +8 -18
- package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
- package/dist/utils/charts/blessed/charts-rewards.js +7 -17
- package/dist/utils/charts/blessed/charts-rewards.js.map +1 -1
- package/dist/utils/charts/blessed/datasets/prepare-metrics.d.ts +5 -5
- package/dist/utils/charts/blessed/datasets/prepare-metrics.js +11 -11
- package/dist/utils/charts/blessed/datasets/prepare-metrics.js.map +1 -1
- package/dist/utils/charts/simple/simple-charts.js +8 -18
- package/dist/utils/charts/simple/simple-charts.js.map +1 -1
- package/dist/utils/commands/confirmations.js +1 -1
- package/dist/utils/commands/confirmations.js.map +1 -1
- package/dist/utils/commands/report.d.ts +6 -1
- package/dist/utils/commands/report.js +6 -4
- package/dist/utils/commands/report.js.map +1 -1
- package/dist/utils/consolidation/checks.d.ts +7 -0
- package/dist/utils/consolidation/checks.js +40 -0
- package/dist/utils/consolidation/checks.js.map +1 -0
- package/dist/utils/consolidation/confirms.d.ts +4 -0
- package/dist/utils/consolidation/confirms.js +41 -0
- package/dist/utils/consolidation/confirms.js.map +1 -0
- package/dist/utils/consolidation/index.d.ts +6 -0
- package/dist/utils/consolidation/index.js +7 -0
- package/dist/utils/consolidation/index.js.map +1 -0
- package/dist/utils/consolidation/logs.d.ts +3 -0
- package/dist/utils/consolidation/logs.js +43 -0
- package/dist/utils/consolidation/logs.js.map +1 -0
- package/dist/utils/consolidation/pubkeys.d.ts +8 -0
- package/dist/utils/consolidation/pubkeys.js +42 -0
- package/dist/utils/consolidation/pubkeys.js.map +1 -0
- package/dist/utils/consolidation/types.d.ts +12 -0
- package/dist/utils/consolidation/types.js +2 -0
- package/dist/utils/consolidation/types.js.map +1 -0
- package/dist/utils/consolidation/validator-info.d.ts +4 -0
- package/dist/utils/consolidation/validator-info.js +36 -0
- package/dist/utils/consolidation/validator-info.js.map +1 -0
- package/dist/utils/consolidation/validators-checks.d.ts +10 -0
- package/dist/utils/consolidation/validators-checks.js +58 -0
- package/dist/utils/consolidation/validators-checks.js.map +1 -0
- package/dist/utils/error-handler.js +2 -9
- package/dist/utils/error-handler.js.map +1 -1
- package/dist/utils/fetchCL.d.ts +35 -14
- package/dist/utils/fetchCL.js +78 -5
- package/dist/utils/fetchCL.js.map +1 -1
- package/dist/utils/health/health-utils.d.ts +54 -54
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/interrupt-handler.js +8 -2
- package/dist/utils/interrupt-handler.js.map +1 -1
- package/dist/utils/logging/console.js +41 -3
- package/dist/utils/logging/console.js.map +1 -1
- package/dist/utils/prompts/mint-burn/confirm-mint.js +1 -0
- package/dist/utils/prompts/mint-burn/confirm-mint.js.map +1 -1
- package/dist/utils/prompts/operations.js +4 -1
- package/dist/utils/prompts/operations.js.map +1 -1
- package/dist/utils/proof/create-proof.d.ts +5 -0
- package/dist/utils/proof/create-proof.js +5 -0
- package/dist/utils/proof/create-proof.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 +1 -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/statistic/report-statistic.d.ts +6 -5
- package/dist/utils/statistic/report-statistic.js +15 -16
- package/dist/utils/statistic/report-statistic.js.map +1 -1
- package/dist/utils/transactions/tx-private-key.d.ts +4 -0
- package/dist/utils/transactions/tx-private-key.js +65 -32
- package/dist/utils/transactions/tx-private-key.js.map +1 -1
- package/dist/utils/transactions/tx-wc.d.ts +6 -3
- package/dist/utils/transactions/tx-wc.js +28 -26
- package/dist/utils/transactions/tx-wc.js.map +1 -1
- package/dist/utils/transactions/types.d.ts +5 -2
- package/dist/utils/transactions/utils.d.ts +3 -0
- package/dist/utils/transactions/utils.js +33 -0
- package/dist/utils/transactions/utils.js.map +1 -0
- package/dist/utils/wallet-connect.js +6 -4
- package/dist/utils/wallet-connect.js.map +1 -1
- package/dist/version/index.js +1 -1
- package/dist/vitest.config.d.ts +2 -0
- package/dist/vitest.config.js +29 -0
- package/dist/vitest.config.js.map +1 -0
- package/dist/vitest.integration.config.d.ts +2 -0
- package/dist/vitest.integration.config.js +39 -0
- package/dist/vitest.integration.config.js.map +1 -0
- package/package.json +15 -10
- package/dist/abi/defi-wrapper/StvStrategyPool.d.ts +0 -1769
- package/dist/abi/defi-wrapper/StvStrategyPool.js +0 -2319
- package/dist/abi/defi-wrapper/StvStrategyPool.js.map +0 -1
- package/dist/contracts/defi-wrapper/stv-strategy-pool.d.ts +0 -4
- package/dist/contracts/defi-wrapper/stv-strategy-pool.js +0 -11
- package/dist/contracts/defi-wrapper/stv-strategy-pool.js.map +0 -1
- package/dist/features/defi-wrapper-factory.d.ts +0 -18
- package/dist/features/defi-wrapper-factory.js +0 -28
- package/dist/features/defi-wrapper-factory.js.map +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.d.ts +0 -3
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.js +0 -214
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.js.map +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/index.js.map +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.d.ts +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.js +0 -6
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.js.map +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/read.js +0 -77
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/read.js.map +0 -1
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/write.js +0 -370
- package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/write.js.map +0 -1
- /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/index.d.ts +0 -0
- /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/index.js +0 -0
- /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/read.d.ts +0 -0
- /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/write.d.ts +0 -0
|
@@ -16,6 +16,14 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
16
16
|
readonly name: "_withdrawalQueue";
|
|
17
17
|
readonly type: "address";
|
|
18
18
|
readonly internalType: "address";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "_distributor";
|
|
21
|
+
readonly type: "address";
|
|
22
|
+
readonly internalType: "address";
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "_poolType";
|
|
25
|
+
readonly type: "bytes32";
|
|
26
|
+
readonly internalType: "bytes32";
|
|
19
27
|
}];
|
|
20
28
|
readonly stateMutability: "nonpayable";
|
|
21
29
|
}, {
|
|
@@ -43,37 +51,47 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
43
51
|
readonly stateMutability: "view";
|
|
44
52
|
}, {
|
|
45
53
|
readonly type: "function";
|
|
46
|
-
readonly name: "
|
|
54
|
+
readonly name: "DASHBOARD";
|
|
47
55
|
readonly inputs: readonly [];
|
|
48
56
|
readonly outputs: readonly [{
|
|
49
57
|
readonly name: "";
|
|
50
|
-
readonly type: "
|
|
51
|
-
readonly internalType: "
|
|
58
|
+
readonly type: "address";
|
|
59
|
+
readonly internalType: "contract IDashboard";
|
|
52
60
|
}];
|
|
53
61
|
readonly stateMutability: "view";
|
|
54
62
|
}, {
|
|
55
63
|
readonly type: "function";
|
|
56
|
-
readonly name: "
|
|
64
|
+
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
57
65
|
readonly inputs: readonly [];
|
|
58
66
|
readonly outputs: readonly [{
|
|
59
67
|
readonly name: "";
|
|
60
|
-
readonly type: "
|
|
61
|
-
readonly internalType: "
|
|
68
|
+
readonly type: "bytes32";
|
|
69
|
+
readonly internalType: "bytes32";
|
|
62
70
|
}];
|
|
63
71
|
readonly stateMutability: "view";
|
|
64
72
|
}, {
|
|
65
73
|
readonly type: "function";
|
|
66
|
-
readonly name: "
|
|
74
|
+
readonly name: "DEPOSITS_FEATURE";
|
|
67
75
|
readonly inputs: readonly [];
|
|
68
76
|
readonly outputs: readonly [{
|
|
69
77
|
readonly name: "";
|
|
70
|
-
readonly type: "
|
|
71
|
-
readonly internalType: "
|
|
78
|
+
readonly type: "bytes32";
|
|
79
|
+
readonly internalType: "bytes32";
|
|
72
80
|
}];
|
|
73
81
|
readonly stateMutability: "view";
|
|
74
82
|
}, {
|
|
75
83
|
readonly type: "function";
|
|
76
|
-
readonly name: "
|
|
84
|
+
readonly name: "DEPOSITS_PAUSE_ROLE";
|
|
85
|
+
readonly inputs: readonly [];
|
|
86
|
+
readonly outputs: readonly [{
|
|
87
|
+
readonly name: "";
|
|
88
|
+
readonly type: "bytes32";
|
|
89
|
+
readonly internalType: "bytes32";
|
|
90
|
+
}];
|
|
91
|
+
readonly stateMutability: "view";
|
|
92
|
+
}, {
|
|
93
|
+
readonly type: "function";
|
|
94
|
+
readonly name: "DEPOSITS_RESUME_ROLE";
|
|
77
95
|
readonly inputs: readonly [];
|
|
78
96
|
readonly outputs: readonly [{
|
|
79
97
|
readonly name: "";
|
|
@@ -93,27 +111,27 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
93
111
|
readonly stateMutability: "view";
|
|
94
112
|
}, {
|
|
95
113
|
readonly type: "function";
|
|
96
|
-
readonly name: "
|
|
114
|
+
readonly name: "DISTRIBUTOR";
|
|
97
115
|
readonly inputs: readonly [];
|
|
98
116
|
readonly outputs: readonly [{
|
|
99
117
|
readonly name: "";
|
|
100
|
-
readonly type: "
|
|
101
|
-
readonly internalType: "
|
|
118
|
+
readonly type: "address";
|
|
119
|
+
readonly internalType: "contract Distributor";
|
|
102
120
|
}];
|
|
103
121
|
readonly stateMutability: "view";
|
|
104
122
|
}, {
|
|
105
123
|
readonly type: "function";
|
|
106
|
-
readonly name: "
|
|
124
|
+
readonly name: "LOSS_SOCIALIZER_ROLE";
|
|
107
125
|
readonly inputs: readonly [];
|
|
108
126
|
readonly outputs: readonly [{
|
|
109
127
|
readonly name: "";
|
|
110
|
-
readonly type: "
|
|
111
|
-
readonly internalType: "
|
|
128
|
+
readonly type: "bytes32";
|
|
129
|
+
readonly internalType: "bytes32";
|
|
112
130
|
}];
|
|
113
131
|
readonly stateMutability: "view";
|
|
114
132
|
}, {
|
|
115
133
|
readonly type: "function";
|
|
116
|
-
readonly name: "
|
|
134
|
+
readonly name: "MINTING_FEATURE";
|
|
117
135
|
readonly inputs: readonly [];
|
|
118
136
|
readonly outputs: readonly [{
|
|
119
137
|
readonly name: "";
|
|
@@ -123,12 +141,32 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
123
141
|
readonly stateMutability: "view";
|
|
124
142
|
}, {
|
|
125
143
|
readonly type: "function";
|
|
126
|
-
readonly name: "
|
|
144
|
+
readonly name: "MINTING_PAUSE_ROLE";
|
|
127
145
|
readonly inputs: readonly [];
|
|
128
146
|
readonly outputs: readonly [{
|
|
129
147
|
readonly name: "";
|
|
130
|
-
readonly type: "
|
|
131
|
-
readonly internalType: "
|
|
148
|
+
readonly type: "bytes32";
|
|
149
|
+
readonly internalType: "bytes32";
|
|
150
|
+
}];
|
|
151
|
+
readonly stateMutability: "view";
|
|
152
|
+
}, {
|
|
153
|
+
readonly type: "function";
|
|
154
|
+
readonly name: "MINTING_RESUME_ROLE";
|
|
155
|
+
readonly inputs: readonly [];
|
|
156
|
+
readonly outputs: readonly [{
|
|
157
|
+
readonly name: "";
|
|
158
|
+
readonly type: "bytes32";
|
|
159
|
+
readonly internalType: "bytes32";
|
|
160
|
+
}];
|
|
161
|
+
readonly stateMutability: "view";
|
|
162
|
+
}, {
|
|
163
|
+
readonly type: "function";
|
|
164
|
+
readonly name: "RESERVE_RATIO_GAP_BP";
|
|
165
|
+
readonly inputs: readonly [];
|
|
166
|
+
readonly outputs: readonly [{
|
|
167
|
+
readonly name: "";
|
|
168
|
+
readonly type: "uint256";
|
|
169
|
+
readonly internalType: "uint256";
|
|
132
170
|
}];
|
|
133
171
|
readonly stateMutability: "view";
|
|
134
172
|
}, {
|
|
@@ -153,12 +191,12 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
153
191
|
readonly stateMutability: "view";
|
|
154
192
|
}, {
|
|
155
193
|
readonly type: "function";
|
|
156
|
-
readonly name: "
|
|
194
|
+
readonly name: "VAULT";
|
|
157
195
|
readonly inputs: readonly [];
|
|
158
196
|
readonly outputs: readonly [{
|
|
159
197
|
readonly name: "";
|
|
160
|
-
readonly type: "
|
|
161
|
-
readonly internalType: "
|
|
198
|
+
readonly type: "address";
|
|
199
|
+
readonly internalType: "contract IStakingVault";
|
|
162
200
|
}];
|
|
163
201
|
readonly stateMutability: "view";
|
|
164
202
|
}, {
|
|
@@ -183,12 +221,12 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
183
221
|
readonly stateMutability: "view";
|
|
184
222
|
}, {
|
|
185
223
|
readonly type: "function";
|
|
186
|
-
readonly name: "
|
|
224
|
+
readonly name: "WSTETH";
|
|
187
225
|
readonly inputs: readonly [];
|
|
188
226
|
readonly outputs: readonly [{
|
|
189
227
|
readonly name: "";
|
|
190
|
-
readonly type: "
|
|
191
|
-
readonly internalType: "
|
|
228
|
+
readonly type: "address";
|
|
229
|
+
readonly internalType: "contract IWstETH";
|
|
192
230
|
}];
|
|
193
231
|
readonly stateMutability: "view";
|
|
194
232
|
}, {
|
|
@@ -285,6 +323,16 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
285
323
|
}];
|
|
286
324
|
readonly outputs: readonly [];
|
|
287
325
|
readonly stateMutability: "nonpayable";
|
|
326
|
+
}, {
|
|
327
|
+
readonly type: "function";
|
|
328
|
+
readonly name: "burnWsteth";
|
|
329
|
+
readonly inputs: readonly [{
|
|
330
|
+
readonly name: "_wsteth";
|
|
331
|
+
readonly type: "uint256";
|
|
332
|
+
readonly internalType: "uint256";
|
|
333
|
+
}];
|
|
334
|
+
readonly outputs: readonly [];
|
|
335
|
+
readonly stateMutability: "nonpayable";
|
|
288
336
|
}, {
|
|
289
337
|
readonly type: "function";
|
|
290
338
|
readonly name: "calcAssetsToLockForStethShares";
|
|
@@ -341,56 +389,6 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
341
389
|
readonly internalType: "uint256";
|
|
342
390
|
}];
|
|
343
391
|
readonly stateMutability: "view";
|
|
344
|
-
}, {
|
|
345
|
-
readonly type: "function";
|
|
346
|
-
readonly name: "claimConnectDeposit";
|
|
347
|
-
readonly inputs: readonly [{
|
|
348
|
-
readonly name: "_recipient";
|
|
349
|
-
readonly type: "address";
|
|
350
|
-
readonly internalType: "address";
|
|
351
|
-
}];
|
|
352
|
-
readonly outputs: readonly [];
|
|
353
|
-
readonly stateMutability: "nonpayable";
|
|
354
|
-
}, {
|
|
355
|
-
readonly type: "function";
|
|
356
|
-
readonly name: "claimWithdrawal";
|
|
357
|
-
readonly inputs: readonly [{
|
|
358
|
-
readonly name: "_requestId";
|
|
359
|
-
readonly type: "uint256";
|
|
360
|
-
readonly internalType: "uint256";
|
|
361
|
-
}, {
|
|
362
|
-
readonly name: "_recipient";
|
|
363
|
-
readonly type: "address";
|
|
364
|
-
readonly internalType: "address";
|
|
365
|
-
}];
|
|
366
|
-
readonly outputs: readonly [{
|
|
367
|
-
readonly name: "ethClaimed";
|
|
368
|
-
readonly type: "uint256";
|
|
369
|
-
readonly internalType: "uint256";
|
|
370
|
-
}];
|
|
371
|
-
readonly stateMutability: "nonpayable";
|
|
372
|
-
}, {
|
|
373
|
-
readonly type: "function";
|
|
374
|
-
readonly name: "claimWithdrawals";
|
|
375
|
-
readonly inputs: readonly [{
|
|
376
|
-
readonly name: "_requestIds";
|
|
377
|
-
readonly type: "uint256[]";
|
|
378
|
-
readonly internalType: "uint256[]";
|
|
379
|
-
}, {
|
|
380
|
-
readonly name: "_hints";
|
|
381
|
-
readonly type: "uint256[]";
|
|
382
|
-
readonly internalType: "uint256[]";
|
|
383
|
-
}, {
|
|
384
|
-
readonly name: "_recipient";
|
|
385
|
-
readonly type: "address";
|
|
386
|
-
readonly internalType: "address";
|
|
387
|
-
}];
|
|
388
|
-
readonly outputs: readonly [{
|
|
389
|
-
readonly name: "claimedEth";
|
|
390
|
-
readonly type: "uint256[]";
|
|
391
|
-
readonly internalType: "uint256[]";
|
|
392
|
-
}];
|
|
393
|
-
readonly stateMutability: "nonpayable";
|
|
394
392
|
}, {
|
|
395
393
|
readonly type: "function";
|
|
396
394
|
readonly name: "decimals";
|
|
@@ -405,6 +403,10 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
405
403
|
readonly type: "function";
|
|
406
404
|
readonly name: "depositETH";
|
|
407
405
|
readonly inputs: readonly [{
|
|
406
|
+
readonly name: "_recipient";
|
|
407
|
+
readonly type: "address";
|
|
408
|
+
readonly internalType: "address";
|
|
409
|
+
}, {
|
|
408
410
|
readonly name: "_referral";
|
|
409
411
|
readonly type: "address";
|
|
410
412
|
readonly internalType: "address";
|
|
@@ -417,15 +419,15 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
417
419
|
readonly stateMutability: "payable";
|
|
418
420
|
}, {
|
|
419
421
|
readonly type: "function";
|
|
420
|
-
readonly name: "
|
|
422
|
+
readonly name: "depositETHAndMintStethShares";
|
|
421
423
|
readonly inputs: readonly [{
|
|
422
|
-
readonly name: "_receiver";
|
|
423
|
-
readonly type: "address";
|
|
424
|
-
readonly internalType: "address";
|
|
425
|
-
}, {
|
|
426
424
|
readonly name: "_referral";
|
|
427
425
|
readonly type: "address";
|
|
428
426
|
readonly internalType: "address";
|
|
427
|
+
}, {
|
|
428
|
+
readonly name: "_stethSharesToMint";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
readonly internalType: "uint256";
|
|
429
431
|
}];
|
|
430
432
|
readonly outputs: readonly [{
|
|
431
433
|
readonly name: "stv";
|
|
@@ -435,17 +437,13 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
435
437
|
readonly stateMutability: "payable";
|
|
436
438
|
}, {
|
|
437
439
|
readonly type: "function";
|
|
438
|
-
readonly name: "
|
|
440
|
+
readonly name: "depositETHAndMintWsteth";
|
|
439
441
|
readonly inputs: readonly [{
|
|
440
|
-
readonly name: "_receiver";
|
|
441
|
-
readonly type: "address";
|
|
442
|
-
readonly internalType: "address";
|
|
443
|
-
}, {
|
|
444
442
|
readonly name: "_referral";
|
|
445
443
|
readonly type: "address";
|
|
446
444
|
readonly internalType: "address";
|
|
447
445
|
}, {
|
|
448
|
-
readonly name: "
|
|
446
|
+
readonly name: "_wstethToMint";
|
|
449
447
|
readonly type: "uint256";
|
|
450
448
|
readonly internalType: "uint256";
|
|
451
449
|
}];
|
|
@@ -457,44 +455,38 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
457
455
|
readonly stateMutability: "payable";
|
|
458
456
|
}, {
|
|
459
457
|
readonly type: "function";
|
|
460
|
-
readonly name: "
|
|
461
|
-
readonly inputs: readonly [
|
|
458
|
+
readonly name: "forceRebalance";
|
|
459
|
+
readonly inputs: readonly [{
|
|
460
|
+
readonly name: "_account";
|
|
461
|
+
readonly type: "address";
|
|
462
|
+
readonly internalType: "address";
|
|
463
|
+
}];
|
|
462
464
|
readonly outputs: readonly [{
|
|
463
|
-
readonly name: "
|
|
465
|
+
readonly name: "stvBurned";
|
|
464
466
|
readonly type: "uint256";
|
|
465
467
|
readonly internalType: "uint256";
|
|
466
468
|
}];
|
|
467
|
-
readonly stateMutability: "payable";
|
|
468
|
-
}, {
|
|
469
|
-
readonly type: "function";
|
|
470
|
-
readonly name: "disconnectVault";
|
|
471
|
-
readonly inputs: readonly [];
|
|
472
|
-
readonly outputs: readonly [];
|
|
473
469
|
readonly stateMutability: "nonpayable";
|
|
474
470
|
}, {
|
|
475
471
|
readonly type: "function";
|
|
476
|
-
readonly name: "
|
|
472
|
+
readonly name: "forceRebalanceAndSocializeLoss";
|
|
477
473
|
readonly inputs: readonly [{
|
|
478
474
|
readonly name: "_account";
|
|
479
475
|
readonly type: "address";
|
|
480
476
|
readonly internalType: "address";
|
|
481
477
|
}];
|
|
482
478
|
readonly outputs: readonly [{
|
|
483
|
-
readonly name: "
|
|
479
|
+
readonly name: "stvBurned";
|
|
484
480
|
readonly type: "uint256";
|
|
485
481
|
readonly internalType: "uint256";
|
|
486
482
|
}];
|
|
487
|
-
readonly stateMutability: "
|
|
483
|
+
readonly stateMutability: "nonpayable";
|
|
488
484
|
}, {
|
|
489
485
|
readonly type: "function";
|
|
490
|
-
readonly name: "
|
|
491
|
-
readonly inputs: readonly [
|
|
492
|
-
readonly name: "_account";
|
|
493
|
-
readonly type: "address";
|
|
494
|
-
readonly internalType: "address";
|
|
495
|
-
}];
|
|
486
|
+
readonly name: "forcedRebalanceThresholdBP";
|
|
487
|
+
readonly inputs: readonly [];
|
|
496
488
|
readonly outputs: readonly [{
|
|
497
|
-
readonly name: "
|
|
489
|
+
readonly name: "threshold";
|
|
498
490
|
readonly type: "uint256";
|
|
499
491
|
readonly internalType: "uint256";
|
|
500
492
|
}];
|
|
@@ -645,38 +637,72 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
645
637
|
readonly stateMutability: "view";
|
|
646
638
|
}, {
|
|
647
639
|
readonly type: "function";
|
|
648
|
-
readonly name: "
|
|
640
|
+
readonly name: "isFeaturePaused";
|
|
649
641
|
readonly inputs: readonly [{
|
|
650
|
-
readonly name: "
|
|
651
|
-
readonly type: "
|
|
652
|
-
readonly internalType: "
|
|
642
|
+
readonly name: "_featureId";
|
|
643
|
+
readonly type: "bytes32";
|
|
644
|
+
readonly internalType: "bytes32";
|
|
653
645
|
}];
|
|
654
|
-
readonly outputs: readonly [
|
|
655
|
-
|
|
646
|
+
readonly outputs: readonly [{
|
|
647
|
+
readonly name: "isPaused";
|
|
648
|
+
readonly type: "bool";
|
|
649
|
+
readonly internalType: "bool";
|
|
650
|
+
}];
|
|
651
|
+
readonly stateMutability: "view";
|
|
656
652
|
}, {
|
|
657
653
|
readonly type: "function";
|
|
658
|
-
readonly name: "
|
|
654
|
+
readonly name: "isHealthyOf";
|
|
659
655
|
readonly inputs: readonly [{
|
|
660
656
|
readonly name: "_account";
|
|
661
657
|
readonly type: "address";
|
|
662
658
|
readonly internalType: "address";
|
|
663
659
|
}];
|
|
664
660
|
readonly outputs: readonly [{
|
|
665
|
-
readonly name: "
|
|
661
|
+
readonly name: "isHealthy";
|
|
662
|
+
readonly type: "bool";
|
|
663
|
+
readonly internalType: "bool";
|
|
664
|
+
}];
|
|
665
|
+
readonly stateMutability: "view";
|
|
666
|
+
}, {
|
|
667
|
+
readonly type: "function";
|
|
668
|
+
readonly name: "maxLossSocializationBP";
|
|
669
|
+
readonly inputs: readonly [];
|
|
670
|
+
readonly outputs: readonly [{
|
|
671
|
+
readonly name: "maxSocializablePortionBP";
|
|
666
672
|
readonly type: "uint256";
|
|
667
673
|
readonly internalType: "uint256";
|
|
668
674
|
}];
|
|
669
675
|
readonly stateMutability: "view";
|
|
670
676
|
}, {
|
|
671
677
|
readonly type: "function";
|
|
672
|
-
readonly name: "
|
|
678
|
+
readonly name: "mintStethShares";
|
|
679
|
+
readonly inputs: readonly [{
|
|
680
|
+
readonly name: "_stethShares";
|
|
681
|
+
readonly type: "uint256";
|
|
682
|
+
readonly internalType: "uint256";
|
|
683
|
+
}];
|
|
684
|
+
readonly outputs: readonly [];
|
|
685
|
+
readonly stateMutability: "nonpayable";
|
|
686
|
+
}, {
|
|
687
|
+
readonly type: "function";
|
|
688
|
+
readonly name: "mintWsteth";
|
|
689
|
+
readonly inputs: readonly [{
|
|
690
|
+
readonly name: "_wsteth";
|
|
691
|
+
readonly type: "uint256";
|
|
692
|
+
readonly internalType: "uint256";
|
|
693
|
+
}];
|
|
694
|
+
readonly outputs: readonly [];
|
|
695
|
+
readonly stateMutability: "nonpayable";
|
|
696
|
+
}, {
|
|
697
|
+
readonly type: "function";
|
|
698
|
+
readonly name: "mintedStethSharesOf";
|
|
673
699
|
readonly inputs: readonly [{
|
|
674
700
|
readonly name: "_account";
|
|
675
701
|
readonly type: "address";
|
|
676
702
|
readonly internalType: "address";
|
|
677
703
|
}];
|
|
678
704
|
readonly outputs: readonly [{
|
|
679
|
-
readonly name: "
|
|
705
|
+
readonly name: "stethShares";
|
|
680
706
|
readonly type: "uint256";
|
|
681
707
|
readonly internalType: "uint256";
|
|
682
708
|
}];
|
|
@@ -707,35 +733,29 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
707
733
|
readonly stateMutability: "view";
|
|
708
734
|
}, {
|
|
709
735
|
readonly type: "function";
|
|
710
|
-
readonly name: "
|
|
711
|
-
readonly inputs: readonly [
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
readonly internalType: "uint256";
|
|
715
|
-
}];
|
|
716
|
-
readonly outputs: readonly [{
|
|
717
|
-
readonly name: "stv";
|
|
718
|
-
readonly type: "uint256";
|
|
719
|
-
readonly internalType: "uint256";
|
|
720
|
-
}];
|
|
721
|
-
readonly stateMutability: "view";
|
|
736
|
+
readonly name: "pauseDeposits";
|
|
737
|
+
readonly inputs: readonly [];
|
|
738
|
+
readonly outputs: readonly [];
|
|
739
|
+
readonly stateMutability: "nonpayable";
|
|
722
740
|
}, {
|
|
723
741
|
readonly type: "function";
|
|
724
|
-
readonly name: "
|
|
725
|
-
readonly inputs: readonly [
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
742
|
+
readonly name: "pauseMinting";
|
|
743
|
+
readonly inputs: readonly [];
|
|
744
|
+
readonly outputs: readonly [];
|
|
745
|
+
readonly stateMutability: "nonpayable";
|
|
746
|
+
}, {
|
|
747
|
+
readonly type: "function";
|
|
748
|
+
readonly name: "poolType";
|
|
749
|
+
readonly inputs: readonly [];
|
|
730
750
|
readonly outputs: readonly [{
|
|
731
|
-
readonly name: "
|
|
732
|
-
readonly type: "
|
|
733
|
-
readonly internalType: "
|
|
751
|
+
readonly name: "";
|
|
752
|
+
readonly type: "bytes32";
|
|
753
|
+
readonly internalType: "bytes32";
|
|
734
754
|
}];
|
|
735
755
|
readonly stateMutability: "view";
|
|
736
756
|
}, {
|
|
737
757
|
readonly type: "function";
|
|
738
|
-
readonly name: "
|
|
758
|
+
readonly name: "previewDeposit";
|
|
739
759
|
readonly inputs: readonly [{
|
|
740
760
|
readonly name: "_assets";
|
|
741
761
|
readonly type: "uint256";
|
|
@@ -749,201 +769,151 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
749
769
|
readonly stateMutability: "view";
|
|
750
770
|
}, {
|
|
751
771
|
readonly type: "function";
|
|
752
|
-
readonly name: "
|
|
772
|
+
readonly name: "previewForceRebalance";
|
|
753
773
|
readonly inputs: readonly [{
|
|
754
|
-
readonly name: "
|
|
755
|
-
readonly type: "
|
|
756
|
-
readonly internalType: "
|
|
757
|
-
}, {
|
|
758
|
-
readonly name: "_maxStvToBurn";
|
|
759
|
-
readonly type: "uint256";
|
|
760
|
-
readonly internalType: "uint256";
|
|
774
|
+
readonly name: "_account";
|
|
775
|
+
readonly type: "address";
|
|
776
|
+
readonly internalType: "address";
|
|
761
777
|
}];
|
|
762
778
|
readonly outputs: readonly [{
|
|
763
|
-
readonly name: "
|
|
779
|
+
readonly name: "stethShares";
|
|
764
780
|
readonly type: "uint256";
|
|
765
781
|
readonly internalType: "uint256";
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
}, {
|
|
769
|
-
readonly type: "function";
|
|
770
|
-
readonly name: "rebalanceUnassignedLiability";
|
|
771
|
-
readonly inputs: readonly [{
|
|
772
|
-
readonly name: "_stethShares";
|
|
782
|
+
}, {
|
|
783
|
+
readonly name: "stv";
|
|
773
784
|
readonly type: "uint256";
|
|
774
785
|
readonly internalType: "uint256";
|
|
786
|
+
}, {
|
|
787
|
+
readonly name: "isUndercollateralized";
|
|
788
|
+
readonly type: "bool";
|
|
789
|
+
readonly internalType: "bool";
|
|
775
790
|
}];
|
|
776
|
-
readonly
|
|
777
|
-
readonly stateMutability: "nonpayable";
|
|
778
|
-
}, {
|
|
779
|
-
readonly type: "function";
|
|
780
|
-
readonly name: "rebalanceUnassignedLiabilityWithEther";
|
|
781
|
-
readonly inputs: readonly [];
|
|
782
|
-
readonly outputs: readonly [];
|
|
783
|
-
readonly stateMutability: "payable";
|
|
791
|
+
readonly stateMutability: "view";
|
|
784
792
|
}, {
|
|
785
793
|
readonly type: "function";
|
|
786
|
-
readonly name: "
|
|
794
|
+
readonly name: "previewRedeem";
|
|
787
795
|
readonly inputs: readonly [{
|
|
788
|
-
readonly name: "
|
|
796
|
+
readonly name: "_stv";
|
|
789
797
|
readonly type: "uint256";
|
|
790
798
|
readonly internalType: "uint256";
|
|
791
799
|
}];
|
|
792
800
|
readonly outputs: readonly [{
|
|
793
|
-
readonly name: "
|
|
801
|
+
readonly name: "assets";
|
|
794
802
|
readonly type: "uint256";
|
|
795
803
|
readonly internalType: "uint256";
|
|
796
804
|
}];
|
|
797
805
|
readonly stateMutability: "view";
|
|
798
806
|
}, {
|
|
799
807
|
readonly type: "function";
|
|
800
|
-
readonly name: "
|
|
801
|
-
readonly inputs: readonly [{
|
|
802
|
-
readonly name: "_user";
|
|
803
|
-
readonly type: "address";
|
|
804
|
-
readonly internalType: "address";
|
|
805
|
-
}];
|
|
806
|
-
readonly outputs: readonly [];
|
|
807
|
-
readonly stateMutability: "nonpayable";
|
|
808
|
-
}, {
|
|
809
|
-
readonly type: "function";
|
|
810
|
-
readonly name: "renounceRole";
|
|
811
|
-
readonly inputs: readonly [{
|
|
812
|
-
readonly name: "role";
|
|
813
|
-
readonly type: "bytes32";
|
|
814
|
-
readonly internalType: "bytes32";
|
|
815
|
-
}, {
|
|
816
|
-
readonly name: "callerConfirmation";
|
|
817
|
-
readonly type: "address";
|
|
818
|
-
readonly internalType: "address";
|
|
819
|
-
}];
|
|
820
|
-
readonly outputs: readonly [];
|
|
821
|
-
readonly stateMutability: "nonpayable";
|
|
822
|
-
}, {
|
|
823
|
-
readonly type: "function";
|
|
824
|
-
readonly name: "requestValidatorExit";
|
|
825
|
-
readonly inputs: readonly [{
|
|
826
|
-
readonly name: "_pubkeys";
|
|
827
|
-
readonly type: "bytes";
|
|
828
|
-
readonly internalType: "bytes";
|
|
829
|
-
}];
|
|
830
|
-
readonly outputs: readonly [];
|
|
831
|
-
readonly stateMutability: "nonpayable";
|
|
832
|
-
}, {
|
|
833
|
-
readonly type: "function";
|
|
834
|
-
readonly name: "requestWithdrawal";
|
|
808
|
+
readonly name: "previewWithdraw";
|
|
835
809
|
readonly inputs: readonly [{
|
|
836
|
-
readonly name: "
|
|
810
|
+
readonly name: "_assets";
|
|
837
811
|
readonly type: "uint256";
|
|
838
812
|
readonly internalType: "uint256";
|
|
839
|
-
}, {
|
|
840
|
-
readonly name: "_receiver";
|
|
841
|
-
readonly type: "address";
|
|
842
|
-
readonly internalType: "address";
|
|
843
813
|
}];
|
|
844
814
|
readonly outputs: readonly [{
|
|
845
|
-
readonly name: "
|
|
815
|
+
readonly name: "stv";
|
|
846
816
|
readonly type: "uint256";
|
|
847
817
|
readonly internalType: "uint256";
|
|
848
818
|
}];
|
|
849
|
-
readonly stateMutability: "
|
|
819
|
+
readonly stateMutability: "view";
|
|
850
820
|
}, {
|
|
851
821
|
readonly type: "function";
|
|
852
|
-
readonly name: "
|
|
822
|
+
readonly name: "rebalanceMintedStethSharesForWithdrawalQueue";
|
|
853
823
|
readonly inputs: readonly [{
|
|
854
|
-
readonly name: "
|
|
855
|
-
readonly type: "uint256";
|
|
856
|
-
readonly internalType: "uint256";
|
|
857
|
-
}, {
|
|
858
|
-
readonly name: "_stethSharesToBurn";
|
|
824
|
+
readonly name: "_stethShares";
|
|
859
825
|
readonly type: "uint256";
|
|
860
826
|
readonly internalType: "uint256";
|
|
861
827
|
}, {
|
|
862
|
-
readonly name: "
|
|
828
|
+
readonly name: "_maxStvToBurn";
|
|
863
829
|
readonly type: "uint256";
|
|
864
830
|
readonly internalType: "uint256";
|
|
865
|
-
}, {
|
|
866
|
-
readonly name: "_receiver";
|
|
867
|
-
readonly type: "address";
|
|
868
|
-
readonly internalType: "address";
|
|
869
831
|
}];
|
|
870
832
|
readonly outputs: readonly [{
|
|
871
|
-
readonly name: "
|
|
833
|
+
readonly name: "stvBurned";
|
|
872
834
|
readonly type: "uint256";
|
|
873
835
|
readonly internalType: "uint256";
|
|
874
836
|
}];
|
|
875
837
|
readonly stateMutability: "nonpayable";
|
|
876
838
|
}, {
|
|
877
839
|
readonly type: "function";
|
|
878
|
-
readonly name: "
|
|
840
|
+
readonly name: "rebalanceUnassignedLiability";
|
|
879
841
|
readonly inputs: readonly [{
|
|
880
|
-
readonly name: "
|
|
881
|
-
readonly type: "uint256";
|
|
882
|
-
readonly internalType: "uint256";
|
|
883
|
-
}];
|
|
884
|
-
readonly outputs: readonly [{
|
|
885
|
-
readonly name: "requestId";
|
|
842
|
+
readonly name: "_stethShares";
|
|
886
843
|
readonly type: "uint256";
|
|
887
844
|
readonly internalType: "uint256";
|
|
888
845
|
}];
|
|
846
|
+
readonly outputs: readonly [];
|
|
889
847
|
readonly stateMutability: "nonpayable";
|
|
890
848
|
}, {
|
|
891
849
|
readonly type: "function";
|
|
892
|
-
readonly name: "
|
|
850
|
+
readonly name: "rebalanceUnassignedLiabilityWithEther";
|
|
851
|
+
readonly inputs: readonly [];
|
|
852
|
+
readonly outputs: readonly [];
|
|
853
|
+
readonly stateMutability: "payable";
|
|
854
|
+
}, {
|
|
855
|
+
readonly type: "function";
|
|
856
|
+
readonly name: "remainingMintingCapacitySharesOf";
|
|
893
857
|
readonly inputs: readonly [{
|
|
894
|
-
readonly name: "
|
|
858
|
+
readonly name: "_account";
|
|
859
|
+
readonly type: "address";
|
|
860
|
+
readonly internalType: "address";
|
|
861
|
+
}, {
|
|
862
|
+
readonly name: "_ethToFund";
|
|
895
863
|
readonly type: "uint256";
|
|
896
864
|
readonly internalType: "uint256";
|
|
897
865
|
}];
|
|
898
866
|
readonly outputs: readonly [{
|
|
899
|
-
readonly name: "
|
|
867
|
+
readonly name: "stethShares";
|
|
900
868
|
readonly type: "uint256";
|
|
901
869
|
readonly internalType: "uint256";
|
|
902
870
|
}];
|
|
903
|
-
readonly stateMutability: "
|
|
871
|
+
readonly stateMutability: "view";
|
|
904
872
|
}, {
|
|
905
873
|
readonly type: "function";
|
|
906
|
-
readonly name: "
|
|
874
|
+
readonly name: "removeFromAllowList";
|
|
907
875
|
readonly inputs: readonly [{
|
|
908
|
-
readonly name: "
|
|
909
|
-
readonly type: "uint256[]";
|
|
910
|
-
readonly internalType: "uint256[]";
|
|
911
|
-
}, {
|
|
912
|
-
readonly name: "_stethSharesToRebalance";
|
|
913
|
-
readonly type: "uint256[]";
|
|
914
|
-
readonly internalType: "uint256[]";
|
|
915
|
-
}, {
|
|
916
|
-
readonly name: "_stethSharesToBurn";
|
|
917
|
-
readonly type: "uint256";
|
|
918
|
-
readonly internalType: "uint256";
|
|
919
|
-
}, {
|
|
920
|
-
readonly name: "_receiver";
|
|
876
|
+
readonly name: "_user";
|
|
921
877
|
readonly type: "address";
|
|
922
878
|
readonly internalType: "address";
|
|
923
879
|
}];
|
|
924
|
-
readonly outputs: readonly [
|
|
925
|
-
readonly name: "requestIds";
|
|
926
|
-
readonly type: "uint256[]";
|
|
927
|
-
readonly internalType: "uint256[]";
|
|
928
|
-
}];
|
|
880
|
+
readonly outputs: readonly [];
|
|
929
881
|
readonly stateMutability: "nonpayable";
|
|
930
882
|
}, {
|
|
931
883
|
readonly type: "function";
|
|
932
|
-
readonly name: "
|
|
884
|
+
readonly name: "renounceRole";
|
|
933
885
|
readonly inputs: readonly [{
|
|
934
|
-
readonly name: "
|
|
935
|
-
readonly type: "
|
|
936
|
-
readonly internalType: "
|
|
886
|
+
readonly name: "role";
|
|
887
|
+
readonly type: "bytes32";
|
|
888
|
+
readonly internalType: "bytes32";
|
|
937
889
|
}, {
|
|
938
|
-
readonly name: "
|
|
890
|
+
readonly name: "callerConfirmation";
|
|
939
891
|
readonly type: "address";
|
|
940
892
|
readonly internalType: "address";
|
|
941
893
|
}];
|
|
894
|
+
readonly outputs: readonly [];
|
|
895
|
+
readonly stateMutability: "nonpayable";
|
|
896
|
+
}, {
|
|
897
|
+
readonly type: "function";
|
|
898
|
+
readonly name: "reserveRatioBP";
|
|
899
|
+
readonly inputs: readonly [];
|
|
942
900
|
readonly outputs: readonly [{
|
|
943
|
-
readonly name: "
|
|
944
|
-
readonly type: "uint256
|
|
945
|
-
readonly internalType: "uint256
|
|
901
|
+
readonly name: "reserveRatio";
|
|
902
|
+
readonly type: "uint256";
|
|
903
|
+
readonly internalType: "uint256";
|
|
946
904
|
}];
|
|
905
|
+
readonly stateMutability: "view";
|
|
906
|
+
}, {
|
|
907
|
+
readonly type: "function";
|
|
908
|
+
readonly name: "resumeDeposits";
|
|
909
|
+
readonly inputs: readonly [];
|
|
910
|
+
readonly outputs: readonly [];
|
|
911
|
+
readonly stateMutability: "nonpayable";
|
|
912
|
+
}, {
|
|
913
|
+
readonly type: "function";
|
|
914
|
+
readonly name: "resumeMinting";
|
|
915
|
+
readonly inputs: readonly [];
|
|
916
|
+
readonly outputs: readonly [];
|
|
947
917
|
readonly stateMutability: "nonpayable";
|
|
948
918
|
}, {
|
|
949
919
|
readonly type: "function";
|
|
@@ -961,7 +931,17 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
961
931
|
readonly stateMutability: "nonpayable";
|
|
962
932
|
}, {
|
|
963
933
|
readonly type: "function";
|
|
964
|
-
readonly name: "
|
|
934
|
+
readonly name: "setMaxLossSocializationBP";
|
|
935
|
+
readonly inputs: readonly [{
|
|
936
|
+
readonly name: "_maxSocializablePortionBP";
|
|
937
|
+
readonly type: "uint16";
|
|
938
|
+
readonly internalType: "uint16";
|
|
939
|
+
}];
|
|
940
|
+
readonly outputs: readonly [];
|
|
941
|
+
readonly stateMutability: "nonpayable";
|
|
942
|
+
}, {
|
|
943
|
+
readonly type: "function";
|
|
944
|
+
readonly name: "stethSharesToBurnForStvOf";
|
|
965
945
|
readonly inputs: readonly [{
|
|
966
946
|
readonly name: "_account";
|
|
967
947
|
readonly type: "address";
|
|
@@ -1001,6 +981,12 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1001
981
|
readonly internalType: "string";
|
|
1002
982
|
}];
|
|
1003
983
|
readonly stateMutability: "view";
|
|
984
|
+
}, {
|
|
985
|
+
readonly type: "function";
|
|
986
|
+
readonly name: "syncVaultParameters";
|
|
987
|
+
readonly inputs: readonly [];
|
|
988
|
+
readonly outputs: readonly [];
|
|
989
|
+
readonly stateMutability: "nonpayable";
|
|
1004
990
|
}, {
|
|
1005
991
|
readonly type: "function";
|
|
1006
992
|
readonly name: "totalAssets";
|
|
@@ -1053,8 +1039,12 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1053
1039
|
readonly stateMutability: "view";
|
|
1054
1040
|
}, {
|
|
1055
1041
|
readonly type: "function";
|
|
1056
|
-
readonly name: "
|
|
1057
|
-
readonly inputs: readonly [
|
|
1042
|
+
readonly name: "totalMintingCapacitySharesOf";
|
|
1043
|
+
readonly inputs: readonly [{
|
|
1044
|
+
readonly name: "_account";
|
|
1045
|
+
readonly type: "address";
|
|
1046
|
+
readonly internalType: "address";
|
|
1047
|
+
}];
|
|
1058
1048
|
readonly outputs: readonly [{
|
|
1059
1049
|
readonly name: "stethShares";
|
|
1060
1050
|
readonly type: "uint256";
|
|
@@ -1091,6 +1081,16 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1091
1081
|
readonly internalType: "uint256";
|
|
1092
1082
|
}];
|
|
1093
1083
|
readonly stateMutability: "view";
|
|
1084
|
+
}, {
|
|
1085
|
+
readonly type: "function";
|
|
1086
|
+
readonly name: "totalUnassignedLiabilitySteth";
|
|
1087
|
+
readonly inputs: readonly [];
|
|
1088
|
+
readonly outputs: readonly [{
|
|
1089
|
+
readonly name: "unassignedLiabilitySteth";
|
|
1090
|
+
readonly type: "uint256";
|
|
1091
|
+
readonly internalType: "uint256";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly stateMutability: "view";
|
|
1094
1094
|
}, {
|
|
1095
1095
|
readonly type: "function";
|
|
1096
1096
|
readonly name: "transfer";
|
|
@@ -1133,9 +1133,23 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1133
1133
|
readonly stateMutability: "nonpayable";
|
|
1134
1134
|
}, {
|
|
1135
1135
|
readonly type: "function";
|
|
1136
|
-
readonly name: "
|
|
1136
|
+
readonly name: "transferFromForWithdrawalQueue";
|
|
1137
1137
|
readonly inputs: readonly [{
|
|
1138
|
-
readonly name: "
|
|
1138
|
+
readonly name: "_from";
|
|
1139
|
+
readonly type: "address";
|
|
1140
|
+
readonly internalType: "address";
|
|
1141
|
+
}, {
|
|
1142
|
+
readonly name: "_stv";
|
|
1143
|
+
readonly type: "uint256";
|
|
1144
|
+
readonly internalType: "uint256";
|
|
1145
|
+
}];
|
|
1146
|
+
readonly outputs: readonly [];
|
|
1147
|
+
readonly stateMutability: "nonpayable";
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly type: "function";
|
|
1150
|
+
readonly name: "transferFromWithLiabilityForWithdrawalQueue";
|
|
1151
|
+
readonly inputs: readonly [{
|
|
1152
|
+
readonly name: "_from";
|
|
1139
1153
|
readonly type: "address";
|
|
1140
1154
|
readonly internalType: "address";
|
|
1141
1155
|
}, {
|
|
@@ -1147,43 +1161,33 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1147
1161
|
readonly type: "uint256";
|
|
1148
1162
|
readonly internalType: "uint256";
|
|
1149
1163
|
}];
|
|
1150
|
-
readonly outputs: readonly [
|
|
1151
|
-
readonly name: "success";
|
|
1152
|
-
readonly type: "bool";
|
|
1153
|
-
readonly internalType: "bool";
|
|
1154
|
-
}];
|
|
1164
|
+
readonly outputs: readonly [];
|
|
1155
1165
|
readonly stateMutability: "nonpayable";
|
|
1156
1166
|
}, {
|
|
1157
1167
|
readonly type: "function";
|
|
1158
|
-
readonly name: "
|
|
1168
|
+
readonly name: "transferWithLiability";
|
|
1159
1169
|
readonly inputs: readonly [{
|
|
1160
|
-
readonly name: "
|
|
1161
|
-
readonly type: "bytes";
|
|
1162
|
-
readonly internalType: "bytes";
|
|
1163
|
-
}, {
|
|
1164
|
-
readonly name: "_amountsInGwei";
|
|
1165
|
-
readonly type: "uint64[]";
|
|
1166
|
-
readonly internalType: "uint64[]";
|
|
1167
|
-
}, {
|
|
1168
|
-
readonly name: "_refundRecipient";
|
|
1170
|
+
readonly name: "_to";
|
|
1169
1171
|
readonly type: "address";
|
|
1170
1172
|
readonly internalType: "address";
|
|
1173
|
+
}, {
|
|
1174
|
+
readonly name: "_stv";
|
|
1175
|
+
readonly type: "uint256";
|
|
1176
|
+
readonly internalType: "uint256";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly name: "_stethShares";
|
|
1179
|
+
readonly type: "uint256";
|
|
1180
|
+
readonly internalType: "uint256";
|
|
1171
1181
|
}];
|
|
1172
|
-
readonly outputs: readonly [];
|
|
1173
|
-
readonly stateMutability: "payable";
|
|
1174
|
-
}, {
|
|
1175
|
-
readonly type: "function";
|
|
1176
|
-
readonly name: "vaultDisconnected";
|
|
1177
|
-
readonly inputs: readonly [];
|
|
1178
1182
|
readonly outputs: readonly [{
|
|
1179
|
-
readonly name: "";
|
|
1183
|
+
readonly name: "success";
|
|
1180
1184
|
readonly type: "bool";
|
|
1181
1185
|
readonly internalType: "bool";
|
|
1182
1186
|
}];
|
|
1183
|
-
readonly stateMutability: "
|
|
1187
|
+
readonly stateMutability: "nonpayable";
|
|
1184
1188
|
}, {
|
|
1185
1189
|
readonly type: "function";
|
|
1186
|
-
readonly name: "
|
|
1190
|
+
readonly name: "unlockedAssetsOf";
|
|
1187
1191
|
readonly inputs: readonly [{
|
|
1188
1192
|
readonly name: "_account";
|
|
1189
1193
|
readonly type: "address";
|
|
@@ -1194,36 +1198,32 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1194
1198
|
readonly internalType: "uint256";
|
|
1195
1199
|
}];
|
|
1196
1200
|
readonly outputs: readonly [{
|
|
1197
|
-
readonly name: "
|
|
1201
|
+
readonly name: "assets";
|
|
1198
1202
|
readonly type: "uint256";
|
|
1199
1203
|
readonly internalType: "uint256";
|
|
1200
1204
|
}];
|
|
1201
1205
|
readonly stateMutability: "view";
|
|
1202
1206
|
}, {
|
|
1203
1207
|
readonly type: "function";
|
|
1204
|
-
readonly name: "
|
|
1208
|
+
readonly name: "unlockedAssetsOf";
|
|
1205
1209
|
readonly inputs: readonly [{
|
|
1206
1210
|
readonly name: "_account";
|
|
1207
1211
|
readonly type: "address";
|
|
1208
1212
|
readonly internalType: "address";
|
|
1209
1213
|
}];
|
|
1210
1214
|
readonly outputs: readonly [{
|
|
1211
|
-
readonly name: "
|
|
1215
|
+
readonly name: "assets";
|
|
1212
1216
|
readonly type: "uint256";
|
|
1213
1217
|
readonly internalType: "uint256";
|
|
1214
1218
|
}];
|
|
1215
1219
|
readonly stateMutability: "view";
|
|
1216
1220
|
}, {
|
|
1217
1221
|
readonly type: "function";
|
|
1218
|
-
readonly name: "
|
|
1222
|
+
readonly name: "unlockedStvOf";
|
|
1219
1223
|
readonly inputs: readonly [{
|
|
1220
1224
|
readonly name: "_account";
|
|
1221
1225
|
readonly type: "address";
|
|
1222
1226
|
readonly internalType: "address";
|
|
1223
|
-
}, {
|
|
1224
|
-
readonly name: "_stethSharesToBurn";
|
|
1225
|
-
readonly type: "uint256";
|
|
1226
|
-
readonly internalType: "uint256";
|
|
1227
1227
|
}];
|
|
1228
1228
|
readonly outputs: readonly [{
|
|
1229
1229
|
readonly name: "stv";
|
|
@@ -1233,11 +1233,15 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1233
1233
|
readonly stateMutability: "view";
|
|
1234
1234
|
}, {
|
|
1235
1235
|
readonly type: "function";
|
|
1236
|
-
readonly name: "
|
|
1236
|
+
readonly name: "unlockedStvOf";
|
|
1237
1237
|
readonly inputs: readonly [{
|
|
1238
1238
|
readonly name: "_account";
|
|
1239
1239
|
readonly type: "address";
|
|
1240
1240
|
readonly internalType: "address";
|
|
1241
|
+
}, {
|
|
1242
|
+
readonly name: "_stethSharesToBurn";
|
|
1243
|
+
readonly type: "uint256";
|
|
1244
|
+
readonly internalType: "uint256";
|
|
1241
1245
|
}];
|
|
1242
1246
|
readonly outputs: readonly [{
|
|
1243
1247
|
readonly name: "stv";
|
|
@@ -1245,26 +1249,6 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1245
1249
|
readonly internalType: "uint256";
|
|
1246
1250
|
}];
|
|
1247
1251
|
readonly stateMutability: "view";
|
|
1248
|
-
}, {
|
|
1249
|
-
readonly type: "function";
|
|
1250
|
-
readonly name: "withdrawalQueue";
|
|
1251
|
-
readonly inputs: readonly [];
|
|
1252
|
-
readonly outputs: readonly [{
|
|
1253
|
-
readonly name: "";
|
|
1254
|
-
readonly type: "address";
|
|
1255
|
-
readonly internalType: "contract WithdrawalQueue";
|
|
1256
|
-
}];
|
|
1257
|
-
readonly stateMutability: "view";
|
|
1258
|
-
}, {
|
|
1259
|
-
readonly type: "function";
|
|
1260
|
-
readonly name: "wrapperType";
|
|
1261
|
-
readonly inputs: readonly [];
|
|
1262
|
-
readonly outputs: readonly [{
|
|
1263
|
-
readonly name: "";
|
|
1264
|
-
readonly type: "string";
|
|
1265
|
-
readonly internalType: "string";
|
|
1266
|
-
}];
|
|
1267
|
-
readonly stateMutability: "pure";
|
|
1268
1252
|
}, {
|
|
1269
1253
|
readonly type: "event";
|
|
1270
1254
|
readonly name: "AllowListAdded";
|
|
@@ -1305,21 +1289,6 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1305
1289
|
readonly internalType: "uint256";
|
|
1306
1290
|
}];
|
|
1307
1291
|
readonly anonymous: false;
|
|
1308
|
-
}, {
|
|
1309
|
-
readonly type: "event";
|
|
1310
|
-
readonly name: "ConnectDepositClaimed";
|
|
1311
|
-
readonly inputs: readonly [{
|
|
1312
|
-
readonly name: "recipient";
|
|
1313
|
-
readonly type: "address";
|
|
1314
|
-
readonly indexed: true;
|
|
1315
|
-
readonly internalType: "address";
|
|
1316
|
-
}, {
|
|
1317
|
-
readonly name: "amount";
|
|
1318
|
-
readonly type: "uint256";
|
|
1319
|
-
readonly indexed: false;
|
|
1320
|
-
readonly internalType: "uint256";
|
|
1321
|
-
}];
|
|
1322
|
-
readonly anonymous: false;
|
|
1323
1292
|
}, {
|
|
1324
1293
|
readonly type: "event";
|
|
1325
1294
|
readonly name: "Deposit";
|
|
@@ -1329,7 +1298,7 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1329
1298
|
readonly indexed: true;
|
|
1330
1299
|
readonly internalType: "address";
|
|
1331
1300
|
}, {
|
|
1332
|
-
readonly name: "
|
|
1301
|
+
readonly name: "recipient";
|
|
1333
1302
|
readonly type: "address";
|
|
1334
1303
|
readonly indexed: true;
|
|
1335
1304
|
readonly internalType: "address";
|
|
@@ -1350,6 +1319,36 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1350
1319
|
readonly internalType: "uint256";
|
|
1351
1320
|
}];
|
|
1352
1321
|
readonly anonymous: false;
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly type: "event";
|
|
1324
|
+
readonly name: "FeaturePaused";
|
|
1325
|
+
readonly inputs: readonly [{
|
|
1326
|
+
readonly name: "featureId";
|
|
1327
|
+
readonly type: "bytes32";
|
|
1328
|
+
readonly indexed: true;
|
|
1329
|
+
readonly internalType: "bytes32";
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly name: "account";
|
|
1332
|
+
readonly type: "address";
|
|
1333
|
+
readonly indexed: true;
|
|
1334
|
+
readonly internalType: "address";
|
|
1335
|
+
}];
|
|
1336
|
+
readonly anonymous: false;
|
|
1337
|
+
}, {
|
|
1338
|
+
readonly type: "event";
|
|
1339
|
+
readonly name: "FeatureUnpaused";
|
|
1340
|
+
readonly inputs: readonly [{
|
|
1341
|
+
readonly name: "featureId";
|
|
1342
|
+
readonly type: "bytes32";
|
|
1343
|
+
readonly indexed: true;
|
|
1344
|
+
readonly internalType: "bytes32";
|
|
1345
|
+
}, {
|
|
1346
|
+
readonly name: "account";
|
|
1347
|
+
readonly type: "address";
|
|
1348
|
+
readonly indexed: true;
|
|
1349
|
+
readonly internalType: "address";
|
|
1350
|
+
}];
|
|
1351
|
+
readonly anonymous: false;
|
|
1353
1352
|
}, {
|
|
1354
1353
|
readonly type: "event";
|
|
1355
1354
|
readonly name: "Initialized";
|
|
@@ -1360,6 +1359,16 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1360
1359
|
readonly internalType: "uint64";
|
|
1361
1360
|
}];
|
|
1362
1361
|
readonly anonymous: false;
|
|
1362
|
+
}, {
|
|
1363
|
+
readonly type: "event";
|
|
1364
|
+
readonly name: "MaxLossSocializationUpdated";
|
|
1365
|
+
readonly inputs: readonly [{
|
|
1366
|
+
readonly name: "newMaxLossSocializationBP";
|
|
1367
|
+
readonly type: "uint256";
|
|
1368
|
+
readonly indexed: false;
|
|
1369
|
+
readonly internalType: "uint256";
|
|
1370
|
+
}];
|
|
1371
|
+
readonly anonymous: false;
|
|
1363
1372
|
}, {
|
|
1364
1373
|
readonly type: "event";
|
|
1365
1374
|
readonly name: "RoleAdminChanged";
|
|
@@ -1433,6 +1442,11 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1433
1442
|
readonly type: "uint256";
|
|
1434
1443
|
readonly indexed: false;
|
|
1435
1444
|
readonly internalType: "uint256";
|
|
1445
|
+
}, {
|
|
1446
|
+
readonly name: "maxLossSocializationBP";
|
|
1447
|
+
readonly type: "uint256";
|
|
1448
|
+
readonly indexed: false;
|
|
1449
|
+
readonly internalType: "uint256";
|
|
1436
1450
|
}];
|
|
1437
1451
|
readonly anonymous: false;
|
|
1438
1452
|
}, {
|
|
@@ -1469,6 +1483,11 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1469
1483
|
readonly type: "event";
|
|
1470
1484
|
readonly name: "StethSharesRebalanced";
|
|
1471
1485
|
readonly inputs: readonly [{
|
|
1486
|
+
readonly name: "account";
|
|
1487
|
+
readonly type: "address";
|
|
1488
|
+
readonly indexed: true;
|
|
1489
|
+
readonly internalType: "address";
|
|
1490
|
+
}, {
|
|
1472
1491
|
readonly name: "stethShares";
|
|
1473
1492
|
readonly type: "uint256";
|
|
1474
1493
|
readonly indexed: false;
|
|
@@ -1509,7 +1528,7 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1509
1528
|
readonly indexed: false;
|
|
1510
1529
|
readonly internalType: "uint256";
|
|
1511
1530
|
}, {
|
|
1512
|
-
readonly name: "
|
|
1531
|
+
readonly name: "ethFunded";
|
|
1513
1532
|
readonly type: "uint256";
|
|
1514
1533
|
readonly indexed: false;
|
|
1515
1534
|
readonly internalType: "uint256";
|
|
@@ -1517,44 +1536,14 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1517
1536
|
readonly anonymous: false;
|
|
1518
1537
|
}, {
|
|
1519
1538
|
readonly type: "event";
|
|
1520
|
-
readonly name: "
|
|
1521
|
-
readonly inputs: readonly [{
|
|
1522
|
-
readonly name: "pubkeys";
|
|
1523
|
-
readonly type: "bytes";
|
|
1524
|
-
readonly indexed: false;
|
|
1525
|
-
readonly internalType: "bytes";
|
|
1526
|
-
}];
|
|
1527
|
-
readonly anonymous: false;
|
|
1528
|
-
}, {
|
|
1529
|
-
readonly type: "event";
|
|
1530
|
-
readonly name: "ValidatorWithdrawalsTriggered";
|
|
1539
|
+
readonly name: "VaultParametersUpdated";
|
|
1531
1540
|
readonly inputs: readonly [{
|
|
1532
|
-
readonly name: "
|
|
1533
|
-
readonly type: "
|
|
1541
|
+
readonly name: "newReserveRatioBP";
|
|
1542
|
+
readonly type: "uint256";
|
|
1534
1543
|
readonly indexed: false;
|
|
1535
|
-
readonly internalType: "
|
|
1544
|
+
readonly internalType: "uint256";
|
|
1536
1545
|
}, {
|
|
1537
|
-
readonly name: "
|
|
1538
|
-
readonly type: "uint64[]";
|
|
1539
|
-
readonly indexed: false;
|
|
1540
|
-
readonly internalType: "uint64[]";
|
|
1541
|
-
}];
|
|
1542
|
-
readonly anonymous: false;
|
|
1543
|
-
}, {
|
|
1544
|
-
readonly type: "event";
|
|
1545
|
-
readonly name: "VaultDisconnected";
|
|
1546
|
-
readonly inputs: readonly [{
|
|
1547
|
-
readonly name: "initiator";
|
|
1548
|
-
readonly type: "address";
|
|
1549
|
-
readonly indexed: true;
|
|
1550
|
-
readonly internalType: "address";
|
|
1551
|
-
}];
|
|
1552
|
-
readonly anonymous: false;
|
|
1553
|
-
}, {
|
|
1554
|
-
readonly type: "event";
|
|
1555
|
-
readonly name: "VaultFunded";
|
|
1556
|
-
readonly inputs: readonly [{
|
|
1557
|
-
readonly name: "amount";
|
|
1546
|
+
readonly name: "newForcedRebalanceThresholdBP";
|
|
1558
1547
|
readonly type: "uint256";
|
|
1559
1548
|
readonly indexed: false;
|
|
1560
1549
|
readonly internalType: "uint256";
|
|
@@ -1596,6 +1585,14 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1596
1585
|
readonly type: "uint256";
|
|
1597
1586
|
readonly internalType: "uint256";
|
|
1598
1587
|
}];
|
|
1588
|
+
}, {
|
|
1589
|
+
readonly type: "error";
|
|
1590
|
+
readonly name: "CannotRebalanceWithdrawalQueue";
|
|
1591
|
+
readonly inputs: readonly [];
|
|
1592
|
+
}, {
|
|
1593
|
+
readonly type: "error";
|
|
1594
|
+
readonly name: "CollateralizedAccount";
|
|
1595
|
+
readonly inputs: readonly [];
|
|
1599
1596
|
}, {
|
|
1600
1597
|
readonly type: "error";
|
|
1601
1598
|
readonly name: "ERC20InsufficientAllowance";
|
|
@@ -1660,6 +1657,26 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1660
1657
|
readonly type: "address";
|
|
1661
1658
|
readonly internalType: "address";
|
|
1662
1659
|
}];
|
|
1660
|
+
}, {
|
|
1661
|
+
readonly type: "error";
|
|
1662
|
+
readonly name: "ExcessiveLossSocialization";
|
|
1663
|
+
readonly inputs: readonly [];
|
|
1664
|
+
}, {
|
|
1665
|
+
readonly type: "error";
|
|
1666
|
+
readonly name: "FeaturePauseEnforced";
|
|
1667
|
+
readonly inputs: readonly [{
|
|
1668
|
+
readonly name: "featureId";
|
|
1669
|
+
readonly type: "bytes32";
|
|
1670
|
+
readonly internalType: "bytes32";
|
|
1671
|
+
}];
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly type: "error";
|
|
1674
|
+
readonly name: "FeaturePauseExpected";
|
|
1675
|
+
readonly inputs: readonly [{
|
|
1676
|
+
readonly name: "featureId";
|
|
1677
|
+
readonly type: "bytes32";
|
|
1678
|
+
readonly internalType: "bytes32";
|
|
1679
|
+
}];
|
|
1663
1680
|
}, {
|
|
1664
1681
|
readonly type: "error";
|
|
1665
1682
|
readonly name: "InsufficientBalance";
|
|
@@ -1690,19 +1707,11 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1690
1707
|
readonly inputs: readonly [];
|
|
1691
1708
|
}, {
|
|
1692
1709
|
readonly type: "error";
|
|
1693
|
-
readonly name: "
|
|
1710
|
+
readonly name: "InvalidRecipient";
|
|
1694
1711
|
readonly inputs: readonly [];
|
|
1695
1712
|
}, {
|
|
1696
1713
|
readonly type: "error";
|
|
1697
|
-
readonly name: "
|
|
1698
|
-
readonly inputs: readonly [];
|
|
1699
|
-
}, {
|
|
1700
|
-
readonly type: "error";
|
|
1701
|
-
readonly name: "MintingForThanTargetStSharesShareIsNotAllowed";
|
|
1702
|
-
readonly inputs: readonly [];
|
|
1703
|
-
}, {
|
|
1704
|
-
readonly type: "error";
|
|
1705
|
-
readonly name: "NoMintingCapacityAvailable";
|
|
1714
|
+
readonly name: "InvalidValue";
|
|
1706
1715
|
readonly inputs: readonly [];
|
|
1707
1716
|
}, {
|
|
1708
1717
|
readonly type: "error";
|
|
@@ -1734,7 +1743,7 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1734
1743
|
readonly inputs: readonly [];
|
|
1735
1744
|
}, {
|
|
1736
1745
|
readonly type: "error";
|
|
1737
|
-
readonly name: "
|
|
1746
|
+
readonly name: "SameValue";
|
|
1738
1747
|
readonly inputs: readonly [];
|
|
1739
1748
|
}, {
|
|
1740
1749
|
readonly type: "error";
|
|
@@ -1742,14 +1751,22 @@ export declare const StvStETHPoolAbi: readonly [{
|
|
|
1742
1751
|
readonly inputs: readonly [];
|
|
1743
1752
|
}, {
|
|
1744
1753
|
readonly type: "error";
|
|
1745
|
-
readonly name: "
|
|
1754
|
+
readonly name: "UndercollateralizedAccount";
|
|
1746
1755
|
readonly inputs: readonly [];
|
|
1747
1756
|
}, {
|
|
1748
1757
|
readonly type: "error";
|
|
1749
|
-
readonly name: "
|
|
1758
|
+
readonly name: "VaultInBadDebt";
|
|
1750
1759
|
readonly inputs: readonly [];
|
|
1751
1760
|
}, {
|
|
1752
1761
|
readonly type: "error";
|
|
1753
|
-
readonly name: "
|
|
1762
|
+
readonly name: "VaultReportStale";
|
|
1763
|
+
readonly inputs: readonly [];
|
|
1764
|
+
}, {
|
|
1765
|
+
readonly type: "error";
|
|
1766
|
+
readonly name: "ZeroArgument";
|
|
1767
|
+
readonly inputs: readonly [];
|
|
1768
|
+
}, {
|
|
1769
|
+
readonly type: "error";
|
|
1770
|
+
readonly name: "ZeroDeposit";
|
|
1754
1771
|
readonly inputs: readonly [];
|
|
1755
1772
|
}];
|