Skip to content

Commit

Permalink
Merge pull request #2660 from get10101/feat/app-use-public-infra
Browse files Browse the repository at this point in the history
Use blockstream's public API for clients
  • Loading branch information
luckysori authored Oct 28, 2024
2 parents 681415f + c59fe32 commit 4bef78c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 4bef78c

Please sign in to comment.