Skip to content

Commit

Permalink
Postpone second batch of slot increase
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan35 authored and Leo Chen committed Jun 29, 2020
1 parent 15f1031 commit 9395d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/configs/sharding/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const (
mainnetV1_3Epoch = 36
mainnetV1_4Epoch = 46
mainnetV1_5Epoch = 54
mainnetV2_0Epoch = 185 // prestaking epoch
mainnetV2_1Epoch = 208 // open slots increase from 320 - 480
mainnetV2_2Epoch = 213 // open slots increase from 480 - 640
mainnetV2_0Epoch = 185 // prestaking epoch
mainnetV2_1Epoch = 208 // open slots increase from 320 - 480
mainnetV2_2Epoch = 10000 // open slots increase from 480 - 640

// MainNetHTTPPattern is the http pattern for mainnet.
MainNetHTTPPattern = "https://api.s%d.t.hmny.io"
Expand Down

0 comments on commit 9395d5a

Please sign in to comment.