Skip to content

Commit

Permalink
Fix upgrade height
Browse files Browse the repository at this point in the history
  • Loading branch information
sergevar committed Aug 11, 2023
1 parent 4a0908c commit b37c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/point_v5/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
// UpgradeName is the shared upgrade plan name for mainnet and testnet
UpgradeName = "v0.0.5"
// MainnetUpgradeHeight defines the Point mainnet block height on which the upgrade will take place
MainnetUpgradeHeight = 18450331 //18440331 + 2500*4
MainnetUpgradeHeight = 18580331 //18440331 + 2500 * (24*2+8)
// UpgradeInfo defines the binaries that will be used for the upgrade
UpgradeInfo = `'{"binaries":{
"darwin/arm64":"https://github.com/pointnetwork/point-chain/releases/download/v0.0.5/point-chain_0.0.5_Darwin_arm64.tar.gz",
Expand Down

0 comments on commit b37c22b

Please sign in to comment.