Skip to content

Commit

Permalink
Add fields description
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Apr 4, 2024
1 parent 71ef0d4 commit d1c0e88
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions query-node/schemas/proposals.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -353,23 +353,31 @@ type DecreaseCouncilBudgetProposalDetails @variant {
}

type UpdateTokenPalletTokenConstraintsProposalDetails @variant {
" (Permill)"
"Proposed maximum patronage yearly interest rate (in part per million)"
maxYearlyRate: Int
""

"Proposed minimum value of the slope amm parameter"
minAmmSlope: BigInt
""

"Proposed minimum block duration of sales"
minSaleDuration: Int
""

"Proposed minimum block duration for a revenue split"
minRevenueSplitDuration: Int
""

"Proposed minimum blocks between revenue share issuance block and actual revenue share starting block"
minRevenueSplitTimeToStart: Int
" (Permill)"

"Proposed platform fee ratio charged on top of each sale and burned (in part per million)"
salePlatformFee: Int
" (Permill)"

"Proposed ratio of fees charged on top of each token purchase from the AMM (in part per million)"
ammBuyTxFees: Int
" (Permill)"

"Proposed ratio of fees charged on top of each token sold to the AMM (in part per million)"
ammSellTxFees: Int
""

"Proposed bloat bond value used during account creation"
bloatBond: BigInt
}

Expand Down

0 comments on commit d1c0e88

Please sign in to comment.