Skip to content
Open
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ Before starting the dev server, you need to configure the backend URLs. Create a
file `extension/.env` with the following variables:

```
INDEXER_URL=https://freighter-backend-prd.stellar.org/api/v1
INDEXER_V2_URL=https://freighter-backend-v2-prd.stellar.org/api/v1
INDEXER_URL=your_backend_v1_prod_url_here
INDEXER_V2_URL=your_backend_v2_prod_url_here
Comment on lines +48 to +49
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The placeholder values "your_backend_v1_prod_url_here" and "your_backend_v2_prod_url_here" are inconsistent with line 53 which states "These URLs point to the production Freighter backend." If the intention is to provide placeholder values, the comment on line 53 should be updated to reflect that users need to fill in their own URLs. Additionally, this creates inconsistency with extension/README.md (line 15) which still provides the actual production URL: https://freighter-backend-prd.stellar.org/api/v1

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback


```

These URLs point to the production Freighter backend. For more details on
Expand Down