From 3201fdeb88181d0cf745130bc67129d833e6f4c5 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Maden Date: Wed, 11 Mar 2020 11:47:05 -0700 Subject: [PATCH] [sharding config] Update stn config --- internal/configs/sharding/stress.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/configs/sharding/stress.go b/internal/configs/sharding/stress.go index 28317f70c..676e401bf 100644 --- a/internal/configs/sharding/stress.go +++ b/internal/configs/sharding/stress.go @@ -20,9 +20,9 @@ const ( stressnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf // StressNetHTTPPattern is the http pattern for stressnet. - StressNetHTTPPattern = "https://api.s%d.os.hmny.io" + StressNetHTTPPattern = "https://api.s%d.stn.hmny.io" // StressNetWSPattern is the websocket pattern for stressnet. - StressNetWSPattern = "wss://ws.s%d.os.hmny.io" + StressNetWSPattern = "wss://ws.s%d.stn.hmny.io" ) func (stressnetSchedule) InstanceForEpoch(epoch *big.Int) Instance { @@ -80,5 +80,5 @@ var stressnetReshardingEpoch = []*big.Int{ params.StressnetChainConfig.StakingEpoch, } -var stressnetV0 = MustNewInstance(4, 27, 27, genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, stressnetReshardingEpoch, StressNetSchedule.BlocksPerEpoch()) -var stressnetV1 = MustNewInstance(4, 50, 27, genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, stressnetReshardingEpoch, StressNetSchedule.BlocksPerEpoch()) +var stressnetV0 = MustNewInstance(4, 120, 120, genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, stressnetReshardingEpoch, StressNetSchedule.BlocksPerEpoch()) +var stressnetV1 = MustNewInstance(4, 150, 120, genesis.TNHarmonyAccounts, genesis.TNFoundationalAccounts, stressnetReshardingEpoch, StressNetSchedule.BlocksPerEpoch())