Skip to content

Commit ef08f7e

Browse files
committed
fix: bad import
1 parent 3577582 commit ef08f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/driftClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ import { SignedMsgOrderParams } from './types';
194194
import { sha256 } from '@noble/hashes/sha256';
195195
import { getOracleConfidenceFromMMOracleData } from './oracles/utils';
196196
import { Commitment } from 'gill';
197-
import { WebSocketDriftClientAccountSubscriber } from '@drift-labs/sdk';
197+
import { WebSocketDriftClientAccountSubscriber } from './accounts/webSocketDriftClientAccountSubscriber';
198198

199199
type RemainingAccountParams = {
200200
userAccounts: UserAccount[];

0 commit comments

Comments
 (0)