We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d3ff46 + 17d90ae commit 8ea22e9Copy full SHA for 8ea22e9
module/fork_spec.go
@@ -84,8 +84,9 @@ func GetForkParameters(network Network) []*ForkSpec {
84
// https://bscscan.com/block/48773576
85
// https://github.com/bnb-chain/bsc/releases/tag/v1.5.10
86
hardForks[indexLorentzHF].HeightOrTimestamp = &ForkSpec_Height{Height: 48773576}
87
+ // https://bscscan.com/block/52337091
88
// https://github.com/bnb-chain/bsc/releases/tag/v1.5.16
- hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1751250600 * 1000}
89
+ hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52337091}
90
return hardForks
91
}
92
return nil
0 commit comments