We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dffa96 commit b3de1aaCopy full SHA for b3de1aa
module/fork_spec.go
@@ -106,7 +106,8 @@ func GetForkParameters(network Network) []*ForkSpec {
106
// https://bscscan.com/block/52337091
107
// https://github.com/bnb-chain/bsc/releases/tag/v1.5.16
108
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52337091}
109
- // TODO
+ // https://github.com/bnb-chain/bsc/pull/3466/files
110
+ hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1768357800 * 1000}
111
return hardForks
112
}
113
return nil
0 commit comments