File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ services:
55 dockerfile : Dockerfile.bsc
66 args :
77 GIT_SOURCE : https://github.com/bnb-chain/bsc
8- GIT_CHECKOUT_BRANCH : v1.5.13
8+ GIT_CHECKOUT_BRANCH : v1.5.16
99 image : bsc-geth:docker-local
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ func GetForkParameters(network Network) []*ForkSpec {
8484 // https://bscscan.com/block/48773576
8585 // https://github.com/bnb-chain/bsc/releases/tag/v1.5.10
8686 hardForks [indexLorentzHF ].HeightOrTimestamp = & ForkSpec_Height {Height : 48773576 }
87- //TODO Maxwell
87+ // https://github.com/bnb-chain/bsc/releases/tag/v1.5.16
88+ hardForks [indexMaxwellHF ].HeightOrTimestamp = & ForkSpec_Timestamp {Timestamp : 1751250600 * 1000 }
8889 return hardForks
8990 }
9091 return nil
You can’t perform that action at this time.
0 commit comments