fix(explorer): format els as percentage in network param view (#3157)
This commit is contained in:
parent
4205dd471a
commit
fa871a49c7
@ -22,7 +22,6 @@
|
|||||||
"governance.proposal.updateAsset.minProposerBalance",
|
"governance.proposal.updateAsset.minProposerBalance",
|
||||||
"governance.proposal.updateAsset.minVoterBalance",
|
"governance.proposal.updateAsset.minVoterBalance",
|
||||||
"governance.proposal.updateAsset.requiredParticipation",
|
"governance.proposal.updateAsset.requiredParticipation",
|
||||||
"governance.proposal.updateMarket.minProposerEquityLikeShare",
|
|
||||||
"market.fee.factors.infrastructureFee",
|
"market.fee.factors.infrastructureFee",
|
||||||
"market.fee.factors.makerFee",
|
"market.fee.factors.makerFee",
|
||||||
"market.liquidity.bondPenaltyParameter",
|
"market.liquidity.bondPenaltyParameter",
|
||||||
@ -77,6 +76,7 @@
|
|||||||
"governance.proposal.updateMarket.requiredParticipationLP",
|
"governance.proposal.updateMarket.requiredParticipationLP",
|
||||||
"governance.proposal.updateNetParam.requiredMajority",
|
"governance.proposal.updateNetParam.requiredMajority",
|
||||||
"governance.proposal.updateNetParam.requiredParticipation",
|
"governance.proposal.updateNetParam.requiredParticipation",
|
||||||
|
"governance.proposal.updateMarket.minProposerEquityLikeShare",
|
||||||
"validators.vote.required"
|
"validators.vote.required"
|
||||||
],
|
],
|
||||||
"duration": [
|
"duration": [
|
||||||
|
@ -31,6 +31,7 @@ const PERCENTAGE_PARAMS = [
|
|||||||
'governance.proposal.updateMarket.requiredParticipationLP',
|
'governance.proposal.updateMarket.requiredParticipationLP',
|
||||||
'governance.proposal.updateNetParam.requiredMajority',
|
'governance.proposal.updateNetParam.requiredMajority',
|
||||||
'governance.proposal.updateNetParam.requiredParticipation',
|
'governance.proposal.updateNetParam.requiredParticipation',
|
||||||
|
'governance.proposal.updateMarket.minProposerEquityLikeShare',
|
||||||
'validators.vote.required',
|
'validators.vote.required',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user