From 739bc3bf45f7a187610bc5d48518834647eeb773 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Tue, 5 Sep 2023 11:29:29 +0200 Subject: [PATCH] chore: use self-hosted esplora node --- .github/workflows/build-release-binaries.yml | 4 ++-- CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 54a6b7342..641bab105 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -25,7 +25,7 @@ jobs: uses: ./.github/workflows/ios-fastlane.yml secrets: inherit with: - esplora_endpoint: https://blockstream.info/api + esplora_endpoint: http://api.10101.finance:3000 coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045 coordinator_port_http: 80 network: mainnet @@ -144,7 +144,7 @@ jobs: SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_UPLOAD_SIGNING_KEY_PASSWORD }} SIGNING_STORE_PASSWORD: ${{ secrets.ANDROID_UPLOAD_SIGNING_STORE_PASSWORD }} ENCODED_KEYSTORE: ${{ secrets.ANDROID_UPLOAD_KEYSTORE }} - ESPLORA_ENDPOINT: https://blockstream.info/api + ESPLORA_ENDPOINT: http://api.10101.finance:3000 COORDINATOR_P2P_ENDPOINT: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045 NETWORK: regtest COORDINATOR_PORT_HTTP: 80 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3c04be..f7d645d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Use self-hosted esplora node + ## [1.2.4] - 2023-08-31 - Display Synthetic USD balance in the account overview screen.