Skip to content

Commit f75c91a

Browse files
author
Naohiro Yoshida
committed
add maxwell mainnet ts
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent cdb39c7 commit f75c91a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e/chains/bsc/docker-compose.bsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

module/fork_spec.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)