@@ -119,7 +119,16 @@ The current mainnet deployment is our M2 release. You can view the deployed cont
119
119
| [ ` Slasher ` ] ( https://github.com/Layr-Labs/eigenlayer-contracts/blob/4b15d68b7e16b5965bad398496bfce57f5a47e1b/src/contracts/core/Slasher.sol ) | [ ` 0xD92145c07f8Ed1D392c1B88017934E301CC1c3Cd ` ] ( https://etherscan.io/address/0xD92145c07f8Ed1D392c1B88017934E301CC1c3Cd ) | [ ` 0xf323...6614 ` ] ( https://etherscan.io/address/0xf3234220163a757edf1e11a8a085638d9b236614 ) | Proxy:
[ ` [email protected] ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/TransparentUpgradeableProxy.sol ) |
120
120
| [ ` RewardsCoordinator ` ] ( https://github.com/Layr-Labs/eigenlayer-contracts/blob/mainnet/src/contracts/core/RewardsCoordinator.sol ) | [ ` 0x7750d328b314EfFa365A0402CcfD489B80B0adda ` ] ( https://etherscan.io/address/0x7750d328b314EfFa365A0402CcfD489B80B0adda ) | [ ` 0x5bf7...8785 ` ] ( https://etherscan.io/address/0x5bf7c13D5FAdba224ECB3D5C0a67A231D1628785 ) | Proxy:
[ ` [email protected] ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/TransparentUpgradeableProxy.sol ) |
121
121
122
- ###### Strategies - ETH
122
+ ###### Strategies
123
+
124
+ Anyone can deploy and whitelist strategies for standard ERC20s by using the ` StrategyFactory ` deployed to the address below (see [ docs] ( ./docs/core/StrategyManager.md#strategyfactorydeploynewstrategy ) ). Strategies deployed from the ` StrategyFactory ` are deployed using the beacon proxy pattern:
125
+
126
+ | Name | Proxy | Implementation | Notes |
127
+ | -------- | -------- | -------- | -------- |
128
+ | [ ` StrategyFactory ` ] ( https://github.com/Layr-Labs/eigenlayer-contracts/blob/testnet-holesky/src/contracts/strategies/StrategyFactory.sol ) | [ ` 0x5e4c39ad7a3e881585e383db9827eb4811f6f647 ` ] ( https://etherscan.io/address/0x5e4c39ad7a3e881585e383db9827eb4811f6f647 ) | [ ` 0x3e07...5c74 ` ] ( https://etherscan.io/address/0x3e07cc2d34c8e0965f5ba45ac1e960e535155c74 ) | Proxy:
[ ` [email protected] ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/TransparentUpgradeableProxy.sol ) |
129
+ | [ ` StrategyBase ` ] ( https://github.com/Layr-Labs/eigenlayer-contracts/blob/testnet-holesky/src/contracts/strategies/StrategyBase.sol ) | [ ` 0x0ed6703C298d28aE0878d1b28e88cA87F9662fE9 ` ] ( https://etherscan.io/address/0x0ed6703c298d28ae0878d1b28e88ca87f9662fe9 ) | [ ` 0xe9fa...7827 ` ] ( https://etherscan.io/address/0xe9fa8f904d97854c7389b68923262adcc6c27827#code ) | - Beacon: [ ` BeaconProxy ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/beacon/BeaconProxy.sol ) <br />- Strategies: [ ` UpgradeableBeacon ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/beacon/UpgradeableBeacon.sol ) |
130
+
131
+ The following strategies were originally deployed and whitelisted outside of the ` StrategyFactory ` :
123
132
124
133
| Name | Proxy | Implementation | Notes |
125
134
| -------- | -------- | -------- | -------- |
@@ -137,7 +146,9 @@ The current mainnet deployment is our M2 release. You can view the deployed cont
137
146
| [ ` StrategyBase (mETH) ` ] ( https://github.com/Layr-Labs/eigenlayer-contracts/blob/mainnet/src/contracts/strategies/StrategyBaseTVLLimits.sol ) | [ ` 0x298aFB19A105D59E74658C4C334Ff360BadE6dd2 ` ] ( https://etherscan.io/address/0x298aFB19A105D59E74658C4C334Ff360BadE6dd2 ) | [ ` 0xdfdA...46d3 ` ] ( https://etherscan.io/address/0xdfdA04f980bE6A64E3607c95Ca26012Ab9aA46d3 ) | Proxy:
[ ` [email protected] ` ] ( https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/TransparentUpgradeableProxy.sol ) |
138
147
| ` Beacon Chain ETH ` | ` 0xbeaC0eeEeeeeEEeEeEEEEeeEEeEeeeEeeEEBEaC0 ` | - | - Used for Beacon Chain ETH shares <br />- Not a real contract! |
139
148
140
- ###### Strategies - EIGEN
149
+ ###### Strategies - Special
150
+
151
+ The following strategies differ significantly from the other strategies deployed/used above:
141
152
142
153
| Name | Proxy | Implementation | Notes |
143
154
| -------- | -------- | -------- | -------- |
0 commit comments