File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
secrets : inherit
28
28
with :
29
29
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
31
31
coordinator_port_http : 80
32
32
network : mainnet
33
33
tag : ${{ github.ref_name }}
47
47
with :
48
48
tag : ${{ github.ref_name }}
49
49
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
51
51
coordinator_port_http : 80
52
52
network : mainnet
53
53
oracle_endpoint : http://oracle.10101.finance
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ run-mainnet args="":
140
140
- -dart-define=" COMMIT=$(git rev-parse HEAD)" \
141
141
- -dart-define=" BRANCH=$(git rev-parse --abbrev-ref HEAD)" \
142
142
- -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" \
144
144
- -dart-define=" COORDINATOR_PORT_HTTP=80" \
145
145
- -dart-define=" ORACLE_ENDPOINT=http://oracle.10101.finance" \
146
146
- -dart-define=" NETWORK=mainnet" \
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
67
67
user : 1000:1000
68
68
container_name : webapp
69
69
command : |
70
- --coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29 :9045
70
+ --coordinator-endpoint=022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@66.248.204.223 :9045
71
71
--esplora=http://api.10101.finance:3000
72
72
--password=super_secret_password_please_change_before_use
73
73
--coordinator-http-port=80
You can’t perform that action at this time.
0 commit comments