Skip to content

Commit

Permalink
chore: update submission threshold for draft/governance proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Jul 3, 2023
1 parent be10ddc commit c5f0c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"GATSBY_SNAPSHOT_SPACE": "lemu.dcl.eth",
"GATSBY_SNAPSHOT_URL": "https://snapshot.org/",
"GATSBY_SNAPSHOT_QUERY_ENDPOINT": "https://api.thegraph.com/subgraphs/name/snapshot-labs/snapshot",
"GATSBY_SUBMISSION_THRESHOLD_DRAFT": "1000",
"GATSBY_SUBMISSION_THRESHOLD_GOVERNANCE": "2500",
"GATSBY_SUBMISSION_THRESHOLD_DRAFT": "100",
"GATSBY_SUBMISSION_THRESHOLD_GOVERNANCE": "100",
"GATSBY_SUBMISSION_THRESHOLD_POLL": "100",
"GATSBY_SUBMISSION_THRESHOLD_PITCH": "100",
"GATSBY_SUBMISSION_THRESHOLD_TENDER": "100",
Expand Down

0 comments on commit c5f0c4b

Please sign in to comment.