diff --git a/README.md b/README.md index 93db89c49..f0966057b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ surya mdreport surya_report.md ./src/contracts/**/*.sol ### Current Mainnet Deployment -The current mainnet deployment is our M1 release, and is from a much older version of this repo. You can view the deployed contract addresses below, or check out the code itself on the [`mainnet`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/mainnet) branch. +The current mainnet deployment is our M2 release. You can view the deployed contract addresses below, or check out the deployed code itself on the [`mainnet`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/mainnet) branch. | Name | Solidity | Proxy | Implementation | Notes | | -------- | -------- | -------- | -------- | -------- | diff --git a/docs/README.md b/docs/README.md index 5854dbcf9..3f9b1e7f2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ ## EigenLayer M2 Docs -**EigenLayer M2** extends the functionality of EigenLayer M1 (which is live on mainnet). M2 is currently on the Goerli testnet, and will eventually be released on mainnet. +**EigenLayer M2** Is the currently deployed release of EigenLayer on Holesky Testnet and Mainnet. It extends the extends the functionality of EigenLayer M1. This repo contains the EigenLayer core contracts, which enable restaking of liquid staking tokens (LSTs) and beacon chain ETH to secure new services, called AVSs (actively validated services). For more info on AVSs, check out the EigenLayer middleware contracts [here][middleware-repo].