From 824c6f97e499911408394e40f1578fecfb5adabf Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Jul 2023 09:32:39 +0900 Subject: [PATCH] ops: Use mempool/electrs for liquid instances --- production/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/install b/production/install index 8f3491591..5ee445a21 100755 --- a/production/install +++ b/production/install @@ -361,10 +361,10 @@ BITCOIN_ELECTRS_REPO_NAME=electrs BITCOIN_ELECTRS_REPO_BRANCH=mempool BITCOIN_ELECTRS_LATEST_RELEASE=mempool -ELEMENTS_ELECTRS_REPO_URL=https://github.com/blockstream/electrs +ELEMENTS_ELECTRS_REPO_URL=https://github.com/mempool/electrs ELEMENTS_ELECTRS_REPO_NAME=electrs -ELEMENTS_ELECTRS_REPO_BRANCH=new-index -ELEMENTS_ELECTRS_LATEST_RELEASE=new-index +ELEMENTS_ELECTRS_REPO_BRANCH=mempool +ELEMENTS_ELECTRS_LATEST_RELEASE=mempool LIQUID_ASSET_REGISTRY_DB_URL=https://github.com/blockstream/asset_registry_db LIQUID_ASSET_REGISTRY_DB_NAME=asset_registry_db