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

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