|
|
@ -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.
|
|
|
|