Skip to content

Commit 4cdf027

Browse files
committed
fixed infura url
1 parent 2e8b4e7 commit 4cdf027

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

start-local-rinkeby.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ AMP_MONGODB_URL=localhost; \
33
AMP_MONGODB_DBNAME=proofdex; \
44
AMP_EXCHANGE_CONTRACT_ADDRESS=0x9c446449fbc378941586Ef7a2196B13CC12AEBcd; \
55
AMP_ETHEREUM_NODE_HTTP_URL=https://rinkeby.infura.io; \
6-
AMP_ETHEREUM_NODE_WS_URL=wss://rinkeby.infura.io/_ws; \
6+
AMP_ETHEREUM_NODE_WS_URL=wss://rinkeby.infura.io/ws; \
77
AMP_ENABLE_TLS=false; \
88
fresh

tmp/runner-build

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)