try to pin rpc-websockets version in dockerfile

This commit is contained in:
Nick Caradonna
2026-01-05 18:47:11 -05:00
parent a05182a812
commit b5de531dae
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ const commonConfig = {
external: [
'bigint-buffer',
'@triton-one/yellowstone-grpc',
'helius-laserstream'
'helius-laserstream',
'rpc-websockets',
'rpc-websockets/*'
]
};