@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
|
@@ -1,761 +1,1184 @@
|
|
|
1
1
|
export declare const FactoryAbi: readonly [{
|
|
2
|
-
readonly type: "constructor";
|
|
3
2
|
readonly inputs: readonly [{
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
3
|
+
readonly internalType: "address";
|
|
4
|
+
readonly name: "_locatorAddress";
|
|
5
|
+
readonly type: "address";
|
|
6
|
+
}, {
|
|
7
7
|
readonly components: readonly [{
|
|
8
|
-
readonly name: "vaultFactory";
|
|
9
|
-
readonly type: "address";
|
|
10
8
|
readonly internalType: "address";
|
|
11
|
-
|
|
12
|
-
readonly name: "steth";
|
|
9
|
+
readonly name: "stvPoolFactory";
|
|
13
10
|
readonly type: "address";
|
|
14
|
-
readonly internalType: "address";
|
|
15
11
|
}, {
|
|
16
|
-
readonly name: "wsteth";
|
|
17
|
-
readonly type: "address";
|
|
18
12
|
readonly internalType: "address";
|
|
19
|
-
|
|
20
|
-
readonly name: "lazyOracle";
|
|
13
|
+
readonly name: "stvStETHPoolFactory";
|
|
21
14
|
readonly type: "address";
|
|
15
|
+
}, {
|
|
22
16
|
readonly internalType: "address";
|
|
17
|
+
readonly name: "withdrawalQueueFactory";
|
|
18
|
+
readonly type: "address";
|
|
23
19
|
}, {
|
|
24
|
-
readonly
|
|
20
|
+
readonly internalType: "address";
|
|
21
|
+
readonly name: "distributorFactory";
|
|
25
22
|
readonly type: "address";
|
|
23
|
+
}, {
|
|
26
24
|
readonly internalType: "address";
|
|
25
|
+
readonly name: "ggvStrategyFactory";
|
|
26
|
+
readonly type: "address";
|
|
27
27
|
}, {
|
|
28
|
-
readonly
|
|
28
|
+
readonly internalType: "address";
|
|
29
|
+
readonly name: "timelockFactory";
|
|
29
30
|
readonly type: "address";
|
|
31
|
+
}];
|
|
32
|
+
readonly internalType: "struct Factory.SubFactories";
|
|
33
|
+
readonly name: "_subFactories";
|
|
34
|
+
readonly type: "tuple";
|
|
35
|
+
}];
|
|
36
|
+
readonly stateMutability: "nonpayable";
|
|
37
|
+
readonly type: "constructor";
|
|
38
|
+
}, {
|
|
39
|
+
readonly inputs: readonly [{
|
|
40
|
+
readonly internalType: "uint256";
|
|
41
|
+
readonly name: "provided";
|
|
42
|
+
readonly type: "uint256";
|
|
43
|
+
}, {
|
|
44
|
+
readonly internalType: "uint256";
|
|
45
|
+
readonly name: "required";
|
|
46
|
+
readonly type: "uint256";
|
|
47
|
+
}];
|
|
48
|
+
readonly name: "InsufficientConnectDeposit";
|
|
49
|
+
readonly type: "error";
|
|
50
|
+
}, {
|
|
51
|
+
readonly inputs: readonly [{
|
|
52
|
+
readonly internalType: "string";
|
|
53
|
+
readonly name: "reason";
|
|
54
|
+
readonly type: "string";
|
|
55
|
+
}];
|
|
56
|
+
readonly name: "InvalidConfiguration";
|
|
57
|
+
readonly type: "error";
|
|
58
|
+
}, {
|
|
59
|
+
readonly inputs: readonly [{
|
|
60
|
+
readonly internalType: "string";
|
|
61
|
+
readonly name: "str";
|
|
62
|
+
readonly type: "string";
|
|
63
|
+
}];
|
|
64
|
+
readonly name: "StringTooLong";
|
|
65
|
+
readonly type: "error";
|
|
66
|
+
}, {
|
|
67
|
+
readonly inputs: readonly [{
|
|
68
|
+
readonly internalType: "string";
|
|
69
|
+
readonly name: "str";
|
|
70
|
+
readonly type: "string";
|
|
71
|
+
}];
|
|
72
|
+
readonly name: "StringTooLong";
|
|
73
|
+
readonly type: "error";
|
|
74
|
+
}, {
|
|
75
|
+
readonly anonymous: false;
|
|
76
|
+
readonly inputs: readonly [{
|
|
77
|
+
readonly indexed: false;
|
|
78
|
+
readonly internalType: "address";
|
|
79
|
+
readonly name: "vault";
|
|
80
|
+
readonly type: "address";
|
|
81
|
+
}, {
|
|
82
|
+
readonly indexed: false;
|
|
83
|
+
readonly internalType: "address";
|
|
84
|
+
readonly name: "pool";
|
|
85
|
+
readonly type: "address";
|
|
86
|
+
}, {
|
|
87
|
+
readonly indexed: true;
|
|
88
|
+
readonly internalType: "bytes32";
|
|
89
|
+
readonly name: "poolType";
|
|
90
|
+
readonly type: "bytes32";
|
|
91
|
+
}, {
|
|
92
|
+
readonly indexed: false;
|
|
93
|
+
readonly internalType: "address";
|
|
94
|
+
readonly name: "withdrawalQueue";
|
|
95
|
+
readonly type: "address";
|
|
96
|
+
}, {
|
|
97
|
+
readonly indexed: true;
|
|
98
|
+
readonly internalType: "address";
|
|
99
|
+
readonly name: "strategyFactory";
|
|
100
|
+
readonly type: "address";
|
|
101
|
+
}, {
|
|
102
|
+
readonly indexed: false;
|
|
103
|
+
readonly internalType: "bytes";
|
|
104
|
+
readonly name: "strategyDeployBytes";
|
|
105
|
+
readonly type: "bytes";
|
|
106
|
+
}, {
|
|
107
|
+
readonly indexed: false;
|
|
108
|
+
readonly internalType: "address";
|
|
109
|
+
readonly name: "strategy";
|
|
110
|
+
readonly type: "address";
|
|
111
|
+
}];
|
|
112
|
+
readonly name: "PoolCreated";
|
|
113
|
+
readonly type: "event";
|
|
114
|
+
}, {
|
|
115
|
+
readonly anonymous: false;
|
|
116
|
+
readonly inputs: readonly [{
|
|
117
|
+
readonly indexed: true;
|
|
118
|
+
readonly internalType: "address";
|
|
119
|
+
readonly name: "sender";
|
|
120
|
+
readonly type: "address";
|
|
121
|
+
}, {
|
|
122
|
+
readonly components: readonly [{
|
|
30
123
|
readonly internalType: "address";
|
|
31
|
-
|
|
32
|
-
readonly name: "stvStrategyPoolFactory";
|
|
124
|
+
readonly name: "nodeOperator";
|
|
33
125
|
readonly type: "address";
|
|
126
|
+
}, {
|
|
34
127
|
readonly internalType: "address";
|
|
128
|
+
readonly name: "nodeOperatorManager";
|
|
129
|
+
readonly type: "address";
|
|
35
130
|
}, {
|
|
36
|
-
readonly
|
|
131
|
+
readonly internalType: "uint256";
|
|
132
|
+
readonly name: "nodeOperatorFeeBP";
|
|
133
|
+
readonly type: "uint256";
|
|
134
|
+
}, {
|
|
135
|
+
readonly internalType: "uint256";
|
|
136
|
+
readonly name: "confirmExpiry";
|
|
137
|
+
readonly type: "uint256";
|
|
138
|
+
}];
|
|
139
|
+
readonly indexed: false;
|
|
140
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
141
|
+
readonly name: "vaultConfig";
|
|
142
|
+
readonly type: "tuple";
|
|
143
|
+
}, {
|
|
144
|
+
readonly components: readonly [{
|
|
145
|
+
readonly internalType: "uint256";
|
|
146
|
+
readonly name: "minWithdrawalDelayTime";
|
|
147
|
+
readonly type: "uint256";
|
|
148
|
+
}, {
|
|
149
|
+
readonly internalType: "string";
|
|
150
|
+
readonly name: "name";
|
|
151
|
+
readonly type: "string";
|
|
152
|
+
}, {
|
|
153
|
+
readonly internalType: "string";
|
|
154
|
+
readonly name: "symbol";
|
|
155
|
+
readonly type: "string";
|
|
156
|
+
}, {
|
|
157
|
+
readonly internalType: "address";
|
|
158
|
+
readonly name: "emergencyCommittee";
|
|
37
159
|
readonly type: "address";
|
|
160
|
+
}];
|
|
161
|
+
readonly indexed: false;
|
|
162
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
163
|
+
readonly name: "commonPoolConfig";
|
|
164
|
+
readonly type: "tuple";
|
|
165
|
+
}, {
|
|
166
|
+
readonly components: readonly [{
|
|
167
|
+
readonly internalType: "bool";
|
|
168
|
+
readonly name: "allowlistEnabled";
|
|
169
|
+
readonly type: "bool";
|
|
170
|
+
}, {
|
|
171
|
+
readonly internalType: "bool";
|
|
172
|
+
readonly name: "mintingEnabled";
|
|
173
|
+
readonly type: "bool";
|
|
174
|
+
}, {
|
|
175
|
+
readonly internalType: "uint256";
|
|
176
|
+
readonly name: "reserveRatioGapBP";
|
|
177
|
+
readonly type: "uint256";
|
|
178
|
+
}];
|
|
179
|
+
readonly indexed: false;
|
|
180
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
181
|
+
readonly name: "auxiliaryConfig";
|
|
182
|
+
readonly type: "tuple";
|
|
183
|
+
}, {
|
|
184
|
+
readonly components: readonly [{
|
|
185
|
+
readonly internalType: "uint256";
|
|
186
|
+
readonly name: "minDelaySeconds";
|
|
187
|
+
readonly type: "uint256";
|
|
188
|
+
}, {
|
|
38
189
|
readonly internalType: "address";
|
|
190
|
+
readonly name: "proposer";
|
|
191
|
+
readonly type: "address";
|
|
39
192
|
}, {
|
|
40
|
-
readonly
|
|
193
|
+
readonly internalType: "address";
|
|
194
|
+
readonly name: "executor";
|
|
41
195
|
readonly type: "address";
|
|
196
|
+
}];
|
|
197
|
+
readonly indexed: false;
|
|
198
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
199
|
+
readonly name: "timelockConfig";
|
|
200
|
+
readonly type: "tuple";
|
|
201
|
+
}, {
|
|
202
|
+
readonly indexed: true;
|
|
203
|
+
readonly internalType: "address";
|
|
204
|
+
readonly name: "strategyFactory";
|
|
205
|
+
readonly type: "address";
|
|
206
|
+
}, {
|
|
207
|
+
readonly indexed: false;
|
|
208
|
+
readonly internalType: "bytes";
|
|
209
|
+
readonly name: "strategyDeployBytes";
|
|
210
|
+
readonly type: "bytes";
|
|
211
|
+
}, {
|
|
212
|
+
readonly components: readonly [{
|
|
42
213
|
readonly internalType: "address";
|
|
43
|
-
|
|
44
|
-
readonly name: "ggvStrategyFactory";
|
|
214
|
+
readonly name: "dashboard";
|
|
45
215
|
readonly type: "address";
|
|
216
|
+
}, {
|
|
46
217
|
readonly internalType: "address";
|
|
218
|
+
readonly name: "poolProxy";
|
|
219
|
+
readonly type: "address";
|
|
47
220
|
}, {
|
|
48
|
-
readonly
|
|
221
|
+
readonly internalType: "address";
|
|
222
|
+
readonly name: "poolImpl";
|
|
49
223
|
readonly type: "address";
|
|
224
|
+
}, {
|
|
50
225
|
readonly internalType: "address";
|
|
226
|
+
readonly name: "withdrawalQueueProxy";
|
|
227
|
+
readonly type: "address";
|
|
51
228
|
}, {
|
|
52
|
-
readonly
|
|
229
|
+
readonly internalType: "address";
|
|
230
|
+
readonly name: "wqImpl";
|
|
53
231
|
readonly type: "address";
|
|
232
|
+
}, {
|
|
54
233
|
readonly internalType: "address";
|
|
234
|
+
readonly name: "timelock";
|
|
235
|
+
readonly type: "address";
|
|
55
236
|
}];
|
|
56
|
-
|
|
57
|
-
readonly
|
|
237
|
+
readonly indexed: false;
|
|
238
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
239
|
+
readonly name: "intermediate";
|
|
58
240
|
readonly type: "tuple";
|
|
59
|
-
|
|
60
|
-
readonly
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}];
|
|
241
|
+
}, {
|
|
242
|
+
readonly indexed: false;
|
|
243
|
+
readonly internalType: "uint256";
|
|
244
|
+
readonly name: "finishDeadline";
|
|
245
|
+
readonly type: "uint256";
|
|
65
246
|
}];
|
|
66
|
-
readonly
|
|
247
|
+
readonly name: "PoolCreationStarted";
|
|
248
|
+
readonly type: "event";
|
|
67
249
|
}, {
|
|
68
|
-
readonly type: "function";
|
|
69
|
-
readonly name: "DUMMY_IMPLEMENTATION";
|
|
70
250
|
readonly inputs: readonly [];
|
|
251
|
+
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
71
252
|
readonly outputs: readonly [{
|
|
253
|
+
readonly internalType: "bytes32";
|
|
72
254
|
readonly name: "";
|
|
73
|
-
readonly type: "
|
|
74
|
-
readonly internalType: "address";
|
|
255
|
+
readonly type: "bytes32";
|
|
75
256
|
}];
|
|
76
257
|
readonly stateMutability: "view";
|
|
77
|
-
}, {
|
|
78
258
|
readonly type: "function";
|
|
79
|
-
|
|
259
|
+
}, {
|
|
80
260
|
readonly inputs: readonly [];
|
|
261
|
+
readonly name: "DEPLOY_FINISHED";
|
|
81
262
|
readonly outputs: readonly [{
|
|
263
|
+
readonly internalType: "uint256";
|
|
82
264
|
readonly name: "";
|
|
83
|
-
readonly type: "
|
|
84
|
-
readonly internalType: "contract GGVStrategyFactory";
|
|
265
|
+
readonly type: "uint256";
|
|
85
266
|
}];
|
|
86
267
|
readonly stateMutability: "view";
|
|
87
|
-
}, {
|
|
88
268
|
readonly type: "function";
|
|
89
|
-
|
|
269
|
+
}, {
|
|
90
270
|
readonly inputs: readonly [];
|
|
271
|
+
readonly name: "DEPLOY_START_FINISH_SPAN_SECONDS";
|
|
91
272
|
readonly outputs: readonly [{
|
|
273
|
+
readonly internalType: "uint256";
|
|
92
274
|
readonly name: "";
|
|
93
|
-
readonly type: "
|
|
94
|
-
readonly internalType: "address";
|
|
275
|
+
readonly type: "uint256";
|
|
95
276
|
}];
|
|
96
277
|
readonly stateMutability: "view";
|
|
97
|
-
}, {
|
|
98
278
|
readonly type: "function";
|
|
99
|
-
|
|
279
|
+
}, {
|
|
100
280
|
readonly inputs: readonly [];
|
|
281
|
+
readonly name: "DISTRIBUTOR_FACTORY";
|
|
101
282
|
readonly outputs: readonly [{
|
|
283
|
+
readonly internalType: "contract DistributorFactory";
|
|
102
284
|
readonly name: "";
|
|
103
285
|
readonly type: "address";
|
|
104
|
-
readonly internalType: "contract LoopStrategyFactory";
|
|
105
286
|
}];
|
|
106
287
|
readonly stateMutability: "view";
|
|
107
|
-
}, {
|
|
108
288
|
readonly type: "function";
|
|
109
|
-
|
|
289
|
+
}, {
|
|
110
290
|
readonly inputs: readonly [];
|
|
291
|
+
readonly name: "DUMMY_IMPLEMENTATION";
|
|
111
292
|
readonly outputs: readonly [{
|
|
293
|
+
readonly internalType: "address";
|
|
112
294
|
readonly name: "";
|
|
113
295
|
readonly type: "address";
|
|
114
|
-
readonly internalType: "address";
|
|
115
296
|
}];
|
|
116
297
|
readonly stateMutability: "view";
|
|
117
|
-
}, {
|
|
118
298
|
readonly type: "function";
|
|
119
|
-
|
|
299
|
+
}, {
|
|
120
300
|
readonly inputs: readonly [];
|
|
301
|
+
readonly name: "GGV_STRATEGY_FACTORY";
|
|
121
302
|
readonly outputs: readonly [{
|
|
303
|
+
readonly internalType: "contract GGVStrategyFactory";
|
|
122
304
|
readonly name: "";
|
|
123
305
|
readonly type: "address";
|
|
124
|
-
readonly internalType: "contract StvPoolFactory";
|
|
125
306
|
}];
|
|
126
307
|
readonly stateMutability: "view";
|
|
127
|
-
}, {
|
|
128
308
|
readonly type: "function";
|
|
129
|
-
|
|
309
|
+
}, {
|
|
130
310
|
readonly inputs: readonly [];
|
|
311
|
+
readonly name: "LAZY_ORACLE";
|
|
131
312
|
readonly outputs: readonly [{
|
|
313
|
+
readonly internalType: "address";
|
|
132
314
|
readonly name: "";
|
|
133
315
|
readonly type: "address";
|
|
134
|
-
readonly internalType: "contract StvStETHPoolFactory";
|
|
135
316
|
}];
|
|
136
317
|
readonly stateMutability: "view";
|
|
137
|
-
}, {
|
|
138
318
|
readonly type: "function";
|
|
139
|
-
|
|
319
|
+
}, {
|
|
140
320
|
readonly inputs: readonly [];
|
|
321
|
+
readonly name: "STETH";
|
|
141
322
|
readonly outputs: readonly [{
|
|
323
|
+
readonly internalType: "address";
|
|
142
324
|
readonly name: "";
|
|
143
325
|
readonly type: "address";
|
|
144
|
-
readonly internalType: "contract StvStrategyPoolFactory";
|
|
145
326
|
}];
|
|
146
327
|
readonly stateMutability: "view";
|
|
328
|
+
readonly type: "function";
|
|
147
329
|
}, {
|
|
330
|
+
readonly inputs: readonly [];
|
|
331
|
+
readonly name: "STRATEGY_POOL_TYPE";
|
|
332
|
+
readonly outputs: readonly [{
|
|
333
|
+
readonly internalType: "bytes32";
|
|
334
|
+
readonly name: "";
|
|
335
|
+
readonly type: "bytes32";
|
|
336
|
+
}];
|
|
337
|
+
readonly stateMutability: "view";
|
|
148
338
|
readonly type: "function";
|
|
149
|
-
|
|
339
|
+
}, {
|
|
150
340
|
readonly inputs: readonly [];
|
|
341
|
+
readonly name: "STV_POOL_FACTORY";
|
|
151
342
|
readonly outputs: readonly [{
|
|
343
|
+
readonly internalType: "contract StvPoolFactory";
|
|
152
344
|
readonly name: "";
|
|
153
345
|
readonly type: "address";
|
|
154
|
-
readonly internalType: "contract TimelockFactory";
|
|
155
346
|
}];
|
|
156
347
|
readonly stateMutability: "view";
|
|
157
|
-
}, {
|
|
158
348
|
readonly type: "function";
|
|
159
|
-
|
|
349
|
+
}, {
|
|
160
350
|
readonly inputs: readonly [];
|
|
351
|
+
readonly name: "STV_POOL_TYPE";
|
|
161
352
|
readonly outputs: readonly [{
|
|
353
|
+
readonly internalType: "bytes32";
|
|
162
354
|
readonly name: "";
|
|
163
|
-
readonly type: "
|
|
164
|
-
readonly internalType: "uint256";
|
|
355
|
+
readonly type: "bytes32";
|
|
165
356
|
}];
|
|
166
357
|
readonly stateMutability: "view";
|
|
167
|
-
}, {
|
|
168
358
|
readonly type: "function";
|
|
169
|
-
|
|
359
|
+
}, {
|
|
170
360
|
readonly inputs: readonly [];
|
|
361
|
+
readonly name: "STV_STETH_POOL_FACTORY";
|
|
171
362
|
readonly outputs: readonly [{
|
|
363
|
+
readonly internalType: "contract StvStETHPoolFactory";
|
|
172
364
|
readonly name: "";
|
|
173
365
|
readonly type: "address";
|
|
174
|
-
readonly internalType: "contract IVaultFactory";
|
|
175
366
|
}];
|
|
176
367
|
readonly stateMutability: "view";
|
|
368
|
+
readonly type: "function";
|
|
177
369
|
}, {
|
|
370
|
+
readonly inputs: readonly [];
|
|
371
|
+
readonly name: "STV_STETH_POOL_TYPE";
|
|
372
|
+
readonly outputs: readonly [{
|
|
373
|
+
readonly internalType: "bytes32";
|
|
374
|
+
readonly name: "";
|
|
375
|
+
readonly type: "bytes32";
|
|
376
|
+
}];
|
|
377
|
+
readonly stateMutability: "view";
|
|
178
378
|
readonly type: "function";
|
|
179
|
-
|
|
379
|
+
}, {
|
|
180
380
|
readonly inputs: readonly [];
|
|
381
|
+
readonly name: "TIMELOCK_FACTORY";
|
|
181
382
|
readonly outputs: readonly [{
|
|
383
|
+
readonly internalType: "contract TimelockFactory";
|
|
182
384
|
readonly name: "";
|
|
183
385
|
readonly type: "address";
|
|
184
|
-
readonly internalType: "contract WithdrawalQueueFactory";
|
|
185
386
|
}];
|
|
186
387
|
readonly stateMutability: "view";
|
|
388
|
+
readonly type: "function";
|
|
187
389
|
}, {
|
|
390
|
+
readonly inputs: readonly [];
|
|
391
|
+
readonly name: "TOTAL_BASIS_POINTS";
|
|
392
|
+
readonly outputs: readonly [{
|
|
393
|
+
readonly internalType: "uint256";
|
|
394
|
+
readonly name: "";
|
|
395
|
+
readonly type: "uint256";
|
|
396
|
+
}];
|
|
397
|
+
readonly stateMutability: "view";
|
|
188
398
|
readonly type: "function";
|
|
189
|
-
|
|
399
|
+
}, {
|
|
190
400
|
readonly inputs: readonly [];
|
|
401
|
+
readonly name: "VAULT_FACTORY";
|
|
191
402
|
readonly outputs: readonly [{
|
|
403
|
+
readonly internalType: "contract IVaultFactory";
|
|
192
404
|
readonly name: "";
|
|
193
405
|
readonly type: "address";
|
|
194
|
-
readonly internalType: "address";
|
|
195
406
|
}];
|
|
196
407
|
readonly stateMutability: "view";
|
|
197
|
-
}, {
|
|
198
408
|
readonly type: "function";
|
|
199
|
-
|
|
200
|
-
readonly inputs: readonly [
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
readonly internalType: "
|
|
204
|
-
|
|
205
|
-
readonly name: "_nodeOperatorManager";
|
|
206
|
-
readonly type: "address";
|
|
207
|
-
readonly internalType: "address";
|
|
208
|
-
}, {
|
|
209
|
-
readonly name: "_nodeOperatorFeeBP";
|
|
210
|
-
readonly type: "uint256";
|
|
211
|
-
readonly internalType: "uint256";
|
|
212
|
-
}, {
|
|
213
|
-
readonly name: "_confirmExpiry";
|
|
214
|
-
readonly type: "uint256";
|
|
215
|
-
readonly internalType: "uint256";
|
|
216
|
-
}, {
|
|
217
|
-
readonly name: "_maxFinalizationTime";
|
|
218
|
-
readonly type: "uint256";
|
|
219
|
-
readonly internalType: "uint256";
|
|
220
|
-
}, {
|
|
221
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
222
|
-
readonly type: "uint256";
|
|
223
|
-
readonly internalType: "uint256";
|
|
224
|
-
}, {
|
|
225
|
-
readonly name: "_configuration";
|
|
226
|
-
readonly type: "uint8";
|
|
227
|
-
readonly internalType: "enum Factory.WrapperType";
|
|
228
|
-
}, {
|
|
229
|
-
readonly name: "_strategy";
|
|
230
|
-
readonly type: "address";
|
|
231
|
-
readonly internalType: "address";
|
|
232
|
-
}, {
|
|
233
|
-
readonly name: "_allowlistEnabled";
|
|
234
|
-
readonly type: "bool";
|
|
235
|
-
readonly internalType: "bool";
|
|
236
|
-
}, {
|
|
237
|
-
readonly name: "_reserveRatioGapBP";
|
|
238
|
-
readonly type: "uint256";
|
|
239
|
-
readonly internalType: "uint256";
|
|
240
|
-
}, {
|
|
241
|
-
readonly name: "_timelockExecutor";
|
|
409
|
+
}, {
|
|
410
|
+
readonly inputs: readonly [];
|
|
411
|
+
readonly name: "VAULT_HUB";
|
|
412
|
+
readonly outputs: readonly [{
|
|
413
|
+
readonly internalType: "contract IVaultHub";
|
|
414
|
+
readonly name: "";
|
|
242
415
|
readonly type: "address";
|
|
243
|
-
readonly internalType: "address";
|
|
244
416
|
}];
|
|
417
|
+
readonly stateMutability: "view";
|
|
418
|
+
readonly type: "function";
|
|
419
|
+
}, {
|
|
420
|
+
readonly inputs: readonly [];
|
|
421
|
+
readonly name: "WITHDRAWAL_QUEUE_FACTORY";
|
|
245
422
|
readonly outputs: readonly [{
|
|
246
|
-
readonly
|
|
247
|
-
readonly
|
|
248
|
-
readonly internalType: "address";
|
|
249
|
-
}, {
|
|
250
|
-
readonly name: "dashboard";
|
|
423
|
+
readonly internalType: "contract WithdrawalQueueFactory";
|
|
424
|
+
readonly name: "";
|
|
251
425
|
readonly type: "address";
|
|
426
|
+
}];
|
|
427
|
+
readonly stateMutability: "view";
|
|
428
|
+
readonly type: "function";
|
|
429
|
+
}, {
|
|
430
|
+
readonly inputs: readonly [];
|
|
431
|
+
readonly name: "WSTETH";
|
|
432
|
+
readonly outputs: readonly [{
|
|
252
433
|
readonly internalType: "address";
|
|
253
|
-
|
|
254
|
-
readonly name: "poolProxy";
|
|
255
|
-
readonly type: "address";
|
|
256
|
-
readonly internalType: "address payable";
|
|
257
|
-
}, {
|
|
258
|
-
readonly name: "withdrawalQueueProxy";
|
|
434
|
+
readonly name: "";
|
|
259
435
|
readonly type: "address";
|
|
260
|
-
readonly internalType: "address";
|
|
261
436
|
}];
|
|
262
|
-
readonly stateMutability: "
|
|
263
|
-
}, {
|
|
437
|
+
readonly stateMutability: "view";
|
|
264
438
|
readonly type: "function";
|
|
265
|
-
|
|
439
|
+
}, {
|
|
266
440
|
readonly inputs: readonly [{
|
|
267
|
-
readonly name: "_nodeOperator";
|
|
268
|
-
readonly type: "address";
|
|
269
441
|
readonly internalType: "address";
|
|
270
|
-
|
|
271
|
-
readonly name: "_nodeOperatorManager";
|
|
442
|
+
readonly name: "_sender";
|
|
272
443
|
readonly type: "address";
|
|
273
|
-
readonly internalType: "address";
|
|
274
|
-
}, {
|
|
275
|
-
readonly name: "_nodeOperatorFeeBP";
|
|
276
|
-
readonly type: "uint256";
|
|
277
|
-
readonly internalType: "uint256";
|
|
278
|
-
}, {
|
|
279
|
-
readonly name: "_confirmExpiry";
|
|
280
|
-
readonly type: "uint256";
|
|
281
|
-
readonly internalType: "uint256";
|
|
282
444
|
}, {
|
|
283
|
-
readonly
|
|
284
|
-
|
|
285
|
-
|
|
445
|
+
readonly components: readonly [{
|
|
446
|
+
readonly internalType: "address";
|
|
447
|
+
readonly name: "nodeOperator";
|
|
448
|
+
readonly type: "address";
|
|
449
|
+
}, {
|
|
450
|
+
readonly internalType: "address";
|
|
451
|
+
readonly name: "nodeOperatorManager";
|
|
452
|
+
readonly type: "address";
|
|
453
|
+
}, {
|
|
454
|
+
readonly internalType: "uint256";
|
|
455
|
+
readonly name: "nodeOperatorFeeBP";
|
|
456
|
+
readonly type: "uint256";
|
|
457
|
+
}, {
|
|
458
|
+
readonly internalType: "uint256";
|
|
459
|
+
readonly name: "confirmExpiry";
|
|
460
|
+
readonly type: "uint256";
|
|
461
|
+
}];
|
|
462
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
463
|
+
readonly name: "_vaultConfig";
|
|
464
|
+
readonly type: "tuple";
|
|
286
465
|
}, {
|
|
287
|
-
readonly
|
|
288
|
-
|
|
289
|
-
|
|
466
|
+
readonly components: readonly [{
|
|
467
|
+
readonly internalType: "uint256";
|
|
468
|
+
readonly name: "minWithdrawalDelayTime";
|
|
469
|
+
readonly type: "uint256";
|
|
470
|
+
}, {
|
|
471
|
+
readonly internalType: "string";
|
|
472
|
+
readonly name: "name";
|
|
473
|
+
readonly type: "string";
|
|
474
|
+
}, {
|
|
475
|
+
readonly internalType: "string";
|
|
476
|
+
readonly name: "symbol";
|
|
477
|
+
readonly type: "string";
|
|
478
|
+
}, {
|
|
479
|
+
readonly internalType: "address";
|
|
480
|
+
readonly name: "emergencyCommittee";
|
|
481
|
+
readonly type: "address";
|
|
482
|
+
}];
|
|
483
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
484
|
+
readonly name: "_commonPoolConfig";
|
|
485
|
+
readonly type: "tuple";
|
|
290
486
|
}, {
|
|
291
|
-
readonly
|
|
292
|
-
|
|
293
|
-
|
|
487
|
+
readonly components: readonly [{
|
|
488
|
+
readonly internalType: "bool";
|
|
489
|
+
readonly name: "allowlistEnabled";
|
|
490
|
+
readonly type: "bool";
|
|
491
|
+
}, {
|
|
492
|
+
readonly internalType: "bool";
|
|
493
|
+
readonly name: "mintingEnabled";
|
|
494
|
+
readonly type: "bool";
|
|
495
|
+
}, {
|
|
496
|
+
readonly internalType: "uint256";
|
|
497
|
+
readonly name: "reserveRatioGapBP";
|
|
498
|
+
readonly type: "uint256";
|
|
499
|
+
}];
|
|
500
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
501
|
+
readonly name: "_auxiliaryConfig";
|
|
502
|
+
readonly type: "tuple";
|
|
294
503
|
}, {
|
|
295
|
-
readonly
|
|
296
|
-
|
|
297
|
-
|
|
504
|
+
readonly components: readonly [{
|
|
505
|
+
readonly internalType: "uint256";
|
|
506
|
+
readonly name: "minDelaySeconds";
|
|
507
|
+
readonly type: "uint256";
|
|
508
|
+
}, {
|
|
509
|
+
readonly internalType: "address";
|
|
510
|
+
readonly name: "proposer";
|
|
511
|
+
readonly type: "address";
|
|
512
|
+
}, {
|
|
513
|
+
readonly internalType: "address";
|
|
514
|
+
readonly name: "executor";
|
|
515
|
+
readonly type: "address";
|
|
516
|
+
}];
|
|
517
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
518
|
+
readonly name: "_timelockConfig";
|
|
519
|
+
readonly type: "tuple";
|
|
298
520
|
}, {
|
|
299
|
-
readonly name: "_teller";
|
|
300
|
-
readonly type: "address";
|
|
301
521
|
readonly internalType: "address";
|
|
302
|
-
|
|
303
|
-
readonly name: "_boringQueue";
|
|
522
|
+
readonly name: "_strategyFactory";
|
|
304
523
|
readonly type: "address";
|
|
305
|
-
readonly internalType: "address";
|
|
306
524
|
}, {
|
|
307
|
-
readonly
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
525
|
+
readonly internalType: "bytes";
|
|
526
|
+
readonly name: "_strategyDeployBytes";
|
|
527
|
+
readonly type: "bytes";
|
|
528
|
+
}, {
|
|
529
|
+
readonly components: readonly [{
|
|
530
|
+
readonly internalType: "address";
|
|
531
|
+
readonly name: "dashboard";
|
|
532
|
+
readonly type: "address";
|
|
533
|
+
}, {
|
|
534
|
+
readonly internalType: "address";
|
|
535
|
+
readonly name: "poolProxy";
|
|
536
|
+
readonly type: "address";
|
|
537
|
+
}, {
|
|
538
|
+
readonly internalType: "address";
|
|
539
|
+
readonly name: "poolImpl";
|
|
540
|
+
readonly type: "address";
|
|
541
|
+
}, {
|
|
542
|
+
readonly internalType: "address";
|
|
543
|
+
readonly name: "withdrawalQueueProxy";
|
|
544
|
+
readonly type: "address";
|
|
545
|
+
}, {
|
|
546
|
+
readonly internalType: "address";
|
|
547
|
+
readonly name: "wqImpl";
|
|
548
|
+
readonly type: "address";
|
|
549
|
+
}, {
|
|
550
|
+
readonly internalType: "address";
|
|
551
|
+
readonly name: "timelock";
|
|
552
|
+
readonly type: "address";
|
|
553
|
+
}];
|
|
554
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
555
|
+
readonly name: "_intermediate";
|
|
556
|
+
readonly type: "tuple";
|
|
310
557
|
}];
|
|
558
|
+
readonly name: "_hashDeploymentConfiguration";
|
|
311
559
|
readonly outputs: readonly [{
|
|
312
|
-
readonly
|
|
313
|
-
readonly
|
|
314
|
-
readonly
|
|
315
|
-
}, {
|
|
316
|
-
readonly name: "dashboard";
|
|
317
|
-
readonly type: "address";
|
|
318
|
-
readonly internalType: "address";
|
|
319
|
-
}, {
|
|
320
|
-
readonly name: "poolProxy";
|
|
321
|
-
readonly type: "address";
|
|
322
|
-
readonly internalType: "address payable";
|
|
323
|
-
}, {
|
|
324
|
-
readonly name: "withdrawalQueueProxy";
|
|
325
|
-
readonly type: "address";
|
|
326
|
-
readonly internalType: "address";
|
|
560
|
+
readonly internalType: "bytes32";
|
|
561
|
+
readonly name: "result";
|
|
562
|
+
readonly type: "bytes32";
|
|
327
563
|
}];
|
|
328
|
-
readonly stateMutability: "
|
|
329
|
-
}, {
|
|
564
|
+
readonly stateMutability: "pure";
|
|
330
565
|
readonly type: "function";
|
|
331
|
-
|
|
566
|
+
}, {
|
|
332
567
|
readonly inputs: readonly [{
|
|
333
|
-
readonly
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
|
|
353
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
354
|
-
readonly type: "uint256";
|
|
355
|
-
readonly internalType: "uint256";
|
|
356
|
-
}, {
|
|
357
|
-
readonly name: "_allowlistEnabled";
|
|
358
|
-
readonly type: "bool";
|
|
359
|
-
readonly internalType: "bool";
|
|
360
|
-
}, {
|
|
361
|
-
readonly name: "_reserveRatioGapBP";
|
|
362
|
-
readonly type: "uint256";
|
|
363
|
-
readonly internalType: "uint256";
|
|
364
|
-
}, {
|
|
365
|
-
readonly name: "_teller";
|
|
366
|
-
readonly type: "address";
|
|
367
|
-
readonly internalType: "address";
|
|
568
|
+
readonly components: readonly [{
|
|
569
|
+
readonly internalType: "address";
|
|
570
|
+
readonly name: "nodeOperator";
|
|
571
|
+
readonly type: "address";
|
|
572
|
+
}, {
|
|
573
|
+
readonly internalType: "address";
|
|
574
|
+
readonly name: "nodeOperatorManager";
|
|
575
|
+
readonly type: "address";
|
|
576
|
+
}, {
|
|
577
|
+
readonly internalType: "uint256";
|
|
578
|
+
readonly name: "nodeOperatorFeeBP";
|
|
579
|
+
readonly type: "uint256";
|
|
580
|
+
}, {
|
|
581
|
+
readonly internalType: "uint256";
|
|
582
|
+
readonly name: "confirmExpiry";
|
|
583
|
+
readonly type: "uint256";
|
|
584
|
+
}];
|
|
585
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
586
|
+
readonly name: "_vaultConfig";
|
|
587
|
+
readonly type: "tuple";
|
|
368
588
|
}, {
|
|
369
|
-
readonly
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
589
|
+
readonly components: readonly [{
|
|
590
|
+
readonly internalType: "uint256";
|
|
591
|
+
readonly name: "minDelaySeconds";
|
|
592
|
+
readonly type: "uint256";
|
|
593
|
+
}, {
|
|
594
|
+
readonly internalType: "address";
|
|
595
|
+
readonly name: "proposer";
|
|
596
|
+
readonly type: "address";
|
|
597
|
+
}, {
|
|
598
|
+
readonly internalType: "address";
|
|
599
|
+
readonly name: "executor";
|
|
600
|
+
readonly type: "address";
|
|
601
|
+
}];
|
|
602
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
603
|
+
readonly name: "_timelockConfig";
|
|
604
|
+
readonly type: "tuple";
|
|
377
605
|
}, {
|
|
378
|
-
readonly
|
|
379
|
-
|
|
380
|
-
|
|
606
|
+
readonly components: readonly [{
|
|
607
|
+
readonly internalType: "uint256";
|
|
608
|
+
readonly name: "minWithdrawalDelayTime";
|
|
609
|
+
readonly type: "uint256";
|
|
610
|
+
}, {
|
|
611
|
+
readonly internalType: "string";
|
|
612
|
+
readonly name: "name";
|
|
613
|
+
readonly type: "string";
|
|
614
|
+
}, {
|
|
615
|
+
readonly internalType: "string";
|
|
616
|
+
readonly name: "symbol";
|
|
617
|
+
readonly type: "string";
|
|
618
|
+
}, {
|
|
619
|
+
readonly internalType: "address";
|
|
620
|
+
readonly name: "emergencyCommittee";
|
|
621
|
+
readonly type: "address";
|
|
622
|
+
}];
|
|
623
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
624
|
+
readonly name: "_commonPoolConfig";
|
|
625
|
+
readonly type: "tuple";
|
|
381
626
|
}, {
|
|
382
|
-
readonly
|
|
383
|
-
|
|
384
|
-
|
|
627
|
+
readonly components: readonly [{
|
|
628
|
+
readonly internalType: "bool";
|
|
629
|
+
readonly name: "allowlistEnabled";
|
|
630
|
+
readonly type: "bool";
|
|
631
|
+
}, {
|
|
632
|
+
readonly internalType: "bool";
|
|
633
|
+
readonly name: "mintingEnabled";
|
|
634
|
+
readonly type: "bool";
|
|
635
|
+
}, {
|
|
636
|
+
readonly internalType: "uint256";
|
|
637
|
+
readonly name: "reserveRatioGapBP";
|
|
638
|
+
readonly type: "uint256";
|
|
639
|
+
}];
|
|
640
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
641
|
+
readonly name: "_auxiliaryConfig";
|
|
642
|
+
readonly type: "tuple";
|
|
385
643
|
}, {
|
|
386
|
-
readonly name: "withdrawalQueueProxy";
|
|
387
|
-
readonly type: "address";
|
|
388
644
|
readonly internalType: "address";
|
|
389
|
-
|
|
390
|
-
readonly stateMutability: "payable";
|
|
391
|
-
}, {
|
|
392
|
-
readonly type: "function";
|
|
393
|
-
readonly name: "createVaultWithLoopStrategy";
|
|
394
|
-
readonly inputs: readonly [{
|
|
395
|
-
readonly name: "_nodeOperator";
|
|
645
|
+
readonly name: "_strategyFactory";
|
|
396
646
|
readonly type: "address";
|
|
397
|
-
readonly internalType: "address";
|
|
398
647
|
}, {
|
|
399
|
-
readonly
|
|
400
|
-
readonly
|
|
401
|
-
readonly
|
|
648
|
+
readonly internalType: "bytes";
|
|
649
|
+
readonly name: "_strategyDeployBytes";
|
|
650
|
+
readonly type: "bytes";
|
|
402
651
|
}, {
|
|
403
|
-
readonly
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
652
|
+
readonly components: readonly [{
|
|
653
|
+
readonly internalType: "address";
|
|
654
|
+
readonly name: "dashboard";
|
|
655
|
+
readonly type: "address";
|
|
656
|
+
}, {
|
|
657
|
+
readonly internalType: "address";
|
|
658
|
+
readonly name: "poolProxy";
|
|
659
|
+
readonly type: "address";
|
|
660
|
+
}, {
|
|
661
|
+
readonly internalType: "address";
|
|
662
|
+
readonly name: "poolImpl";
|
|
663
|
+
readonly type: "address";
|
|
664
|
+
}, {
|
|
665
|
+
readonly internalType: "address";
|
|
666
|
+
readonly name: "withdrawalQueueProxy";
|
|
667
|
+
readonly type: "address";
|
|
668
|
+
}, {
|
|
669
|
+
readonly internalType: "address";
|
|
670
|
+
readonly name: "wqImpl";
|
|
671
|
+
readonly type: "address";
|
|
672
|
+
}, {
|
|
673
|
+
readonly internalType: "address";
|
|
674
|
+
readonly name: "timelock";
|
|
675
|
+
readonly type: "address";
|
|
676
|
+
}];
|
|
677
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
678
|
+
readonly name: "_intermediate";
|
|
679
|
+
readonly type: "tuple";
|
|
430
680
|
}];
|
|
681
|
+
readonly name: "createPoolFinish";
|
|
431
682
|
readonly outputs: readonly [{
|
|
432
|
-
readonly
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
683
|
+
readonly components: readonly [{
|
|
684
|
+
readonly internalType: "bytes32";
|
|
685
|
+
readonly name: "poolType";
|
|
686
|
+
readonly type: "bytes32";
|
|
687
|
+
}, {
|
|
688
|
+
readonly internalType: "address";
|
|
689
|
+
readonly name: "vault";
|
|
690
|
+
readonly type: "address";
|
|
691
|
+
}, {
|
|
692
|
+
readonly internalType: "address";
|
|
693
|
+
readonly name: "dashboard";
|
|
694
|
+
readonly type: "address";
|
|
695
|
+
}, {
|
|
696
|
+
readonly internalType: "address";
|
|
697
|
+
readonly name: "pool";
|
|
698
|
+
readonly type: "address";
|
|
699
|
+
}, {
|
|
700
|
+
readonly internalType: "address";
|
|
701
|
+
readonly name: "withdrawalQueue";
|
|
702
|
+
readonly type: "address";
|
|
703
|
+
}, {
|
|
704
|
+
readonly internalType: "address";
|
|
705
|
+
readonly name: "distributor";
|
|
706
|
+
readonly type: "address";
|
|
707
|
+
}, {
|
|
708
|
+
readonly internalType: "address";
|
|
709
|
+
readonly name: "timelock";
|
|
710
|
+
readonly type: "address";
|
|
711
|
+
}, {
|
|
712
|
+
readonly internalType: "address";
|
|
713
|
+
readonly name: "strategy";
|
|
714
|
+
readonly type: "address";
|
|
715
|
+
}];
|
|
716
|
+
readonly internalType: "struct Factory.PoolDeployment";
|
|
717
|
+
readonly name: "deployment";
|
|
718
|
+
readonly type: "tuple";
|
|
447
719
|
}];
|
|
448
720
|
readonly stateMutability: "payable";
|
|
449
|
-
}, {
|
|
450
721
|
readonly type: "function";
|
|
451
|
-
readonly name: "createVaultWithLoopStrategy";
|
|
452
|
-
readonly inputs: readonly [{
|
|
453
|
-
readonly name: "_nodeOperator";
|
|
454
|
-
readonly type: "address";
|
|
455
|
-
readonly internalType: "address";
|
|
456
|
-
}, {
|
|
457
|
-
readonly name: "_nodeOperatorManager";
|
|
458
|
-
readonly type: "address";
|
|
459
|
-
readonly internalType: "address";
|
|
460
|
-
}, {
|
|
461
|
-
readonly name: "_nodeOperatorFeeBP";
|
|
462
|
-
readonly type: "uint256";
|
|
463
|
-
readonly internalType: "uint256";
|
|
464
|
-
}, {
|
|
465
|
-
readonly name: "_confirmExpiry";
|
|
466
|
-
readonly type: "uint256";
|
|
467
|
-
readonly internalType: "uint256";
|
|
468
|
-
}, {
|
|
469
|
-
readonly name: "_maxFinalizationTime";
|
|
470
|
-
readonly type: "uint256";
|
|
471
|
-
readonly internalType: "uint256";
|
|
472
|
-
}, {
|
|
473
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
474
|
-
readonly type: "uint256";
|
|
475
|
-
readonly internalType: "uint256";
|
|
476
|
-
}, {
|
|
477
|
-
readonly name: "_allowlistEnabled";
|
|
478
|
-
readonly type: "bool";
|
|
479
|
-
readonly internalType: "bool";
|
|
480
|
-
}, {
|
|
481
|
-
readonly name: "_reserveRatioGapBP";
|
|
482
|
-
readonly type: "uint256";
|
|
483
|
-
readonly internalType: "uint256";
|
|
484
|
-
}, {
|
|
485
|
-
readonly name: "_loops";
|
|
486
|
-
readonly type: "uint256";
|
|
487
|
-
readonly internalType: "uint256";
|
|
488
|
-
}, {
|
|
489
|
-
readonly name: "_timelockExecutor";
|
|
490
|
-
readonly type: "address";
|
|
491
|
-
readonly internalType: "address";
|
|
492
|
-
}];
|
|
493
|
-
readonly outputs: readonly [{
|
|
494
|
-
readonly name: "vault";
|
|
495
|
-
readonly type: "address";
|
|
496
|
-
readonly internalType: "address";
|
|
497
|
-
}, {
|
|
498
|
-
readonly name: "dashboard";
|
|
499
|
-
readonly type: "address";
|
|
500
|
-
readonly internalType: "address";
|
|
501
|
-
}, {
|
|
502
|
-
readonly name: "poolProxy";
|
|
503
|
-
readonly type: "address";
|
|
504
|
-
readonly internalType: "address payable";
|
|
505
|
-
}, {
|
|
506
|
-
readonly name: "withdrawalQueueProxy";
|
|
507
|
-
readonly type: "address";
|
|
508
|
-
readonly internalType: "address";
|
|
509
|
-
}];
|
|
510
|
-
readonly stateMutability: "payable";
|
|
511
722
|
}, {
|
|
512
|
-
readonly type: "function";
|
|
513
|
-
readonly name: "createVaultWithMintingNoStrategy";
|
|
514
723
|
readonly inputs: readonly [{
|
|
515
|
-
readonly
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
724
|
+
readonly components: readonly [{
|
|
725
|
+
readonly internalType: "address";
|
|
726
|
+
readonly name: "nodeOperator";
|
|
727
|
+
readonly type: "address";
|
|
728
|
+
}, {
|
|
729
|
+
readonly internalType: "address";
|
|
730
|
+
readonly name: "nodeOperatorManager";
|
|
731
|
+
readonly type: "address";
|
|
732
|
+
}, {
|
|
733
|
+
readonly internalType: "uint256";
|
|
734
|
+
readonly name: "nodeOperatorFeeBP";
|
|
735
|
+
readonly type: "uint256";
|
|
736
|
+
}, {
|
|
737
|
+
readonly internalType: "uint256";
|
|
738
|
+
readonly name: "confirmExpiry";
|
|
739
|
+
readonly type: "uint256";
|
|
740
|
+
}];
|
|
741
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
742
|
+
readonly name: "_vaultConfig";
|
|
743
|
+
readonly type: "tuple";
|
|
526
744
|
}, {
|
|
527
|
-
readonly
|
|
528
|
-
|
|
529
|
-
|
|
745
|
+
readonly components: readonly [{
|
|
746
|
+
readonly internalType: "uint256";
|
|
747
|
+
readonly name: "minDelaySeconds";
|
|
748
|
+
readonly type: "uint256";
|
|
749
|
+
}, {
|
|
750
|
+
readonly internalType: "address";
|
|
751
|
+
readonly name: "proposer";
|
|
752
|
+
readonly type: "address";
|
|
753
|
+
}, {
|
|
754
|
+
readonly internalType: "address";
|
|
755
|
+
readonly name: "executor";
|
|
756
|
+
readonly type: "address";
|
|
757
|
+
}];
|
|
758
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
759
|
+
readonly name: "_timelockConfig";
|
|
760
|
+
readonly type: "tuple";
|
|
530
761
|
}, {
|
|
531
|
-
readonly
|
|
532
|
-
|
|
533
|
-
|
|
762
|
+
readonly components: readonly [{
|
|
763
|
+
readonly internalType: "uint256";
|
|
764
|
+
readonly name: "minWithdrawalDelayTime";
|
|
765
|
+
readonly type: "uint256";
|
|
766
|
+
}, {
|
|
767
|
+
readonly internalType: "string";
|
|
768
|
+
readonly name: "name";
|
|
769
|
+
readonly type: "string";
|
|
770
|
+
}, {
|
|
771
|
+
readonly internalType: "string";
|
|
772
|
+
readonly name: "symbol";
|
|
773
|
+
readonly type: "string";
|
|
774
|
+
}, {
|
|
775
|
+
readonly internalType: "address";
|
|
776
|
+
readonly name: "emergencyCommittee";
|
|
777
|
+
readonly type: "address";
|
|
778
|
+
}];
|
|
779
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
780
|
+
readonly name: "_commonPoolConfig";
|
|
781
|
+
readonly type: "tuple";
|
|
534
782
|
}, {
|
|
535
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
536
|
-
readonly type: "uint256";
|
|
537
783
|
readonly internalType: "uint256";
|
|
538
|
-
}, {
|
|
539
|
-
readonly name: "_allowlistEnabled";
|
|
540
|
-
readonly type: "bool";
|
|
541
|
-
readonly internalType: "bool";
|
|
542
|
-
}, {
|
|
543
784
|
readonly name: "_reserveRatioGapBP";
|
|
544
785
|
readonly type: "uint256";
|
|
545
|
-
readonly internalType: "uint256";
|
|
546
786
|
}];
|
|
787
|
+
readonly name: "createPoolGGVStart";
|
|
547
788
|
readonly outputs: readonly [{
|
|
548
|
-
readonly
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
789
|
+
readonly components: readonly [{
|
|
790
|
+
readonly internalType: "address";
|
|
791
|
+
readonly name: "dashboard";
|
|
792
|
+
readonly type: "address";
|
|
793
|
+
}, {
|
|
794
|
+
readonly internalType: "address";
|
|
795
|
+
readonly name: "poolProxy";
|
|
796
|
+
readonly type: "address";
|
|
797
|
+
}, {
|
|
798
|
+
readonly internalType: "address";
|
|
799
|
+
readonly name: "poolImpl";
|
|
800
|
+
readonly type: "address";
|
|
801
|
+
}, {
|
|
802
|
+
readonly internalType: "address";
|
|
803
|
+
readonly name: "withdrawalQueueProxy";
|
|
804
|
+
readonly type: "address";
|
|
805
|
+
}, {
|
|
806
|
+
readonly internalType: "address";
|
|
807
|
+
readonly name: "wqImpl";
|
|
808
|
+
readonly type: "address";
|
|
809
|
+
}, {
|
|
810
|
+
readonly internalType: "address";
|
|
811
|
+
readonly name: "timelock";
|
|
812
|
+
readonly type: "address";
|
|
813
|
+
}];
|
|
814
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
815
|
+
readonly name: "intermediate";
|
|
816
|
+
readonly type: "tuple";
|
|
563
817
|
}];
|
|
564
|
-
readonly stateMutability: "
|
|
565
|
-
}, {
|
|
818
|
+
readonly stateMutability: "nonpayable";
|
|
566
819
|
readonly type: "function";
|
|
567
|
-
|
|
820
|
+
}, {
|
|
568
821
|
readonly inputs: readonly [{
|
|
569
|
-
readonly
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
readonly
|
|
587
|
-
readonly
|
|
588
|
-
|
|
589
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
590
|
-
readonly type: "uint256";
|
|
591
|
-
readonly internalType: "uint256";
|
|
822
|
+
readonly components: readonly [{
|
|
823
|
+
readonly internalType: "address";
|
|
824
|
+
readonly name: "nodeOperator";
|
|
825
|
+
readonly type: "address";
|
|
826
|
+
}, {
|
|
827
|
+
readonly internalType: "address";
|
|
828
|
+
readonly name: "nodeOperatorManager";
|
|
829
|
+
readonly type: "address";
|
|
830
|
+
}, {
|
|
831
|
+
readonly internalType: "uint256";
|
|
832
|
+
readonly name: "nodeOperatorFeeBP";
|
|
833
|
+
readonly type: "uint256";
|
|
834
|
+
}, {
|
|
835
|
+
readonly internalType: "uint256";
|
|
836
|
+
readonly name: "confirmExpiry";
|
|
837
|
+
readonly type: "uint256";
|
|
838
|
+
}];
|
|
839
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
840
|
+
readonly name: "_vaultConfig";
|
|
841
|
+
readonly type: "tuple";
|
|
592
842
|
}, {
|
|
593
|
-
readonly
|
|
594
|
-
|
|
595
|
-
|
|
843
|
+
readonly components: readonly [{
|
|
844
|
+
readonly internalType: "uint256";
|
|
845
|
+
readonly name: "minDelaySeconds";
|
|
846
|
+
readonly type: "uint256";
|
|
847
|
+
}, {
|
|
848
|
+
readonly internalType: "address";
|
|
849
|
+
readonly name: "proposer";
|
|
850
|
+
readonly type: "address";
|
|
851
|
+
}, {
|
|
852
|
+
readonly internalType: "address";
|
|
853
|
+
readonly name: "executor";
|
|
854
|
+
readonly type: "address";
|
|
855
|
+
}];
|
|
856
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
857
|
+
readonly name: "_timelockConfig";
|
|
858
|
+
readonly type: "tuple";
|
|
596
859
|
}, {
|
|
597
|
-
readonly
|
|
598
|
-
|
|
599
|
-
|
|
860
|
+
readonly components: readonly [{
|
|
861
|
+
readonly internalType: "uint256";
|
|
862
|
+
readonly name: "minWithdrawalDelayTime";
|
|
863
|
+
readonly type: "uint256";
|
|
864
|
+
}, {
|
|
865
|
+
readonly internalType: "string";
|
|
866
|
+
readonly name: "name";
|
|
867
|
+
readonly type: "string";
|
|
868
|
+
}, {
|
|
869
|
+
readonly internalType: "string";
|
|
870
|
+
readonly name: "symbol";
|
|
871
|
+
readonly type: "string";
|
|
872
|
+
}, {
|
|
873
|
+
readonly internalType: "address";
|
|
874
|
+
readonly name: "emergencyCommittee";
|
|
875
|
+
readonly type: "address";
|
|
876
|
+
}];
|
|
877
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
878
|
+
readonly name: "_commonPoolConfig";
|
|
879
|
+
readonly type: "tuple";
|
|
600
880
|
}, {
|
|
601
|
-
readonly
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
881
|
+
readonly components: readonly [{
|
|
882
|
+
readonly internalType: "bool";
|
|
883
|
+
readonly name: "allowlistEnabled";
|
|
884
|
+
readonly type: "bool";
|
|
885
|
+
}, {
|
|
886
|
+
readonly internalType: "bool";
|
|
887
|
+
readonly name: "mintingEnabled";
|
|
888
|
+
readonly type: "bool";
|
|
889
|
+
}, {
|
|
890
|
+
readonly internalType: "uint256";
|
|
891
|
+
readonly name: "reserveRatioGapBP";
|
|
892
|
+
readonly type: "uint256";
|
|
893
|
+
}];
|
|
894
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
895
|
+
readonly name: "_auxiliaryConfig";
|
|
896
|
+
readonly type: "tuple";
|
|
609
897
|
}, {
|
|
610
|
-
readonly name: "dashboard";
|
|
611
|
-
readonly type: "address";
|
|
612
898
|
readonly internalType: "address";
|
|
613
|
-
|
|
614
|
-
readonly name: "poolProxy";
|
|
899
|
+
readonly name: "_strategyFactory";
|
|
615
900
|
readonly type: "address";
|
|
616
|
-
readonly internalType: "address payable";
|
|
617
901
|
}, {
|
|
618
|
-
readonly
|
|
619
|
-
readonly
|
|
620
|
-
readonly
|
|
902
|
+
readonly internalType: "bytes";
|
|
903
|
+
readonly name: "_strategyDeployBytes";
|
|
904
|
+
readonly type: "bytes";
|
|
621
905
|
}];
|
|
622
|
-
readonly
|
|
623
|
-
|
|
906
|
+
readonly name: "createPoolStart";
|
|
907
|
+
readonly outputs: readonly [{
|
|
908
|
+
readonly components: readonly [{
|
|
909
|
+
readonly internalType: "address";
|
|
910
|
+
readonly name: "dashboard";
|
|
911
|
+
readonly type: "address";
|
|
912
|
+
}, {
|
|
913
|
+
readonly internalType: "address";
|
|
914
|
+
readonly name: "poolProxy";
|
|
915
|
+
readonly type: "address";
|
|
916
|
+
}, {
|
|
917
|
+
readonly internalType: "address";
|
|
918
|
+
readonly name: "poolImpl";
|
|
919
|
+
readonly type: "address";
|
|
920
|
+
}, {
|
|
921
|
+
readonly internalType: "address";
|
|
922
|
+
readonly name: "withdrawalQueueProxy";
|
|
923
|
+
readonly type: "address";
|
|
924
|
+
}, {
|
|
925
|
+
readonly internalType: "address";
|
|
926
|
+
readonly name: "wqImpl";
|
|
927
|
+
readonly type: "address";
|
|
928
|
+
}, {
|
|
929
|
+
readonly internalType: "address";
|
|
930
|
+
readonly name: "timelock";
|
|
931
|
+
readonly type: "address";
|
|
932
|
+
}];
|
|
933
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
934
|
+
readonly name: "intermediate";
|
|
935
|
+
readonly type: "tuple";
|
|
936
|
+
}];
|
|
937
|
+
readonly stateMutability: "nonpayable";
|
|
624
938
|
readonly type: "function";
|
|
625
|
-
|
|
939
|
+
}, {
|
|
626
940
|
readonly inputs: readonly [{
|
|
627
|
-
readonly
|
|
628
|
-
|
|
629
|
-
|
|
941
|
+
readonly components: readonly [{
|
|
942
|
+
readonly internalType: "address";
|
|
943
|
+
readonly name: "nodeOperator";
|
|
944
|
+
readonly type: "address";
|
|
945
|
+
}, {
|
|
946
|
+
readonly internalType: "address";
|
|
947
|
+
readonly name: "nodeOperatorManager";
|
|
948
|
+
readonly type: "address";
|
|
949
|
+
}, {
|
|
950
|
+
readonly internalType: "uint256";
|
|
951
|
+
readonly name: "nodeOperatorFeeBP";
|
|
952
|
+
readonly type: "uint256";
|
|
953
|
+
}, {
|
|
954
|
+
readonly internalType: "uint256";
|
|
955
|
+
readonly name: "confirmExpiry";
|
|
956
|
+
readonly type: "uint256";
|
|
957
|
+
}];
|
|
958
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
959
|
+
readonly name: "_vaultConfig";
|
|
960
|
+
readonly type: "tuple";
|
|
630
961
|
}, {
|
|
631
|
-
readonly
|
|
632
|
-
|
|
633
|
-
|
|
962
|
+
readonly components: readonly [{
|
|
963
|
+
readonly internalType: "uint256";
|
|
964
|
+
readonly name: "minDelaySeconds";
|
|
965
|
+
readonly type: "uint256";
|
|
966
|
+
}, {
|
|
967
|
+
readonly internalType: "address";
|
|
968
|
+
readonly name: "proposer";
|
|
969
|
+
readonly type: "address";
|
|
970
|
+
}, {
|
|
971
|
+
readonly internalType: "address";
|
|
972
|
+
readonly name: "executor";
|
|
973
|
+
readonly type: "address";
|
|
974
|
+
}];
|
|
975
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
976
|
+
readonly name: "_timelockConfig";
|
|
977
|
+
readonly type: "tuple";
|
|
634
978
|
}, {
|
|
635
|
-
readonly
|
|
636
|
-
|
|
637
|
-
|
|
979
|
+
readonly components: readonly [{
|
|
980
|
+
readonly internalType: "uint256";
|
|
981
|
+
readonly name: "minWithdrawalDelayTime";
|
|
982
|
+
readonly type: "uint256";
|
|
983
|
+
}, {
|
|
984
|
+
readonly internalType: "string";
|
|
985
|
+
readonly name: "name";
|
|
986
|
+
readonly type: "string";
|
|
987
|
+
}, {
|
|
988
|
+
readonly internalType: "string";
|
|
989
|
+
readonly name: "symbol";
|
|
990
|
+
readonly type: "string";
|
|
991
|
+
}, {
|
|
992
|
+
readonly internalType: "address";
|
|
993
|
+
readonly name: "emergencyCommittee";
|
|
994
|
+
readonly type: "address";
|
|
995
|
+
}];
|
|
996
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
997
|
+
readonly name: "_commonPoolConfig";
|
|
998
|
+
readonly type: "tuple";
|
|
638
999
|
}, {
|
|
639
|
-
readonly
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
1000
|
+
readonly internalType: "bool";
|
|
1001
|
+
readonly name: "_allowListEnabled";
|
|
1002
|
+
readonly type: "bool";
|
|
642
1003
|
}, {
|
|
643
|
-
readonly name: "_maxFinalizationTime";
|
|
644
|
-
readonly type: "uint256";
|
|
645
1004
|
readonly internalType: "uint256";
|
|
646
|
-
|
|
647
|
-
readonly name: "_minWithdrawalDelayTime";
|
|
1005
|
+
readonly name: "_reserveRatioGapBP";
|
|
648
1006
|
readonly type: "uint256";
|
|
649
|
-
readonly internalType: "uint256";
|
|
650
|
-
}, {
|
|
651
|
-
readonly name: "_allowlistEnabled";
|
|
652
|
-
readonly type: "bool";
|
|
653
|
-
readonly internalType: "bool";
|
|
654
1007
|
}];
|
|
1008
|
+
readonly name: "createPoolStvStETHStart";
|
|
655
1009
|
readonly outputs: readonly [{
|
|
656
|
-
readonly
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
1010
|
+
readonly components: readonly [{
|
|
1011
|
+
readonly internalType: "address";
|
|
1012
|
+
readonly name: "dashboard";
|
|
1013
|
+
readonly type: "address";
|
|
1014
|
+
}, {
|
|
1015
|
+
readonly internalType: "address";
|
|
1016
|
+
readonly name: "poolProxy";
|
|
1017
|
+
readonly type: "address";
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly internalType: "address";
|
|
1020
|
+
readonly name: "poolImpl";
|
|
1021
|
+
readonly type: "address";
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly internalType: "address";
|
|
1024
|
+
readonly name: "withdrawalQueueProxy";
|
|
1025
|
+
readonly type: "address";
|
|
1026
|
+
}, {
|
|
1027
|
+
readonly internalType: "address";
|
|
1028
|
+
readonly name: "wqImpl";
|
|
1029
|
+
readonly type: "address";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly internalType: "address";
|
|
1032
|
+
readonly name: "timelock";
|
|
1033
|
+
readonly type: "address";
|
|
1034
|
+
}];
|
|
1035
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
1036
|
+
readonly name: "intermediate";
|
|
1037
|
+
readonly type: "tuple";
|
|
671
1038
|
}];
|
|
672
|
-
readonly stateMutability: "
|
|
673
|
-
}, {
|
|
1039
|
+
readonly stateMutability: "nonpayable";
|
|
674
1040
|
readonly type: "function";
|
|
675
|
-
|
|
1041
|
+
}, {
|
|
676
1042
|
readonly inputs: readonly [{
|
|
677
|
-
readonly
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
1043
|
+
readonly components: readonly [{
|
|
1044
|
+
readonly internalType: "address";
|
|
1045
|
+
readonly name: "nodeOperator";
|
|
1046
|
+
readonly type: "address";
|
|
1047
|
+
}, {
|
|
1048
|
+
readonly internalType: "address";
|
|
1049
|
+
readonly name: "nodeOperatorManager";
|
|
1050
|
+
readonly type: "address";
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly internalType: "uint256";
|
|
1053
|
+
readonly name: "nodeOperatorFeeBP";
|
|
1054
|
+
readonly type: "uint256";
|
|
1055
|
+
}, {
|
|
1056
|
+
readonly internalType: "uint256";
|
|
1057
|
+
readonly name: "confirmExpiry";
|
|
1058
|
+
readonly type: "uint256";
|
|
1059
|
+
}];
|
|
1060
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
1061
|
+
readonly name: "_vaultConfig";
|
|
1062
|
+
readonly type: "tuple";
|
|
692
1063
|
}, {
|
|
693
|
-
readonly
|
|
694
|
-
|
|
695
|
-
|
|
1064
|
+
readonly components: readonly [{
|
|
1065
|
+
readonly internalType: "uint256";
|
|
1066
|
+
readonly name: "minDelaySeconds";
|
|
1067
|
+
readonly type: "uint256";
|
|
1068
|
+
}, {
|
|
1069
|
+
readonly internalType: "address";
|
|
1070
|
+
readonly name: "proposer";
|
|
1071
|
+
readonly type: "address";
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly internalType: "address";
|
|
1074
|
+
readonly name: "executor";
|
|
1075
|
+
readonly type: "address";
|
|
1076
|
+
}];
|
|
1077
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
1078
|
+
readonly name: "_timelockConfig";
|
|
1079
|
+
readonly type: "tuple";
|
|
696
1080
|
}, {
|
|
697
|
-
readonly
|
|
698
|
-
|
|
699
|
-
|
|
1081
|
+
readonly components: readonly [{
|
|
1082
|
+
readonly internalType: "uint256";
|
|
1083
|
+
readonly name: "minWithdrawalDelayTime";
|
|
1084
|
+
readonly type: "uint256";
|
|
1085
|
+
}, {
|
|
1086
|
+
readonly internalType: "string";
|
|
1087
|
+
readonly name: "name";
|
|
1088
|
+
readonly type: "string";
|
|
1089
|
+
}, {
|
|
1090
|
+
readonly internalType: "string";
|
|
1091
|
+
readonly name: "symbol";
|
|
1092
|
+
readonly type: "string";
|
|
1093
|
+
}, {
|
|
1094
|
+
readonly internalType: "address";
|
|
1095
|
+
readonly name: "emergencyCommittee";
|
|
1096
|
+
readonly type: "address";
|
|
1097
|
+
}];
|
|
1098
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
1099
|
+
readonly name: "_commonPoolConfig";
|
|
1100
|
+
readonly type: "tuple";
|
|
700
1101
|
}, {
|
|
701
|
-
readonly name: "_allowlistEnabled";
|
|
702
|
-
readonly type: "bool";
|
|
703
1102
|
readonly internalType: "bool";
|
|
704
|
-
|
|
705
|
-
readonly
|
|
706
|
-
readonly type: "address";
|
|
707
|
-
readonly internalType: "address";
|
|
1103
|
+
readonly name: "_allowListEnabled";
|
|
1104
|
+
readonly type: "bool";
|
|
708
1105
|
}];
|
|
1106
|
+
readonly name: "createPoolStvStart";
|
|
709
1107
|
readonly outputs: readonly [{
|
|
710
|
-
readonly
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
1108
|
+
readonly components: readonly [{
|
|
1109
|
+
readonly internalType: "address";
|
|
1110
|
+
readonly name: "dashboard";
|
|
1111
|
+
readonly type: "address";
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly internalType: "address";
|
|
1114
|
+
readonly name: "poolProxy";
|
|
1115
|
+
readonly type: "address";
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly internalType: "address";
|
|
1118
|
+
readonly name: "poolImpl";
|
|
1119
|
+
readonly type: "address";
|
|
1120
|
+
}, {
|
|
1121
|
+
readonly internalType: "address";
|
|
1122
|
+
readonly name: "withdrawalQueueProxy";
|
|
1123
|
+
readonly type: "address";
|
|
1124
|
+
}, {
|
|
1125
|
+
readonly internalType: "address";
|
|
1126
|
+
readonly name: "wqImpl";
|
|
1127
|
+
readonly type: "address";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly internalType: "address";
|
|
1130
|
+
readonly name: "timelock";
|
|
1131
|
+
readonly type: "address";
|
|
1132
|
+
}];
|
|
1133
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
1134
|
+
readonly name: "intermediate";
|
|
1135
|
+
readonly type: "tuple";
|
|
725
1136
|
}];
|
|
726
|
-
readonly stateMutability: "
|
|
1137
|
+
readonly stateMutability: "nonpayable";
|
|
1138
|
+
readonly type: "function";
|
|
727
1139
|
}, {
|
|
728
|
-
readonly type: "event";
|
|
729
|
-
readonly name: "VaultWrapperCreated";
|
|
730
1140
|
readonly inputs: readonly [{
|
|
731
|
-
readonly
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
1141
|
+
readonly components: readonly [{
|
|
1142
|
+
readonly internalType: "bool";
|
|
1143
|
+
readonly name: "allowlistEnabled";
|
|
1144
|
+
readonly type: "bool";
|
|
1145
|
+
}, {
|
|
1146
|
+
readonly internalType: "bool";
|
|
1147
|
+
readonly name: "mintingEnabled";
|
|
1148
|
+
readonly type: "bool";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly internalType: "uint256";
|
|
1151
|
+
readonly name: "reserveRatioGapBP";
|
|
1152
|
+
readonly type: "uint256";
|
|
1153
|
+
}];
|
|
1154
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
1155
|
+
readonly name: "_auxiliaryConfig";
|
|
1156
|
+
readonly type: "tuple";
|
|
740
1157
|
}, {
|
|
741
|
-
readonly name: "withdrawalQueue";
|
|
742
|
-
readonly type: "address";
|
|
743
|
-
readonly indexed: true;
|
|
744
1158
|
readonly internalType: "address";
|
|
745
|
-
|
|
746
|
-
readonly name: "strategy";
|
|
1159
|
+
readonly name: "_strategyFactory";
|
|
747
1160
|
readonly type: "address";
|
|
748
|
-
readonly indexed: false;
|
|
749
|
-
readonly internalType: "address";
|
|
750
|
-
}, {
|
|
751
|
-
readonly name: "configuration";
|
|
752
|
-
readonly type: "uint8";
|
|
753
|
-
readonly indexed: false;
|
|
754
|
-
readonly internalType: "enum Factory.WrapperType";
|
|
755
1161
|
}];
|
|
756
|
-
readonly
|
|
1162
|
+
readonly name: "derivePoolType";
|
|
1163
|
+
readonly outputs: readonly [{
|
|
1164
|
+
readonly internalType: "bytes32";
|
|
1165
|
+
readonly name: "poolType";
|
|
1166
|
+
readonly type: "bytes32";
|
|
1167
|
+
}];
|
|
1168
|
+
readonly stateMutability: "view";
|
|
1169
|
+
readonly type: "function";
|
|
757
1170
|
}, {
|
|
758
|
-
readonly
|
|
759
|
-
|
|
760
|
-
|
|
1171
|
+
readonly inputs: readonly [{
|
|
1172
|
+
readonly internalType: "bytes32";
|
|
1173
|
+
readonly name: "";
|
|
1174
|
+
readonly type: "bytes32";
|
|
1175
|
+
}];
|
|
1176
|
+
readonly name: "intermediateState";
|
|
1177
|
+
readonly outputs: readonly [{
|
|
1178
|
+
readonly internalType: "uint256";
|
|
1179
|
+
readonly name: "";
|
|
1180
|
+
readonly type: "uint256";
|
|
1181
|
+
}];
|
|
1182
|
+
readonly stateMutability: "view";
|
|
1183
|
+
readonly type: "function";
|
|
761
1184
|
}];
|