From ad437051245d6eba5b5436c34852c6bca14895ba Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 26 Oct 2018 20:49:13 -0700 Subject: [PATCH] fix: expose websocket --- web3.js/bin/localnet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/bin/localnet.sh b/web3.js/bin/localnet.sh index 38144a0645..a5b7b8b925 100755 --- a/web3.js/bin/localnet.sh +++ b/web3.js/bin/localnet.sh @@ -71,6 +71,7 @@ up) --name solana-localnet \ --rm \ --publish 8899:8899 \ + --publish 8900:8900 \ --tty \ --env RUST_LOG="$RUST_LOG" \ solanalabs/solana:"$channel"