Skip to content

Commit

Permalink
remove subaccountIds
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Feb 14, 2025
1 parent 3aa760b commit 448c8b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/experimental-bots/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ const runBot = async () => {
txSender,
marketLookupTables,
activeSubAccountId: config.global.subaccounts?.[0] || 0,
subAccountIds: config.global.subaccounts || [0],
};
const driftClient = new DriftClient(driftClientConfig);
await driftClient.subscribe();
Expand Down

0 comments on commit 448c8b6

Please sign in to comment.