Skip to content

Commit 815596e

Browse files
committed
fix: bad import
1 parent 8021664 commit 815596e

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
@@ -193,7 +193,7 @@ import { SignedMsgOrderParams } from './types';
193193
import { sha256 } from '@noble/hashes/sha256';
194194
import { getOracleConfidenceFromMMOracleData } from './oracles/utils';
195195
import { Commitment } from 'gill';
196-
import { WebSocketDriftClientAccountSubscriber } from '@drift-labs/sdk';
196+
import { WebSocketDriftClientAccountSubscriber } from './accounts/webSocketDriftClientAccountSubscriber';
197197

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

0 commit comments

Comments
 (0)