From 7d47e839375f834c1cd013b52c8bce58588af454 Mon Sep 17 00:00:00 2001 From: Nick Caradonna Date: Mon, 5 Jan 2026 19:35:18 -0500 Subject: [PATCH] try to fix rpc-websockets again --- esbuild.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esbuild.config.js b/esbuild.config.js index a62a12e..1b62341 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -15,8 +15,8 @@ const commonConfig = { 'bigint-buffer', '@triton-one/yellowstone-grpc', 'helius-laserstream', - 'rpc-websockets', - 'rpc-websockets/*' + 'rpc-websockets/dist/lib/client', + 'rpc-websockets/dist/lib/client/websocket' ] };