Skip to content

Commit

Permalink
🪄 [QA] Update stage environments (#698)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
  • Loading branch information
andreachapman authored Nov 15, 2023
2 parents 203afd4 + 5b6cc94 commit 1eb3a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ CONTRACT_DEPLOYMENT_BLOCK_NUMBER=553443
SEASON_START_DATE="2023-10-26"
SKIP_REACT_STRICT_MODE="false"
IS_COMING_SOON="true"
SHOW_WAITLIST="false"
SHOW_WAITLIST="true"
2 changes: 1 addition & 1 deletion src/shared/constants/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
TWITTER: "https://twitter.com/taho_xyz",
GITHUB: "https://github.com/tahowallet/extension",
RULEBOOK: "https://docs.taho.xyz/app/",
WAITLIST: "https://tahobeta.deform.cc/november",
WAITLIST: "https://tahobeta.deform.cc/subscapereferral",
DOCS: "https://docs.taho.xyz/app/",
BRAVE_SUPPORT:
"https://support.brave.com/hc/en-us/articles/360023646212-How-do-I-configure-global-and-site-specific-Shields-settings-",
Expand Down

0 comments on commit 1eb3a29

Please sign in to comment.