Skip to content

Commit

Permalink
Merge pull request #180 from decentrio/trinity/update-bridge-genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark authored Nov 20, 2024
2 parents fd75b67 + d271bb9 commit 1712d96
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(1731916800), 0), // 8:00 UTC, Monday, 18 November 2024
StartTime: time.Unix(int64(1732262400), 0), // 8:00 UTC, Friday, 22 November 2024
Duration: time.Minute,
EpochCountingStarted: false,
})
Expand Down

0 comments on commit 1712d96

Please sign in to comment.