Skip to content

Commit 07394d7

Browse files
authored
Merge pull request #2650 from get10101/fix/new-ip
fix: new mainnet ip address
2 parents d3e144c + 5cffc1c commit 07394d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-release-binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
secrets: inherit
2828
with:
2929
electrs_endpoint: http://api.10101.finance:3000
30-
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
30+
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
3131
coordinator_port_http: 80
3232
network: mainnet
3333
tag: ${{ github.ref_name }}
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
tag: ${{ github.ref_name }}
4949
electrs_endpoint: http://api.10101.finance:3000
50-
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
50+
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
5151
coordinator_port_http: 80
5252
network: mainnet
5353
oracle_endpoint: http://oracle.10101.finance

Diff for: justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ run-mainnet args="":
140140
--dart-define="COMMIT=$(git rev-parse HEAD)" \
141141
--dart-define="BRANCH=$(git rev-parse --abbrev-ref HEAD)" \
142142
--dart-define="ELECTRS_ENDPOINT=http://api.10101.finance:3000" \
143-
--dart-define="COORDINATOR_P2P_ENDPOINT=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045" \
143+
--dart-define="COORDINATOR_P2P_ENDPOINT=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045" \
144144
--dart-define="COORDINATOR_PORT_HTTP=80" \
145145
--dart-define="ORACLE_ENDPOINT=http://oracle.10101.finance" \
146146
--dart-define="NETWORK=mainnet" \

Diff for: webapp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
user: 1000:1000
6868
container_name: webapp
6969
command: |
70-
--coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
70+
--coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223:9045
7171
--esplora=http://api.10101.finance:3000
7272
--password=super_secret_password_please_change_before_use
7373
--coordinator-http-port=80

0 commit comments

Comments
 (0)