We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021664 commit 815596eCopy full SHA for 815596e
sdk/src/driftClient.ts
@@ -193,7 +193,7 @@ import { SignedMsgOrderParams } from './types';
193
import { sha256 } from '@noble/hashes/sha256';
194
import { getOracleConfidenceFromMMOracleData } from './oracles/utils';
195
import { Commitment } from 'gill';
196
-import { WebSocketDriftClientAccountSubscriber } from '@drift-labs/sdk';
+import { WebSocketDriftClientAccountSubscriber } from './accounts/webSocketDriftClientAccountSubscriber';
197
198
type RemainingAccountParams = {
199
userAccounts: UserAccount[];
0 commit comments