@ -204,22 +204,22 @@ func (ms mainnetSchedule) IsSkippedEpoch(shardID uint32, epoch *big.Int) bool {
var mainnetReshardingEpoch = [ ] * big . Int { big . NewInt ( 0 ) , big . NewInt ( mainnetV0_1Epoch ) , big . NewInt ( mainnetV0_2Epoch ) , big . NewInt ( mainnetV0_3Epoch ) , big . NewInt ( mainnetV0_4Epoch ) , big . NewInt ( mainnetV1Epoch ) , big . NewInt ( mainnetV1_1Epoch ) , big . NewInt ( mainnetV1_2Epoch ) , big . NewInt ( mainnetV1_3Epoch ) , big . NewInt ( mainnetV1_4Epoch ) , big . NewInt ( mainnetV1_5Epoch ) , big . NewInt ( mainnetV2_0Epoch ) , big . NewInt ( mainnetV2_1Epoch ) , big . NewInt ( mainnetV2_2Epoch ) , params . MainnetChainConfig . TwoSecondsEpoch , params . MainnetChainConfig . SixtyPercentEpoch , params . MainnetChainConfig . HIP6And8Epoch }
var mainnetReshardingEpoch = [ ] * big . Int { big . NewInt ( 0 ) , big . NewInt ( mainnetV0_1Epoch ) , big . NewInt ( mainnetV0_2Epoch ) , big . NewInt ( mainnetV0_3Epoch ) , big . NewInt ( mainnetV0_4Epoch ) , big . NewInt ( mainnetV1Epoch ) , big . NewInt ( mainnetV1_1Epoch ) , big . NewInt ( mainnetV1_2Epoch ) , big . NewInt ( mainnetV1_3Epoch ) , big . NewInt ( mainnetV1_4Epoch ) , big . NewInt ( mainnetV1_5Epoch ) , big . NewInt ( mainnetV2_0Epoch ) , big . NewInt ( mainnetV2_1Epoch ) , big . NewInt ( mainnetV2_2Epoch ) , params . MainnetChainConfig . TwoSecondsEpoch , params . MainnetChainConfig . SixtyPercentEpoch , params . MainnetChainConfig . HIP6And8Epoch }
var (
var (
mainnetV0 = MustNewInstance ( 4 , 150 , 112 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccounts , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0 = MustNewInstance ( 4 , 150 , 112 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccounts , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_1 = MustNewInstance ( 4 , 152 , 112 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_1 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_1 = MustNewInstance ( 4 , 152 , 112 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_1 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_2 = MustNewInstance ( 4 , 200 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_2 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_2 = MustNewInstance ( 4 , 200 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_2 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_3 = MustNewInstance ( 4 , 210 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_3 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_3 = MustNewInstance ( 4 , 210 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_3 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_4 = MustNewInstance ( 4 , 216 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_4 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV0_4 = MustNewInstance ( 4 , 216 , 148 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV0_4 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_1 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_1 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_1 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_1 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_2 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_2 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_2 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_2 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_3 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_3 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_3 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_3 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_4 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_4 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_4 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_4 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_5 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV1_5 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . OneDec ( ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_0 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_0 = MustNewInstance ( 4 , 250 , 170 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_1 = MustNewInstance ( 4 , 250 , 130 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_1 = MustNewInstance ( 4 , 250 , 130 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_2 = MustNewInstance ( 4 , 250 , 90 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV2_2 = MustNewInstance ( 4 , 250 , 90 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpochOld ( ) )
mainnetV3 = MustNewInstance ( 4 , 250 , 90 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3 = MustNewInstance ( 4 , 250 , 90 , 0 , numeric . MustNewDecFromStr ( "0.68" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_1 = MustNewInstance ( 4 , 250 , 50 , 0 , numeric . MustNewDecFromStr ( "0.60" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_1 = MustNewInstance ( 4 , 250 , 50 , 0 , numeric . MustNewDecFromStr ( "0.60" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_2 = MustNewInstance ( 4 , 250 , 25 , 0 , numeric . MustNewDecFromStr ( "0.49" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_2 = MustNewInstance ( 4 , 250 , 25 , 0 , numeric . MustNewDecFromStr ( "0.49" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_3 = MustNewInstance ( 4 , 250 , 25 , 0.06 , numeric . MustNewDecFromStr ( "0.49" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
mainnetV3_3 = MustNewInstance ( 4 , 250 , 25 , 0.06 , numeric . MustNewDecFromStr ( "0.49" ) , genesis . HarmonyAccounts , genesis . FoundationalNodeAccountsV1_5 , emptyAllowlist , mainnetReshardingEpoch , MainnetSchedule . BlocksPerEpoch ( ) )
)
)