activate epoch

pull/4369/head
frozen 2 years ago committed by Casey Gardiner
parent 0880e38ab0
commit 866f2b02bf
  1. 1
      internal/params/config.go

@ -111,6 +111,7 @@ var (
AllowlistEpoch: big.NewInt(2), AllowlistEpoch: big.NewInt(2),
LeaderRotationEpoch: EpochTBD, LeaderRotationEpoch: EpochTBD,
LeaderRotationBlocksCount: 64, LeaderRotationBlocksCount: 64,
TesnetNinetyPercentEpoch: big.NewInt(399),
FeeCollectEpoch: EpochTBD, FeeCollectEpoch: EpochTBD,
} }
// PangaeaChainConfig contains the chain parameters for the Pangaea network. // PangaeaChainConfig contains the chain parameters for the Pangaea network.

Loading…
Cancel
Save