Skip to content

Commit

Permalink
fix: devnet is running v1 so upgrade msg is to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Dec 11, 2023
1 parent 8795a2d commit 0a5a20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/upgrademonitor/cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ var (
// defaultVersion is the value used if the version flag isn't provided. Since
// v2 is coordinated via an upgrade-height, v3 is the first version that this
// tool supports.
defaultVersion = uint64(3)
// TODO (@rootulp) consider making this 3 after development.
defaultVersion = uint64(2)
// defaultGrpcEndpoint is the value used if the grpc-endpoint flag isn't provided.
// This endpoint is the one enabled by default when you run ./scripts/single-node.sh
defaultGrpcEndpoint = "0.0.0.0:9090"
Expand Down

0 comments on commit 0a5a20e

Please sign in to comment.