Skip to content

Commit 78c4f22

Browse files
committed
fix: ropsten
1 parent 331e993 commit 78c4f22

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

‎test/ping-pong/docker-compose.ropsten.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
client:
66
environment:
77
BLOCKCHAIN_WS_HOST:
8+
BLOCKCHAIN_PORT: 80
89
AUTOSTART_RETRIES: 100
910

1011
deployer:
@@ -13,15 +14,18 @@ services:
1314
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
1415
# startup routines will wait for a blockchain client to be reachable on this network
1516
ETH_NETWORK: ropsten
16-
BLOCKCHAIN_WS_HOST:
17-
ETH_PRIVATE_KEY:
17+
BLOCKCHAIN_WS_HOST: ropsten1-ws.testnet.nightfall3.com
18+
BLOCKCHAIN_PORT: 80
19+
ETH_PRIVATE_KEY: abf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce
1820
USE_ROPSTEN: enable
1921

2022
optimist:
2123
environment:
22-
BLOCKCHAIN_WS_HOST:
24+
BLOCKCHAIN_WS_HOST: ropsten1-ws.testnet.nightfall3.com
25+
BLOCKCHAIN_PORT: 80
2326
AUTOSTART_RETRIES: 100
2427

2528
proposer:
2629
environment:
27-
BLOCKCHAIN_WS_HOST:
30+
BLOCKCHAIN_WS_HOST: ropsten1-ws.testnet.nightfall3.com
31+
BLOCKCHAIN_PORT: 80

‎test/ping-pong/docker-compose.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services:
1212
target: /app/mongodb
1313
networks:
1414
- pong_network
15-
ports:
16-
- 27017:27017
17-
- 8080:80
15+
# ports:
16+
# - 27017:27017
17+
# - 8080:80
1818
depends_on:
1919
- worker
2020
- rabbitmq
@@ -47,10 +47,10 @@ services:
4747
image: ghcr.io/eyblockchain/nightfall3-optimist:latest
4848
networks:
4949
- pong_network
50-
ports:
51-
- 8081:80
50+
# ports:
51+
# - 8081:80
5252
# websocket port for Optimist is on localhost:8082
53-
- 8082:8080
53+
# - 8082:8080
5454
volumes:
5555
- type: volume
5656
source: build

0 commit comments

Comments
 (0)