Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/tutorial/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ In the top right corner, you'll see a big "Connect" button. Click it. You need t
Once it's installed, we need to connect it to our local network running in Docker. Open the extension, click the menu, and navigate to "Settings," then "Network." Click the "Add custom network" button and enter the following info:

- **Name**: `Local`
- **HORIZON RPC URL**: `http:localhost:8000`
- **SOROBAN RPC URL**: `http:localhost:8000/rpc`
- **HORIZON RPC URL**: `http://localhost:8000`
- **SOROBAN RPC URL**: `http://localhost:8000/rpc`
- **Passphrase**: `Standalone Network ; February 2017`
- **Friendbot URL**: `http:localhost:8000/friendbot`
- **Friendbot URL**: `http://localhost:8000/friendbot`
- Check **Allow connecting to non-HTTPS networks**

> ℹ️ The 🌐 icon in the extension lets you switch back and forth between this Local network as well as test and main net.
Expand Down