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 3577582 commit ef08f7eCopy full SHA for ef08f7e
sdk/src/driftClient.ts
@@ -194,7 +194,7 @@ import { SignedMsgOrderParams } from './types';
194
import { sha256 } from '@noble/hashes/sha256';
195
import { getOracleConfidenceFromMMOracleData } from './oracles/utils';
196
import { Commitment } from 'gill';
197
-import { WebSocketDriftClientAccountSubscriber } from '@drift-labs/sdk';
+import { WebSocketDriftClientAccountSubscriber } from './accounts/webSocketDriftClientAccountSubscriber';
198
199
type RemainingAccountParams = {
200
userAccounts: UserAccount[];
0 commit comments