Skip to content

Commit

Permalink
Preview decimal percents
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Apr 3, 2024
1 parent 3ad9514 commit 9458833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/mocks/data/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ const proposalDetails: Record<ProposalDetailsType, RecursivePartial<ProposalWith
UpdateGlobalNftLimitProposalDetails: {},
DecreaseCouncilBudgetProposalDetails: { amount: joy(100) },
UpdateTokenPalletTokenConstraintsProposalDetails: {
maxYearlyRate: 500_000,
maxYearlyRate: 0.4 * 10 ** 6,
minAmmSlope: undefined,
minSaleDuration: 200,
minRevenueSplitDuration: undefined,
minRevenueSplitTimeToStart: 5,
salePlatformFee: 10_000,
ammBuyTxFees: undefined,
ammSellTxFees: 30_000,
bloatBond: joy(0.1),
ammSellTxFees: 0.003 * 10 ** 6,
bloatBond: joy(0.01),
},
}

Expand Down

0 comments on commit 9458833

Please sign in to comment.