Skip to content

Commit

Permalink
chore(): Update the readme to include submodule init command now that…
Browse files Browse the repository at this point in the history
… there is locales and is needed for development. Updated URL for the faucet to use the https URL so chrome does not block it (#168)
  • Loading branch information
WanderingHogan committed Oct 3, 2021
1 parent 73d81e3 commit a175e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Now simply fill in the required information in the `.env` file.

To load your environemnt variables you need to prefix all yarn commands with `npx dotenv`.

## Install Submodules

Run `git submodule update --init --recursive` to pull down the submodules. This will pull down the `android`, `electron`, and `locales` submodules. You need the locales module to run and develop locally.

## Running Locally

Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Config = {
],
},
solana: {
customFaucet: 'http://faucet.satellite.one:3000',
customFaucet: 'https://faucet.satellite.one',
network: 'devnet',
serverProgramId: 'FGdpP9RSN3ZE8d1PXxiBXS8ThCsXdi342KmDwqSQ3ZBz',
friendsProgramId: 'BxX6o2HG5DWrJt2v8GMSWNG2V2NtxNbAUF3wdE5Ao5gS',
Expand Down

0 comments on commit a175e8c

Please sign in to comment.