Skip to content

Commit 48aceb3

Browse files
authored
Update README.md; Tick forward core contracts version (#183)
* Update README.md * chore: tick forward version * chore: update readme
1 parent 82ee04a commit 48aceb3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ At all times, refer to the `mainnet`, `testnet`, and `preprod` git tags to under
88

99
| Environment | Version |
1010
| -------------- | ------------- |
11-
| Mainnet | [1.3.0](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/1.3.0) |
12-
| Testnet(Hoodi & Holesky)| [v1.5.1](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/v1.5.1) |
13-
| Preprod | [v1.5.1](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/v1.5.1) |
11+
| Mainnet | [v1.5.2](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/v1.5.2) |
12+
| Testnet(Hoodi & Holesky)| [v1.5.2](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/v1.5.2) |
13+
| Preprod | [v1.5.2](https://github.com/Layr-Labs/eigenpod-proofs-generation/releases/tag/v1.5.2) |
1414

1515
# Introduction
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.23.10
66

77
require (
8-
github.com/Layr-Labs/eigenlayer-contracts v1.6.0
8+
github.com/Layr-Labs/eigenlayer-contracts v1.6.2
99
github.com/attestantio/go-eth2-client v0.24.0
1010
github.com/ethereum/go-ethereum v1.16.1
1111
github.com/fatih/color v1.18.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
22
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
33
github.com/Layr-Labs/eigenlayer-contracts v1.6.0 h1:UbhJoW26ODRfhE6gqE0JezIWjITEoTTrNiBSvXOMYTY=
44
github.com/Layr-Labs/eigenlayer-contracts v1.6.0/go.mod h1:Ie8YE3EQkTHqG6/tnUS0He7/UPMkXPo/3OFXwSy0iRo=
5+
github.com/Layr-Labs/eigenlayer-contracts v1.6.2 h1:SpTz7sx2oCNpk23ZRuWcyAZ6Xvd0p1e3YePQr7jbgBo=
6+
github.com/Layr-Labs/eigenlayer-contracts v1.6.2/go.mod h1:Ie8YE3EQkTHqG6/tnUS0He7/UPMkXPo/3OFXwSy0iRo=
57
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
68
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
79
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=

0 commit comments

Comments
 (0)