example bug fix

This commit is contained in:
Nour Alharithi
2023-10-29 15:56:10 -07:00
parent f3d64ff988
commit 5a4b08dce4

View File

@@ -1,6 +1,5 @@
import WebSocket from 'ws';
// const ws = new WebSocket('wss://master.dlob.drift.trade/ws');
const ws = new WebSocket('ws://localhost:3000/ws');
const ws = new WebSocket('wss://master.dlob.drift.trade/ws');
import { sleep } from '../src/utils/utils';
ws.on('open', async () => {