diff --git a/web3.js/bin/localnet.sh b/web3.js/bin/localnet.sh index a06d1c3ba5..7dfe7c6c75 100755 --- a/web3.js/bin/localnet.sh +++ b/web3.js/bin/localnet.sh @@ -93,6 +93,7 @@ up) --rm \ --publish 8899:8899 \ --publish 8900:8900 \ + --publish 9900:9900 \ --tty \ --env RUST_LOG="$RUST_LOG" \ solanalabs/solana:"$channel"