Skip to content

Commit 368bcf1

Browse files
authored
Merge pull request #1886 from drift-labs/jack/add-laserstream-client
chore: rename lazer -> laser
2 parents 437bb67 + f6d8530 commit 368bcf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/src/accounts/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export type GrpcConfigs = {
234234
* Defaults to false, will throw on connection loss.
235235
*/
236236
enableReconnect?: boolean;
237-
client?: 'yellowstone' | 'lazer';
237+
client?: 'yellowstone' | 'laser';
238238
};
239239

240240
export interface HighLeverageModeConfigAccountSubscriber {

sdk/src/orderSubscriber/grpcSubscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class grpcSubscription {
5050
return;
5151
}
5252

53-
if (this.grpcConfigs.client === 'lazer') {
53+
if (this.grpcConfigs.client === 'laser') {
5454
this.subscriber =
5555
await LaserstreamProgramAccountSubscriber.create<UserAccount>(
5656
this.grpcConfigs,

0 commit comments

Comments
 (0)