Skip to content

Commit

Permalink
update commit hash [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Feb 3, 2025
1 parent 2d4a01a commit ed8d693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ replace github.com/dgraph-io/ristretto => github.com/dgraph-io/ristretto v0.1.1-
// Using a fix from https://github.com/ssvlabs/go-eth2-client/commits/syncing-el-offline/ (https://github.com/attestantio/go-eth2-client/pull/192)
// NOTE: Prysm doesn't set el_offline correctly (https://github.com/prysmaticlabs/prysm/issues/14226),
// so the fix uses workaround with checking sync distance to check if EL is offline
replace github.com/attestantio/go-eth2-client => github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203211507-2a0a311ddc0d
replace github.com/attestantio/go-eth2-client => github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203214635-0137e67b3b10
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/spf13/viper v1.0.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM=
github.com/ssvlabs/eth2-key-manager v1.4.2 h1:YdeI7vk9jSa8vfSKogx2aSjtYz4eS9Bp85E0yfQF95o=
github.com/ssvlabs/eth2-key-manager v1.4.2/go.mod h1:RqsGIMCsOeUJQmC2nytr82z5vqn5gN3i3VAoY0OydV8=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203211507-2a0a311ddc0d h1:7XvKC4KqvdRrDGMi0LQW16/uSu0Bz7gHG5/hW8TW0DM=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203211507-2a0a311ddc0d/go.mod h1:m3TxvwYK7G79hdw6/V8RENCJusOwxlGYQQWLifj0mOM=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203214635-0137e67b3b10 h1:kRpjzC8yzk326TbRXWl+hhUbFHKahmaPX+JkzXIKvHc=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250203214635-0137e67b3b10/go.mod h1:d7ZPNrMX8jLfIgML5u7QZxFo2AukLM+5m08iMaLdqb8=
github.com/ssvlabs/ssv-spec v1.0.2 h1:wq0YUo0DOjFUvfwrr6UUvs38EKvSg8r1k6auBrcNvlI=
github.com/ssvlabs/ssv-spec v1.0.2/go.mod h1:lTqsNeTUIfpacMoztbN7YqvFttDigCLjINjy/8I2Wuc=
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=
Expand Down

0 comments on commit ed8d693

Please sign in to comment.