Skip to content

Commit

Permalink
Reduce propose threshold to 25k from 65k. (#18)
Browse files Browse the repository at this point in the history
* Set proposla threshold to 25k from 65k.

* Fix govenance typo.

* Update copyright year.
  • Loading branch information
torreyatcitty authored Mar 29, 2022
1 parent a11f542 commit ad796c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to this repository

Copyright 2021, Compound Labs, Inc. and repository contributors. This repository is licensed under GPLv3 (please see [LICENSE](/LICENSE) for the full-text of the license).
Copyright 2022, Compound Labs, Inc. and repository contributors. This repository is licensed under GPLv3 (please see [LICENSE](/LICENSE) for the full-text of the license).

All contributors to this repository must release contributed code under this GPLv3 license, free of any other encumbrance. Contributors also agree that contributions may be re-licensed under MIT or BSD-3 licenses in the future without notice. In such instances, all copyright notices will be retained.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ For any concerns with the web3 front-end, open an issue or visit us on [Discord]

# License

Copyright 2021, Compound Labs, Inc. and repository contributors. This repository is licensed under GPLv3 (please see [LICENSE](/LICENSE) for the full-text of the license).
Copyright 2022, Compound Labs, Inc. and repository contributors. This repository is licensed under GPLv3 (please see [LICENSE](/LICENSE) for the full-text of the license).

All contributors to this repository must release contributed code under this GPLv3 license, free of any other encumbrance. Contributors also agree that contributions may be re-licensed under MIT or BSD-3 licenses in the future without notice. In such instances, all copyright notices will be retained.
2 changes: 1 addition & 1 deletion src/elm/Utils/GovernanceHelper.elm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Utils.ABIHelper exposing (ABIInputOutputType, ABIValue)
proposalThreshold : Network -> Decimal
proposalThreshold network =
if network == Network.MainNet then
Decimal.fromInt 65000
Decimal.fromInt 25000

else
Decimal.fromInt 100000
Expand Down
2 changes: 1 addition & 1 deletion src/strings/strings.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"site_title_propose": "Create Proposal",
"site_title_vote": "Vote",

"governance": "Govenance",
"governance": "Governance",
"support": "Support",
"markets": "Markets",
"language": "Language",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3366,9 +3366,9 @@ component-emitter@^1.2.1:
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==

"compound-components@https://github.com/compound-finance/compound-components.git#8f975b3baf904eb9069e3ff5638d21bd37e060c4":
"compound-components@https://github.com/compound-finance/compound-components.git#75fa6c7a1515722ee788a585836ccc7407dd7598":
version "1.0.0"
resolved "https://github.com/compound-finance/compound-components.git#8f975b3baf904eb9069e3ff5638d21bd37e060c4"
resolved "https://github.com/compound-finance/compound-components.git#75fa6c7a1515722ee788a585836ccc7407dd7598"
dependencies:
"@babel/core" "^7.0.0"
"@babel/preset-env" "^7.0.0"
Expand Down

0 comments on commit ad796c7

Please sign in to comment.