enable various fork features in testnet at epoch 73880 (#3718)

pull/3720/head
Rongjian Lan 4 years ago committed by GitHub
parent 5e09b89322
commit c1eab98220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      internal/params/config.go

@ -77,11 +77,11 @@ var (
SixtyPercentEpoch: big.NewInt(73282),
RedelegationEpoch: big.NewInt(36500),
NoEarlyUnlockEpoch: big.NewInt(73580),
VRFEpoch: EpochTBD,
MinDelegation100Epoch: EpochTBD,
MinCommissionRateEpoch: EpochTBD,
VRFEpoch: big.NewInt(73880),
MinDelegation100Epoch: big.NewInt(73880),
MinCommissionRateEpoch: big.NewInt(73880),
MinCommissionPromoPeriod: big.NewInt(10),
EPoSBound35Epoch: EpochTBD,
EPoSBound35Epoch: big.NewInt(73880),
EIP155Epoch: big.NewInt(0),
S3Epoch: big.NewInt(0),
IstanbulEpoch: big.NewInt(43800),

Loading…
Cancel
Save