Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ At all times, refer to the `mainnet`, `testnet`, and `preprod` git tags to under

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

# Introduction

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.10

require (
github.com/Layr-Labs/eigenlayer-contracts v1.6.0
github.com/Layr-Labs/eigenlayer-contracts v1.6.2
github.com/attestantio/go-eth2-client v0.24.0
github.com/ethereum/go-ethereum v1.16.1
github.com/fatih/color v1.18.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Layr-Labs/eigenlayer-contracts v1.6.0 h1:UbhJoW26ODRfhE6gqE0JezIWjITEoTTrNiBSvXOMYTY=
github.com/Layr-Labs/eigenlayer-contracts v1.6.0/go.mod h1:Ie8YE3EQkTHqG6/tnUS0He7/UPMkXPo/3OFXwSy0iRo=
github.com/Layr-Labs/eigenlayer-contracts v1.6.2 h1:SpTz7sx2oCNpk23ZRuWcyAZ6Xvd0p1e3YePQr7jbgBo=
github.com/Layr-Labs/eigenlayer-contracts v1.6.2/go.mod h1:Ie8YE3EQkTHqG6/tnUS0He7/UPMkXPo/3OFXwSy0iRo=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
Expand Down
Loading