From 92e62c1d86052e4e3e45e9a156dc180d4a61ef78 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Wed, 17 Jun 2020 14:27:54 -0700 Subject: [PATCH] set epochs for slot increase --- internal/configs/sharding/mainnet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/configs/sharding/mainnet.go b/internal/configs/sharding/mainnet.go index b84e1fa0c..3e69111b0 100644 --- a/internal/configs/sharding/mainnet.go +++ b/internal/configs/sharding/mainnet.go @@ -29,8 +29,8 @@ const ( mainnetV1_4Epoch = 46 mainnetV1_5Epoch = 54 mainnetV2_0Epoch = 185 // prestaking epoch - mainnetV2_1Epoch = 300 // open slots increase from 320 - 480 (TODO): update the epoch - mainnetV2_2Epoch = 300 // open slots increase from 480 - 640 (TODO): update the epoch + mainnetV2_1Epoch = 208 // open slots increase from 320 - 480 + mainnetV2_2Epoch = 213 // open slots increase from 480 - 640 // MainNetHTTPPattern is the http pattern for mainnet. MainNetHTTPPattern = "https://api.s%d.t.hmny.io"