Skip to content

Commit e107a8d

Browse files
committed
more fixes
1 parent e592508 commit e107a8d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docker-compose.nitro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
--public-mode "docker-dns" \
106106
--nitro-addr "nitro:55000" \
107107
--nitro-mode "docker-dns" \
108-
--batch-poster-api "http://host.docker.internal:8547" \
108+
--batch-poster-api "host.docker.internal:8547" \
109109
--chain-namespace 412346 \
110110
--parent-rpc-url "http://demo-l1-network:8545" \
111111
--parent-ws-url "ws://demo-l1-network:8546" \

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ mkconfig-nitro-ci DATETIME *ARGS:
142142
-n 2 \
143143
--committee-id 0 \
144144
--bind "0.0.0.0:8000" \
145-
--batch-poster-api "127.0.0.1:8547" \
145+
--batch-poster-api "host.docker.internal:8547" \
146146
--external-base "127.0.0.1:8000" \
147147
--nitro "localhost:55000" \
148148
--chain-namespace 412346 \

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
address = "127.0.0.1:8000"
1010
http_api = "127.0.0.1:8004"
1111
grpc_api = "127.0.0.1:8003"
12-
batch_poster_api = "127.0.0.1:8547"
12+
batch_poster_api = "host.docker.internal:8547"
1313

1414
[[members]]
1515
node = "node_1"
@@ -19,4 +19,4 @@ dkg_enc_key = "7p1BtEz7WnFMt6Hr28X3Rngqza6i8hRoswhzZRFd6GzgkspLKHBfDocHP8DwzXiNi
1919
address = "127.0.0.1:8010"
2020
http_api = "127.0.0.1:8014"
2121
grpc_api = "127.0.0.1:8013"
22-
batch_poster_api = "127.0.0.1:8557"
22+
batch_poster_api = "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
@@ -3,7 +3,7 @@ stamp = "/tmp/timeboost.0.stamp"
33

44
[net]
55
bind = "0.0.0.0:8000"
6-
batch_poster_api = "127.0.0.1:8547"
6+
batch_poster_api = "host.docker.internal:8547"
77
nitro = "localhost:55000"
88

99
[keys.signing]

test-configs/nitro-ci/node_1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stamp = "/tmp/timeboost.1.stamp"
33

44
[net]
55
bind = "0.0.0.0:8010"
6-
batch_poster_api = "127.0.0.1:8557"
6+
batch_poster_api = "host.docker.internal:8557"
77
nitro = "localhost:55010"
88

99
[keys.signing]

0 commit comments

Comments
 (0)