File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 make chain
5656 make contracts
5757 # epoch is 200, 400, 500, 1000
58- # must wait for 400 block (1.5sec * 400 )
58+ # Since we want the previous epoch to be before HF we wait for 800 block (0.75sec * 800 )
5959 sleep 600
6060 make relayer
6161 make test
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk add --d --no-cache npm nodejs bash alpine-sdk expect jq curl bash python
44RUN curl -sSL https://install.python-poetry.org | python3 -
55
66RUN git clone https://github.com/bnb-chain/bsc-genesis-contract -b develop /root/genesis \
7- && cd /root/genesis && git checkout 44ebc6c17a00bd24db3240141a78091528dcebbb && npm ci
7+ && cd /root/genesis && git checkout bf3ac733f8aaf93ed88ca0ad2dcddd051166e4e1 && npm ci
88
99RUN cd /root/genesis && /root/.local/bin/poetry install
1010RUN cd /root/genesis && forge install --no-git --no-commit foundry-rs/forge-std@v1.7.3
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ func GetForkParameters(network Network) []*ForkSpec {
7777 case Testnet :
7878 hardForks [indexPascalHF ].HeightOrTimestamp = & ForkSpec_Height {Height : 48576786 }
7979 hardForks [indexLorentzHF ].HeightOrTimestamp = & ForkSpec_Height {Height : 49791365 }
80- // https: //github.com/bnb-chain/bsc/blob/256d8811f441c29cb0812943dc660ac13192829c/params/config.go#L239
81- hardForks [indexLorentzHF ].HeightOrTimestamp = & ForkSpec_Timestamp {Timestamp : 1748243100 * 1000 }
80+ // https://github.com/bnb-chain/bsc/blob/256d8811f441c29cb0812943dc660ac13192829c/params/config.go#L239
81+ hardForks [indexMaxwellHF ].HeightOrTimestamp = & ForkSpec_Timestamp {Timestamp : 1748243100 * 1000 }
8282 return hardForks
8383 case Mainnet :
8484 hardForks [indexPascalHF ].HeightOrTimestamp = & ForkSpec_Height {Height : 47618307 }
You can’t perform that action at this time.
0 commit comments