Skip to content

Commit

Permalink
Merge pull request #387 from drift-labs/master
Browse files Browse the repository at this point in the history
remove pyth ixs + subaccounts loading
  • Loading branch information
NourAlharithi authored Feb 14, 2025
2 parents 3b4be76 + 448c8b6 commit 593f8ab
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 156 deletions.
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
Loading

0 comments on commit 593f8ab

Please sign in to comment.