|
|
@ -80,5 +80,5 @@ var pangaeaReshardingEpoch = []*big.Int{ |
|
|
|
params.PangaeaChainConfig.StakingEpoch, |
|
|
|
params.PangaeaChainConfig.StakingEpoch, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var pangaeaV0 = MustNewInstance(4, 27, 27, numeric.OneDec(), genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, pangaeaReshardingEpoch, PangaeaSchedule.BlocksPerEpoch()) |
|
|
|
var pangaeaV0 = MustNewInstance(4, 60, 60, numeric.OneDec(), genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, pangaeaReshardingEpoch, PangaeaSchedule.BlocksPerEpoch()) |
|
|
|
var pangaeaV1 = MustNewInstance(4, 50, 27, numeric.MustNewDecFromStr("0.68"), genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, pangaeaReshardingEpoch, PangaeaSchedule.BlocksPerEpoch()) |
|
|
|
var pangaeaV1 = MustNewInstance(4, 110, 60, numeric.MustNewDecFromStr("0.68"), genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, pangaeaReshardingEpoch, PangaeaSchedule.BlocksPerEpoch()) |
|
|
|