From 16df9293b0f18c55ffa0093e6d2fc6aef349bf38 Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Wed, 24 Sep 2025 11:09:06 +0200 Subject: [PATCH] fix production readme electrs setup --- production/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/README.md b/production/README.md index 997020841..e6f2f2dcd 100644 --- a/production/README.md +++ b/production/README.md @@ -222,11 +222,11 @@ Start `elementsd` and wait for it to sync the Liquid blockchain. ### Electrs -Install [Electrs](https://github.com/Blockstream/electrs) from source: +Install [Electrs](https://github.com/mempool/electrs) from source: ``` -git clone https://github.com/Blockstream/electrs +git clone https://github.com/mempool/electrs cd electrs -git checkout new-index +git checkout mempool ``` You'll need one instance per network. Build and run them one at a time: