Skip to content

Commit

Permalink
Update bridge params for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Nov 15, 2024
1 parent f287d45 commit 4fb1b18
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(1731628800), 0),
StartTime: time.Unix(int64(1731801600), 0),
Duration: time.Minute,
EpochCountingStarted: false,
})
Expand Down

0 comments on commit 4fb1b18

Please sign in to comment.