Skip to content

Commit

Permalink
update epoch timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Nov 13, 2024
1 parent 2641a92 commit 78e227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func CreateUpgradeHandler(
return nil, err
}
err = bridgeKeeper.EpochInfo.Set(ctx, bridgetypes.EpochInfo{
StartTime: time.Unix(int64(1730826000), 0),
StartTime: time.Unix(int64(1731628800), 0),
Duration: time.Minute,
EpochCountingStarted: false,
})
Expand Down

0 comments on commit 78e227e

Please sign in to comment.