diff --git a/esbuild.config.js b/esbuild.config.js index 8132a55..a62a12e 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -14,7 +14,9 @@ const commonConfig = { external: [ 'bigint-buffer', '@triton-one/yellowstone-grpc', - 'helius-laserstream' + 'helius-laserstream', + 'rpc-websockets', + 'rpc-websockets/*' ] };