Skip to content

Commit

Permalink
docs: make network section more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 31, 2023
1 parent 28de561 commit a71432f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

### 💻 Load extension into browser

> **NOTE:** by default, the extension built this way will talk to the testnet API (which runs under [api.regtest.getalby.com](https://api.regtest.getalby.com)). The testnet API is **not as stable** as production but you can do transactions without using real money. In case you want to do manual tests against the mainnet API, add the following `ALBY_API_URL` environment variable to your command: `$ ALBY_API_URL="https://api.getalby.com" yarn run dev:your-browser-of-choice`
- Start development build, which will automatically watch for file changes:

- Chrome\
Expand All @@ -16,8 +18,6 @@
- Opera\
`$ yarn run dev:opera`

**NOTE:** by default, the extension built this way will talk to the testnet API (which runs under [api.regtest.getalby.com](https://api.regtest.getalby.com)). In case you want to do manual tests against the mainnet API, add the following `ALBY_API_URL` environment variable to your command: `$ ALBY_API_URL="https://api.getalby.com" yarn run dev:your-browser-of-choice`

- **Chrome**

- Go to the browser address bar and type `chrome://extensions`
Expand Down

0 comments on commit a71432f

Please sign in to comment.