try to fix rpc-websockets

This commit is contained in:
Nick Caradonna
2026-01-05 18:30:49 -05:00
parent 3927271c82
commit 286726a091
2 changed files with 4 additions and 1 deletions

View File

@@ -14,10 +14,14 @@ const commonConfig = {
external: [ external: [
'bigint-buffer', 'bigint-buffer',
'@triton-one/yellowstone-grpc', '@triton-one/yellowstone-grpc',
<<<<<<< HEAD
'helius-laserstream', 'helius-laserstream',
'rpc-websockets', 'rpc-websockets',
'rpc-websockets/dist/lib/client', 'rpc-websockets/dist/lib/client',
'rpc-websockets/dist/lib/client/websocket' 'rpc-websockets/dist/lib/client/websocket'
=======
'helius-laserstream'
>>>>>>> 1c3d167 (try to fix rpc-websockets)
] ]
}; };

View File

@@ -60,7 +60,6 @@
"ts-node": "^10.9.1" "ts-node": "^10.9.1"
}, },
"resolutions": { "resolutions": {
"rpc-websockets": "10.0.0",
"@solana/web3.js": "1.98.0" "@solana/web3.js": "1.98.0"
}, },
"scripts": { "scripts": {