Skip to content

Commit

Permalink
fix: increase DefaultMaxOrderLifespan to 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcre committed Sep 21, 2023
1 parent ad26fca commit c9fab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/exchange/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
DefaultTakerFeeRate: sdk.NewDecWithPrec(3, 3), // 0.3%
DefaultOrderSourceFeeRatio: sdk.NewDecWithPrec(5, 1), // 50%
}
DefaultMaxOrderLifespan = 24 * time.Hour
DefaultMaxOrderLifespan = 7 * 24 * time.Hour
DefaultMaxOrderPriceRatio = sdk.NewDecWithPrec(1, 1) // 10%
DefaultMaxSwapRoutesLen uint32 = 3
DefaultMaxNumMMOrders uint32 = 15
Expand Down

0 comments on commit c9fab38

Please sign in to comment.