fix publishers driftClient init

This commit is contained in:
wphan
2023-11-27 15:43:32 -08:00
parent 58526bd9d1
commit f76f11adae
3 changed files with 10 additions and 12 deletions

View File

@@ -66,7 +66,6 @@ const main = async () => {
accountLoader: bulkAccountLoader, accountLoader: bulkAccountLoader,
}, },
env: driftEnv, env: driftEnv,
userStats: true,
}); });
const slotSubscriber = new SlotSubscriber(connection, {}); const slotSubscriber = new SlotSubscriber(connection, {});

View File

@@ -74,7 +74,6 @@ const main = async () => {
accountLoader: bulkAccountLoader, accountLoader: bulkAccountLoader,
}, },
env: driftEnv, env: driftEnv,
userStats: true,
}); });
const slotSubscriber = new SlotSubscriber(connection, {}); const slotSubscriber = new SlotSubscriber(connection, {});