diff --git a/module/fork_spec.go b/module/fork_spec.go index 5089d2b..e60394a 100644 --- a/module/fork_spec.go +++ b/module/fork_spec.go @@ -77,8 +77,7 @@ func GetForkParameters(network Network) []*ForkSpec { case Testnet: hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 48576786} hardForks[indexLorentzHF].HeightOrTimestamp = &ForkSpec_Height{Height: 49791365} - // https://github.com/bnb-chain/bsc/blob/256d8811f441c29cb0812943dc660ac13192829c/params/config.go#L239 - hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1748243100 * 1000} + hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52552978} return hardForks case Mainnet: hardForks[indexPascalHF].HeightOrTimestamp = &ForkSpec_Height{Height: 47618307}