Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-tooling/push-sdk/epns-sdk-starter-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const {

```

_We get the above `keys` after the parsing of the API repsonse._
_We get the above `keys` after the parsing of the API response._

#### **SubscribedModal**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The draft proposals that pass the promotion criteria of the Discussion phase are

### What are the Promotion Criteria?

* The proposal needs to meet the Quorom for it to be considered valid. Quorum is defined as 4% of the [circulating supply of $PUSH](https://coinmarketcap.com/currencies/epns/) voting in the affirmative.
* If the Quorom is not achieved in 7 days for a proposal, then the proposal is considered as defeated.
* The proposal needs to meet the Quorum for it to be considered valid. Quorum is defined as 4% of the [circulating supply of $PUSH](https://coinmarketcap.com/currencies/epns/) voting in the affirmative.
* If the Quorum is not achieved in 7 days for a proposal, then the proposal is considered as defeated.

> _For a vote to pass on Snapshot, it must achieve a quorum of 4% of the_ [_circulating supply of $PUSH_](https://coinmarketcap.com/currencies/epns/) _voting in the affirmative. The purpose of the quorum is to ensure that the approved proposals have adequate voter participation. This means that if a proposal that had a majority of votes affirmative but didn’t achieve the necessary quorum, it won’t be approved._
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The next step in the governance journey is discussion. Draft proposals from the

Draft proposals in this phase should initiate discussion. We expect and encourage the community to debate them and express approval or disapproval.

### Submitting a Draft Proposals for Discussion
### Submitting a Draft Proposal for Discussion

* Only Champions can push draft proposals once they have met the criteria to Governance Discussion.
* This section is intended to serve as the last step before submitting a proposal to [Snapshot](https://snapshot.org/#/epns.eth).
Expand Down