Skip to content

Commit

Permalink
Testing Checkpoint Sync on Prysm again
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed Jul 8, 2022
1 parent e85a4d1 commit 9ccf98c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shared/services/config/prysm-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
)

// v2.1.2
const prysmBnTagAmd64 string = "prysmaticlabs/prysm-beacon-chain:HEAD-e33850-debug"
const prysmVcTagAmd64 string = "prysmaticlabs/prysm-validator:HEAD-e33850-debug"
const prysmTagArm64 string = "rocketpool/prysm:v2.1.2"
const prysmBnTagAmd64 string = "prysmaticlabs/prysm-beacon-chain:HEAD-4de92b-debug"
const prysmVcTagAmd64 string = "prysmaticlabs/prysm-validator:HEAD-4de92b-debug"
const prysmTagArm64 string = "rocketpool/prysm:v2.1.3"
const defaultPrysmRpcPort uint16 = 5053
const defaultPrysmOpenRpcPort bool = false
const defaultPrysmMaxPeers uint16 = 45
Expand Down Expand Up @@ -48,7 +48,7 @@ func NewPrysmConfig(config *RocketPoolConfig) *PrysmConfig {
Title: "Prysm Settings",

UnsupportedCommonParams: []string{
CheckpointSyncUrlID,
//CheckpointSyncUrlID,
},

MaxPeers: Parameter{
Expand Down
2 changes: 1 addition & 1 deletion shared/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package shared

const RocketPoolVersion string = "1.4.3"
const RocketPoolVersion string = "1.4.4-dev"

const Logo string = `______ _ _ ______ _
| ___ \ | | | | | ___ \ | |
Expand Down

0 comments on commit 9ccf98c

Please sign in to comment.