Skip to content

Commit

Permalink
Set defaults for .js.env.example (will get copied over to .js.env and…
Browse files Browse the repository at this point in the history
… remove unneeded instructions
  • Loading branch information
smilingkylan committed Mar 1, 2024
1 parent 542fbbf commit 38d0e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .js.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export MM_BLOCKAID_UI_ENABLED=""
export WATCHER_PORT=8081

# Environment: "production", "pre-release" or "local"
export METAMASK_ENVIRONMENT=""
export METAMASK_ENVIRONMENT="local"

# Build type: "main" or "flask"
export METAMASK_BUILD_TYPE=""
export METAMASK_BUILD_TYPE="main"

# Segment SDK proxy endpoint and write key
export SEGMENT_WRITE_KEY=""
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ cp .android.env.example .android.env && \
cp .js.env.example .js.env
```

After successfully running this command, review the `.js.env` file and make sure that both `METAMASK_ENVIRONMENT` and `METAMASK_BUILD_TYPE` have a set value, otherwise the next steps may fail.

### Running the app

**Run Metro bundler**
Expand Down

0 comments on commit 38d0e84

Please sign in to comment.