Skip to content

Commit

Permalink
fix: new mainnet ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Aug 10, 2024
1 parent d3e144c commit 5cffc1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -27,7 +27,7 @@ jobs:
secrets: inherit
with:
electrs_endpoint: http://api.10101.finance:3000
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
coordinator_port_http: 80
network: mainnet
tag: ${{ github.ref_name }}
Expand All @@ -47,7 +47,7 @@ jobs:
with:
tag: ${{ github.ref_name }}
electrs_endpoint: http://api.10101.finance:3000
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
coordinator_port_http: 80
network: mainnet
oracle_endpoint: http://oracle.10101.finance
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ run-mainnet args="":
--dart-define="COMMIT=$(git rev-parse HEAD)" \
--dart-define="BRANCH=$(git rev-parse --abbrev-ref HEAD)" \
--dart-define="ELECTRS_ENDPOINT=http://api.10101.finance:3000" \
--dart-define="COORDINATOR_P2P_ENDPOINT=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045" \
--dart-define="COORDINATOR_P2P_ENDPOINT=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045" \
--dart-define="COORDINATOR_PORT_HTTP=80" \
--dart-define="ORACLE_ENDPOINT=http://oracle.10101.finance" \
--dart-define="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 @@ -67,7 +67,7 @@ services:
user: 1000:1000
container_name: webapp
command: |
--coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
--coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
--esplora=http://api.10101.finance:3000
--password=super_secret_password_please_change_before_use
--coordinator-http-port=80
Expand Down

0 comments on commit 5cffc1c

Please sign in to comment.