Skip to content

Commit b9b8557

Browse files
committed
more fixes
1 parent 94a857c commit b9b8557

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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://127.0.0.1:8547" \
148+
--batch-poster-api "http://node: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://127.0.0.1:8547"
12+
batch_poster_api = "http://node0: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://127.0.0.1:8557"
22+
batch_poster_api = "http://node1:8557"

test-configs/nitro-ci/node_0.toml

Lines changed: 2 additions & 2 deletions
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://127.0.0.1:8547"
7+
batch-poster-api = "http://node0:8547"
88

99
[net.internal]
1010
address = "0.0.0.0:8003"
@@ -29,7 +29,7 @@ namespace = 412346
2929
id = 1337
3030
rpc-url = "http://127.0.0.1:8545/"
3131
ws-url = "ws://127.0.0.1:8546/"
32-
ibox-contract = "0x1F5Aeb9665838a116Ac5BE48C36AA7C87eeFB386"
32+
ibox-contract = "0x1f5aeb9665838a116ac5be48c36aa7c87eefb386"
3333
block-tag = "finalized"
3434
key-manager-contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"
3535

test-configs/nitro-ci/node_1.toml

Lines changed: 2 additions & 2 deletions
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://127.0.0.1:8557"
7+
batch-poster-api = "http://node1:8557"
88

99
[net.internal]
1010
address = "0.0.0.0:8013"
@@ -29,7 +29,7 @@ namespace = 412346
2929
id = 1337
3030
rpc-url = "http://127.0.0.1:8545/"
3131
ws-url = "ws://127.0.0.1:8546/"
32-
ibox-contract = "0x1F5Aeb9665838a116Ac5BE48C36AA7C87eeFB386"
32+
ibox-contract = "0x1f5aeb9665838a116ac5be48c36aa7c87eefb386"
3333
block-tag = "finalized"
3434
key-manager-contract = "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35"
3535

0 commit comments

Comments
 (0)