File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ mkconfig-nitro-ci DATETIME *ARGS:
145145 - -internal-addr " 0.0.0.0:8003" \
146146 - -http-api " 127.0.0.1:8004" \
147147 - -nitro-addr " localhost:55000" \
148- - -batch-poster-api " http://node :8547" \
148+ - -batch-poster-api " http://host.docker.internal :8547" \
149149 - -chain-namespace 412346 \
150150 - -parent-rpc-url " http://127.0.0.1:8545" \
151151 - -parent-ws-url " ws://127.0.0.1:8546" \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dkg_enc_key = "7PdmfTS45d2hTXB8NcrTmvDwUVBimpYBbrBaGnu3i5Ne65krVfUpbe7bYRHS3AEg7
99public_address = " 127.0.0.1:8000"
1010http_api = " 127.0.0.1:8004"
1111internal_api = " 0.0.0.0:8003"
12- batch_poster_api = " http://node0 :8547"
12+ batch_poster_api = " http://host.docker.internal :8547"
1313
1414[[members ]]
1515node = " node_1"
@@ -19,4 +19,4 @@ dkg_enc_key = "7p1BtEz7WnFMt6Hr28X3Rngqza6i8hRoswhzZRFd6GzgkspLKHBfDocHP8DwzXiNi
1919public_address = " 127.0.0.1:8010"
2020http_api = " 127.0.0.1:8014"
2121internal_api = " 0.0.0.0:8013"
22- batch_poster_api = " http://node1 :8557"
22+ batch_poster_api = " http://host.docker.internal :8557"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ stamp = "/tmp/timeboost.0.stamp"
44[net .public ]
55address = " 127.0.0.1:8000"
66http-api = " 127.0.0.1:8004"
7- batch-poster-api = " http://node0 :8547"
7+ batch-poster-api = " http://host.docker.internal :8547"
88
99[net .internal ]
1010address = " 0.0.0.0:8003"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ stamp = "/tmp/timeboost.1.stamp"
44[net .public ]
55address = " 127.0.0.1:8010"
66http-api = " 127.0.0.1:8014"
7- batch-poster-api = " http://node1 :8557"
7+ batch-poster-api = " http://host.docker.internal :8557"
88
99[net .internal ]
1010address = " 0.0.0.0:8013"
You can’t perform that action at this time.
0 commit comments