Skip to content

Commit

Permalink
Merge pull request #396 from FidelVe/update-default-commission-rate-v…
Browse files Browse the repository at this point in the history
…alues

fix: changed default values for commission rate in the form
  • Loading branch information
robcxyz authored Feb 7, 2024
2 parents 71e3db9 + 6bde43d commit eb17b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PrepUpdateModal/prepUpdateModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function PrepModal({ prepInfo, isOpen, onClose }) {
<CommissionRateComponent
title="setCommissionRate"
paragraph="This command will allow you to modify the commission rate for your Validator."
formItems={[["rate","50","Rate",""]]}
formItems={[["rate","9.41","Rate",""]]}
handleValues={handleCommissionRateValues}
/>
<button
Expand All @@ -240,9 +240,9 @@ export default function PrepModal({ prepInfo, isOpen, onClose }) {
title="initCommissionRate"
paragraph="This is a one time transaction to set the maximum commission rate and maximum commission rate change. You will not be able to change these parameters later. However, you will be able to change the commission rate later."
formItems={[
["rate","100","Rate:",""],
["rate","9.41","Rate:",""],
["maxRate","100","Max Commission Rate:",""],
["maxChangeRate","100","Max Commission Rate Change:",""]]}
["maxChangeRate","10","Max Commission Rate Change:",""]]}
handleValues={handleCommissionRateValues}
/>
<button
Expand Down

0 comments on commit eb17b23

Please sign in to comment.