Skip to content

Commit 7c9eb99

Browse files
authored
docs: improve readability and searchbility with tabs for deployment contracts (#1318)
**Motivation:** improve readability and searchbility with tabs for deployment contracts **Modifications:** change deployment contracts to use tabs **Result:** improved readability and searchbility
1 parent a20cc11 commit 7c9eb99

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To get an idea of how users interact with these contracts, check out our integra
3737

3838
## Deployments
3939

40-
### Deployment Matrix
40+
### Deployment Version By Environments
4141

4242
The deployments on `mainnet`, `holesky`, and `sepolia` are on the below versions:
4343

@@ -48,8 +48,11 @@ The deployments on `mainnet`, `holesky`, and `sepolia` are on the below versions
4848
| Testnet Sepolia | [`v1.3.0`](https://github.com/Layr-Labs/eigenlayer-contracts/releases/tag/v1.3.0) |
4949

5050

51+
### Current Deployment Contracts
52+
53+
<details>
54+
<summary>Mainnet Ethereum</summary>
5155

52-
### Current Mainnet Ethereum Deployment
5356

5457
###### Core
5558

@@ -123,9 +126,14 @@ The following strategies differ significantly from the other strategies deployed
123126
| [`Compound: Timelock`](https://github.com/compound-finance/compound-protocol/blob/a3214f67b73310d547e00fc578e8355911c9d376/contracts/Timelock.sol) | - | [`0xA6Db...0EAF`](https://etherscan.io/address/0xA6Db1A8C5a981d1536266D2a393c5F8dDb210EAF) | |
124127
| [`OZ: Proxy Admin`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/ProxyAdmin.sol) | - | [`0x8b95...2444`](https://etherscan.io/address/0x8b9566AdA63B64d1E1dcF1418b43fd1433b72444) | |
125128

126-
---
127129

128-
### Current Testnet Holesky Deployment
130+
</details>
131+
132+
133+
134+
<details>
135+
<summary>Testnet Holesky</summary>
136+
129137

130138
You can view the deployed contract addresses below, or check out the code itself on the [`testnet-holesky`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/testnet-holesky) branch.
131139

@@ -197,9 +205,12 @@ The following strategies differ significantly from the other strategies deployed
197205
| [`OZ: TimelockController`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.7/contracts/governance/TimelockController.sol) | - | [`0x5e83...F6fD`](https://holesky.etherscan.io/address/0x5e83c7d195318A5acf46B29E5810DdC323b2F6fD) | |
198206
| [`OZ: Proxy Admin`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/ProxyAdmin.sol) | - | [`0xDB02...A6cf`](https://holesky.etherscan.io/address/0xDB023566064246399b4AE851197a97729C93A6cf) | |
199207

200-
---
208+
</details>
209+
201210

202-
### Current Testnet Sepolia Deployment
211+
212+
<details>
213+
<summary>Testnet Sepolia</summary>
203214

204215
###### Core
205216

@@ -254,4 +265,6 @@ The following strategies differ significantly from the other strategies deployed
254265
| -------- | -------- | -------- | -------- |
255266
| [`PauserRegistry`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/slashing-magnitudes/src/contracts/permissions/PauserRegistry.sol) | - | [`0x63AA...20f3`](https://sepolia.etherscan.io/address/0x63AAe451780090f50Ad323aAEF155F63a29D20f3) | |
256267
| [`OZ: TimelockController`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.7/contracts/governance/TimelockController.sol) | - | [`0x1BEF...1b5B`](https://sepolia.etherscan.io/address/0x1BEF05C7303d44e0E2FCD2A19d993eDEd4c51b5B) | |
257-
| [`OZ: Proxy Admin`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/ProxyAdmin.sol) | - | [`0x56E8...6Fa1`](https://sepolia.etherscan.io/address/0x56E88cb4f0136fC27D95499dE4BE2acf47946Fa1) | |
268+
| [`OZ: Proxy Admin`](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.7.1/contracts/proxy/transparent/ProxyAdmin.sol) | - | [`0x56E8...6Fa1`](https://sepolia.etherscan.io/address/0x56E88cb4f0136fC27D95499dE4BE2acf47946Fa1) | |
269+
270+
</details>

0 commit comments

Comments
 (0)