Skip to content

Commit

Permalink
update upgrade time
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Dec 13, 2024
1 parent f1e69a9 commit ea8cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1/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(1734948000), 0), // 10:00 UTC, Monday, 23 December 2024
StartTime: time.Unix(int64(1734706800), 0), // 15:00 UTC, Friday, 20 December 2024
Duration: time.Minute,
EpochCountingStarted: false,
})
Expand Down

0 comments on commit ea8cd95

Please sign in to comment.