Skip to content

Commit

Permalink
chore: Updated default max clock drift to 70 mins. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Oct 28, 2023
1 parent d0deac5 commit 9e36d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ func (cc *CosmosProvider) NewClientState(
TrustLevel: tmclient.NewFractionFromTm(light.DefaultTrustLevel),
TrustingPeriod: dstTrustingPeriod,
UnbondingPeriod: dstUbdPeriod,
MaxClockDrift: time.Minute * 10,
MaxClockDrift: time.Minute * 70,
FrozenHeight: clienttypes.ZeroHeight(),
LatestHeight: clienttypes.Height{
RevisionNumber: revisionNumber,
Expand Down

0 comments on commit 9e36d43

Please sign in to comment.