You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo will be used to assemble, configure, and deploy a prospective Staker for the ZkSync DAO from the Staker library. This issue aims to document the full spec of what is needed, though not necessarily in the precise order of execution:
Import the code, tests, and deploys scripts used in ArbStaker as a starting point
Deploy scripts and deploy script tests will be built in typescript for execution in hardhat.
Make sure things are building with foundry-zksync, make changes/fixes as needed to make it work
Update all names to go from ArbStaker -> ZkStaker
Update all configuration params for those appropriate for the ZKSync Era network, $ZK token, and other appropriate changes (partiall done, needs parameter verification)
Update the ZkStaker assembly to also use the StakerCapDeposits extension
This repo will be used to assemble, configure, and deploy a prospective Staker for the ZkSync DAO from the Staker library. This issue aims to document the full spec of what is needed, though not necessarily in the precise order of execution: