Skip to content

Commit f545966

Browse files
committed
hopefully last
1 parent b9b8557 commit f545966

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

test-configs/nitro-ci/committee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dkg_enc_key = "7PdmfTS45d2hTXB8NcrTmvDwUVBimpYBbrBaGnu3i5Ne65krVfUpbe7bYRHS3AEg7
99
public_address = "127.0.0.1:8000"
1010
http_api = "127.0.0.1:8004"
1111
internal_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]]
1515
node = "node_1"
@@ -19,4 +19,4 @@ dkg_enc_key = "7p1BtEz7WnFMt6Hr28X3Rngqza6i8hRoswhzZRFd6GzgkspLKHBfDocHP8DwzXiNi
1919
public_address = "127.0.0.1:8010"
2020
http_api = "127.0.0.1:8014"
2121
internal_api = "0.0.0.0:8013"
22-
batch_poster_api = "http://node1:8557"
22+
batch_poster_api = "http://host.docker.internal:8557"

test-configs/nitro-ci/node_0.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stamp = "/tmp/timeboost.0.stamp"
44
[net.public]
55
address = "127.0.0.1:8000"
66
http-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]
1010
address = "0.0.0.0:8003"

test-configs/nitro-ci/node_1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stamp = "/tmp/timeboost.1.stamp"
44
[net.public]
55
address = "127.0.0.1:8010"
66
http-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]
1010
address = "0.0.0.0:8013"

0 commit comments

Comments
 (0)