Skip to content

Commit

Permalink
chore: update env vars (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Oct 27, 2023
1 parent ad840e4 commit a48e9a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Projects/Current/ProjectsBanner.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 100%;
padding: 30px;
border-radius: 8px;
color: #fff;
color: var(--white-900);
gap: 50px;
background: linear-gradient(180deg, var(--fuchsia-500) 0%, var(--dcl-primary) 100%);
box-shadow: 0 6px 24px rgba(253, 45, 88, 0.3);
Expand Down
6 changes: 3 additions & 3 deletions src/config/env/prd.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"GATSBY_SUBMISSION_THRESHOLD_TENDER": "2500",
"GATSBY_SUBMISSION_THRESHOLD_GRANT": "100",
"GATSBY_VOTING_POWER_TO_PASS_LINKED_WEARABLES": "4000000",
"GATSBY_VOTING_POWER_TO_PASS_BAN_NAME": "500000",
"GATSBY_VOTING_POWER_TO_PASS_CATALYST": "500000",
"GATSBY_VOTING_POWER_TO_PASS_BAN_NAME": "4000000",
"GATSBY_VOTING_POWER_TO_PASS_CATALYST": "2000000",
"GATSBY_VOTING_POWER_TO_PASS_DRAFT": "1000000",
"GATSBY_VOTING_POWER_TO_PASS_GOVERNANCE": "6000000",
"GATSBY_VOTING_POWER_TO_PASS_POI": "500000",
"GATSBY_VOTING_POWER_TO_PASS_POI": "2000000",
"GATSBY_VOTING_POWER_TO_PASS_POLL": "500000",
"GATSBY_VOTING_POWER_TO_PASS_PITCH": "2000000",
"GATSBY_VOTING_POWER_TO_PASS_TENDER": "4000000",
Expand Down

0 comments on commit a48e9a4

Please sign in to comment.