Skip to content

Commit

Permalink
chore: add governance url env (#1760)
Browse files Browse the repository at this point in the history
* chore: add governance url env

* fix: prd link
  • Loading branch information
andyesp authored Apr 24, 2024
1 parent a0ed1bb commit a9e28ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"GATSBY_SSO_URL": "https://id.decentraland.zone",
"GATSBY_PUSH_CHANNEL_ID": "0xBf363AeDd082Ddd8DB2D6457609B03f9ee74a2F1",
"GATSBY_DISCORD_PROFILE_VERIFICATION_URL": "https://discord.gg/6nt4qcECdk",
"GATSBY_REASON_THRESHOLD": "90"
"GATSBY_REASON_THRESHOLD": "90",
"GATSBY_GOVERNANCE_URL": "https://decentraland.zone/governance"
}
3 changes: 2 additions & 1 deletion src/config/env/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"GATSBY_SSO_URL": "https://id.decentraland.zone",
"GATSBY_PUSH_CHANNEL_ID": "0xBf363AeDd082Ddd8DB2D6457609B03f9ee74a2F1",
"GATSBY_DISCORD_PROFILE_VERIFICATION_URL": "https://discord.gg/TJhbXBxr",
"GATSBY_REASON_THRESHOLD": "90"
"GATSBY_REASON_THRESHOLD": "90",
"GATSBY_GOVERNANCE_URL": "https://decentraland.zone/governance"
}
3 changes: 2 additions & 1 deletion src/config/env/prd.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"GATSBY_SSO_URL": "https://id.decentraland.org",
"GATSBY_PUSH_CHANNEL_ID": "0x4BaaC83d0A68C079550142B9d792328b7C239844",
"GATSBY_DISCORD_PROFILE_VERIFICATION_URL": "https://discord.gg/nquz9JbCCx",
"GATSBY_REASON_THRESHOLD": "50000"
"GATSBY_REASON_THRESHOLD": "50000",
"GATSBY_GOVERNANCE_URL": "https://decentraland.org/governance"
}

0 comments on commit a9e28ba

Please sign in to comment.