File tree 3 files changed +4
-4
lines changed
docs/docs/sidecar/running
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please see our ["Getting Started"](https://sidecar-docs.eigenlayer.xyz/docs/side
10
10
11
11
# Current versions
12
12
13
- * Mainnet: Sidecar ([ v2.7.0 ] ( https://github.com/Layr-Labs/sidecar/releases/tag/v2.7.0 ) )
13
+ * Mainnet: Sidecar ([ v2.7.1 ] ( https://github.com/Layr-Labs/sidecar/releases/tag/v2.7.1 ) )
14
14
* Testnet: Sidecar ([ v3.0.0-rc.8] ( https://github.com/Layr-Labs/sidecar/releases/tag/v3.0.0-rc.8 ) )
15
15
* Preprod: Sidecar ([ v3.0.0-rc.8] ( https://github.com/Layr-Labs/sidecar/releases/tag/v3.0.0-rc.8 ) )
16
16
Original file line number Diff line number Diff line change 1
- v2.7.0
1
+ v2.7.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sidebar_position: 1
7
7
8
8
### Current versions
9
9
10
- * Mainnet: Sidecar ([ v2.7.0 ] ( https://github.com/Layr-Labs/sidecar/releases/tag/v2.7.0 ) )
10
+ * Mainnet: Sidecar ([ v2.7.1 ] ( https://github.com/Layr-Labs/sidecar/releases/tag/v2.7.1 ) )
11
11
* Testnet: Sidecar ([ v3.0.0-rc.8] ( https://github.com/Layr-Labs/sidecar/releases/tag/v3.0.0-rc.8 ) )
12
12
* Preprod: Sidecar ([ v3.0.0-rc.8] ( https://github.com/Layr-Labs/sidecar/releases/tag/v3.0.0-rc.8 ) )
13
13
@@ -23,7 +23,7 @@ sidebar_position: 1
23
23
### 1. Download the Sidecar binary
24
24
25
25
``` bash
26
- VERSION=" v2.7.0 "
26
+ VERSION=" v2.7.1 "
27
27
curl -s -L " https://github.com/Layr-Labs/sidecar/releases/download/${VERSION} /sidecar-darwin-amd64-${VERSION} .tar.gz" | tar xvz -C /usr/local/bin
28
28
```
29
29
You can’t perform that action at this time.
0 commit comments