Skip to content

Commit b3de1aa

Browse files
author
Naohiro Yoshida
committed
fix fermi HF mainnet timestamp
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 4dffa96 commit b3de1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module/fork_spec.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ func GetForkParameters(network Network) []*ForkSpec {
106106
// https://bscscan.com/block/52337091
107107
// https://github.com/bnb-chain/bsc/releases/tag/v1.5.16
108108
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52337091}
109-
// TODO
109+
// https://github.com/bnb-chain/bsc/pull/3466/files
110+
hardForks[indexFermiHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1768357800 * 1000}
110111
return hardForks
111112
}
112113
return nil

0 commit comments

Comments
 (0)