Community Staking Module

Community Staking Module v2 contracts were deployed on the mainnet. One can validate deployment by running fork-tests:

  1. Clone GitHub - lidofinance/community-staking-module: Community Staking Module is the first ever permissionless staking module in Lido
  2. Set up env GitHub - lidofinance/community-staking-module: Community Staking Module is the first ever permissionless staking module in Lido
  3. Prepare env for tests
export CHAIN=mainnet
export RPC_URL=<ETH_MAINNET_RPC_URL>
export DEPLOY_CONFIG=./artifacts/mainnet/upgrade-v2-mainnet.json
  1. Run tests
just test-deployment-v2-only-scratch

In addition to the main contracts, a supplementary Easy Track factory was also deployed

Appendix 1. Detailed addresses

Libraries:

EasyTrack factories:

6 Likes