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 6a145de commit d693c47Copy full SHA for d693c47
sdk/src/accounts/grpcDriftClientAccountSubscriber.ts
@@ -12,7 +12,7 @@ import { grpcAccountSubscriber } from './grpcAccountSubscriber';
12
import { grpcMultiAccountSubscriber } from './grpcMultiAccountSubscriber';
13
import { PerpMarketAccount, SpotMarketAccount, StateAccount } from '../types';
14
import { getOracleId } from '../oracles/oracleId';
15
-import { Client, createClient } from '../isomorphic/grpc';
+import { Client } from '../isomorphic/grpc';
16
17
export class gprcDriftClientAccountSubscriber extends WebSocketDriftClientAccountSubscriber {
18
private grpcConfigs: GrpcConfigs;
0 commit comments