Skip to content

Commit 09563a7

Browse files
committed
fix: minor ropsten updates
1 parent 53370d5 commit 09563a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ services:
44

55
client:
66
environment:
7-
BLOCKCHAIN_WS_HOST:
7+
BLOCKCHAIN_WS_HOST:
88
AUTOSTART_RETRIES: 100
99

1010
deployer:
1111
environment:
1212
LOG_LEVEL: debug
1313
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
1414
# startup routines will wait for a blockchain client to be reachable on this network
15-
ETH_NETWORK: development
15+
ETH_NETWORK: ropsten
1616
BLOCKCHAIN_WS_HOST:
17+
ETH_PRIVATE_KEY:
1718

1819
optimist:
1920
environment:

0 commit comments

Comments
 (0)