Update .env in js wallet tutorial (#1922)

The tutorial explains the right way to do things, but the example code has a file that is out of date. It shows CLIENT="wss://s.altnet.rippletest.net" which is missing the ":51233/" required to actually connect via websocket.
This commit is contained in:
Jackson Mills
2023-05-25 09:01:47 -07:00
committed by GitHub
parent ba6ca26637
commit 910cfa91d4

View File

@@ -1,3 +1,3 @@
CLIENT="wss://s.altnet.rippletest.net/"
CLIENT="wss://s.altnet.rippletest.net:51233/"
EXPLORER_NETWORK="testnet"
SEED="s████████████████████████████"
SEED="s████████████████████████████"