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.
2 parents 437bb67 + f6d8530 commit 368bcf1Copy full SHA for 368bcf1
sdk/src/accounts/types.ts
@@ -234,7 +234,7 @@ export type GrpcConfigs = {
234
* Defaults to false, will throw on connection loss.
235
*/
236
enableReconnect?: boolean;
237
- client?: 'yellowstone' | 'lazer';
+ client?: 'yellowstone' | 'laser';
238
};
239
240
export interface HighLeverageModeConfigAccountSubscriber {
sdk/src/orderSubscriber/grpcSubscription.ts
@@ -50,7 +50,7 @@ export class grpcSubscription {
50
return;
51
}
52
53
- if (this.grpcConfigs.client === 'lazer') {
+ if (this.grpcConfigs.client === 'laser') {
54
this.subscriber =
55
await LaserstreamProgramAccountSubscriber.create<UserAccount>(
56
this.grpcConfigs,
0 commit comments