From aec4523de0cb831de029a1a3f77b7a2ac8584825 Mon Sep 17 00:00:00 2001 From: esteblock Date: Mon, 5 Jun 2023 18:40:48 -0300 Subject: [PATCH] Change instructions to download Freighter 5.0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aba4de..077f3e6 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Install Dependencies 1. `soroban-cli v0.8.0`. See https://soroban.stellar.org/docs/getting-started/setup#install-the-soroban-cli 2. `docker` (both Standalone and Futurenet backends require it). 3. `Node.js v17` -4. `Freighter wallet v2.9.1`. Download it from https://github.com/stellar/freighter/releases/tag/2.9.1 and Enable "Experimental Mode" in the settings (gear icon). +4. `Freighter wallet v5.0.2`. Download it from the Chrome or Firefox extension store and Enable "Experimental Mode" in the settings (gear icon). 5. Build the `soroban-preview` docker image: make build-docker