Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Dec 1, 2024
1 parent 49b39b5 commit 8d68a43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/iro/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
// Default parameter values

var (
DefaultTakerFee = "0.02" // 2%
DefaultTakerFee = "0.02" // 2%
DefaultCreationFee = math.NewInt(1).MulRaw(1e18) /* 1 DYM */
DefaultMinPlanDuration = 0 * time.Hour // no enforced minimum by default
DefaultIncentivePlanMinimumNumEpochsPaidOver = uint64(10_080) // default: min 7 days (based on 1 minute distribution epoch)
DefaultIncentivePlanMinimumStartTimeAfterSettlement = 60 * time.Minute // default: min 1 hour after settlement
DefaultMinPlanDuration = 0 * time.Hour // no enforced minimum by default
DefaultIncentivePlanMinimumNumEpochsPaidOver = uint64(10_080) // default: min 7 days (based on 1 minute distribution epoch)
DefaultIncentivePlanMinimumStartTimeAfterSettlement = 60 * time.Minute // default: min 1 hour after settlement
)

const (
Expand Down

0 comments on commit 8d68a43

Please sign in to comment.