Skip to content

Commit

Permalink
Merge pull request #574 from dOrgTech/max-quorum-change-patch
Browse files Browse the repository at this point in the history
Fix Max Quorum Change in storage
  • Loading branch information
magentaceiba authored May 23, 2023
2 parents ff47ca3 + e011aaa commit c406d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/baseDAODocker/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const storageParamsToBaseDAODockerArgs = (
min_quorum: `${storage.minQuorumAmount}n`,
max_quorum: `${storage.maxQuorumAmount}n`,
quorum_change: `${storage.quorumChange}n`,
max_quorum_change: `${storage.maxQuorumAmount}n`,
max_quorum_change: `${storage.quorumMaxChange}n`,
proposal_flush_level: `${storage.proposalFlushPeriod}n`,
proposal_expired_level: `${storage.proposalExpiryPeriod}n`,
governance_total_supply: `${token.supply.toFixed()}n`,
Expand Down

0 comments on commit c406d51

Please sign in to comment.