From ed3b85d47e059f248e3a7ef6a3b673a776258d46 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:47:07 +0000 Subject: [PATCH 1/2] Initial plan From 98e8ba1a0b6cd3fb8c7ea78b45f1344857360859 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:48:59 +0000 Subject: [PATCH 2/2] Fix inconsistency: restore production URLs in README.md Co-authored-by: Keeeeeeeks <16293980+Keeeeeeeks@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffd732eb78..82313be3d4 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,8 @@ Before starting the dev server, you need to configure the backend URLs. Create a file `extension/.env` with the following variables: ``` -INDEXER_URL=your_backend_v1_prod_url_here -INDEXER_V2_URL=your_backend_v2_prod_url_here - +INDEXER_URL=https://freighter-backend-prd.stellar.org/api/v1 +INDEXER_V2_URL=https://freighter-backend-v2-prd.stellar.org/api/v1 ``` These URLs point to the production Freighter backend. For more details on