Skip to content

Commit

Permalink
chore: Use blockstream's public API for clients
Browse files Browse the repository at this point in the history
Since we are winding down the 10101 coordinator, apps will only work
if they use an alternative API, such as Blockstream's public API.
  • Loading branch information
luckysori committed Oct 28, 2024
1 parent 36d29f4 commit c59fe32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/ios-fastlane.yml
secrets: inherit
with:
electrs_endpoint: http://api.10101.finance:3000
electrs_endpoint: https://blockstream.info/api
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
coordinator_port_http: 80
network: mainnet
Expand All @@ -46,7 +46,7 @@ jobs:
secrets: inherit
with:
tag: ${{ github.ref_name }}
electrs_endpoint: http://api.10101.finance:3000
electrs_endpoint: https://blockstream.info/api
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
coordinator_port_http: 80
network: mainnet
Expand Down
2 changes: 1 addition & 1 deletion webapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
container_name: webapp
command: |
--coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
--esplora=http://api.10101.finance:3000
--esplora=https://blockstream.info/api
--password=super_secret_password_please_change_before_use
--coordinator-http-port=80
--cert-dir=webapp/certs
Expand Down

0 comments on commit c59fe32

Please sign in to comment.