Skip to content

Commit

Permalink
reduce epoch time
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Oct 30, 2023
1 parent 3ef7b78 commit 5681fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/feeabs/types/epoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
)

const (
DefaultSwapPeriod time.Duration = time.Minute * 180
DefaultQueryPeriod time.Duration = time.Minute * 60
DefaultSwapPeriod time.Duration = time.Minute * 5
DefaultQueryPeriod time.Duration = time.Minute * 5
DefaultSwapEpochIdentifier string = "swap"
DefaultQueryEpochIdentifier string = "query"
)
Expand Down

0 comments on commit 5681fc7

Please sign in to comment.