Skip to content

Commit

Permalink
chore: use self-hosted esplora node
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Sep 5, 2023
1 parent 7a81e12 commit a33b7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a33b7b9

Please sign in to comment.