We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4cfaf8 + 6b4bcaf commit 6e7bf98Copy full SHA for 6e7bf98
module/fork_spec.go
@@ -76,10 +76,10 @@ func GetForkParameters(network Network) []*ForkSpec {
76
EpochLength: 200,
77
MaxTurnLength: 9,
78
},
79
- // https://github.com/bnb-chain/bsc/blob/1ded6d7ecfc1a9b71accab03aef99d816eeda446/params/config.go#L192
+ // https://bscscan.com/block/48773576
80
// https://github.com/bnb-chain/bsc/releases/tag/v1.5.10
81
{
82
- HeightOrTimestamp: &ForkSpec_Timestamp{Timestamp: 1745903100 * 1000},
+ HeightOrTimestamp: &ForkSpec_Height{Height: 48773576},
83
AdditionalHeaderItemCount: 1,
84
EpochLength: 500,
85
MaxTurnLength: 64,
0 commit comments