replace helius on dlob server

This commit is contained in:
Nour Alharithi
2024-11-21 09:35:56 -05:00
parent 891273b3e9
commit e1691dd0f8
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const WS_PORT = process.env.WS_PORT || '3000';
console.log(`WS LISTENER PORT : ${WS_PORT}`);
const MAX_BUFFERED_AMOUNT = 300000;
const CHANNEL_PREFIX = RedisClientPrefix.DLOB;
const CHANNEL_PREFIX = RedisClientPrefix.DLOB_HELIUS;
const CHANNEL_PREFIX_HELIUS = RedisClientPrefix.DLOB_HELIUS;
const sanitiseChannelForClient = (channel: string | undefined): string => {