@drift-labs/sdk-browser 2.114.0-beta.3 → 2.114.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.114.0-beta.3
1
+ 2.114.0-beta.4
@@ -18,7 +18,7 @@ class grpcSignedMsgUserOrdersAccountSubscriber extends signedMsgUserAccountSubsc
18
18
  async subscribe() {
19
19
  if (!this.subscriber) {
20
20
  this.subscriber =
21
- await grpcProgramAccountSubscriber_1.grpcProgramAccountSubscriber.create(this.grpcConfigs, 'OrderSubscriber', 'User', this.driftClient.program, this.decodeFn, {
21
+ await grpcProgramAccountSubscriber_1.grpcProgramAccountSubscriber.create(this.grpcConfigs, 'SingedMsgUserOrdersAccountMap', 'SignedMsgUserOrders', this.driftClient.program, this.decodeFn, {
22
22
  filters: [(0, memcmp_1.getSignedMsgUserOrdersFilter)()],
23
23
  }, this.resubOpts);
24
24
  }
@@ -18,7 +18,7 @@ class grpcSignedMsgUserOrdersAccountSubscriber extends signedMsgUserAccountSubsc
18
18
  async subscribe() {
19
19
  if (!this.subscriber) {
20
20
  this.subscriber =
21
- await grpcProgramAccountSubscriber_1.grpcProgramAccountSubscriber.create(this.grpcConfigs, 'OrderSubscriber', 'User', this.driftClient.program, this.decodeFn, {
21
+ await grpcProgramAccountSubscriber_1.grpcProgramAccountSubscriber.create(this.grpcConfigs, 'SingedMsgUserOrdersAccountMap', 'SignedMsgUserOrders', this.driftClient.program, this.decodeFn, {
22
22
  filters: [(0, memcmp_1.getSignedMsgUserOrdersFilter)()],
23
23
  }, this.resubOpts);
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk-browser",
3
- "version": "2.114.0-beta.3",
3
+ "version": "2.114.0-beta.4",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -40,8 +40,8 @@ export class grpcSignedMsgUserOrdersAccountSubscriber extends SignedMsgUserOrder
40
40
  this.subscriber =
41
41
  await grpcProgramAccountSubscriber.create<SignedMsgUserOrdersAccount>(
42
42
  this.grpcConfigs,
43
- 'OrderSubscriber',
44
- 'User',
43
+ 'SingedMsgUserOrdersAccountMap',
44
+ 'SignedMsgUserOrders',
45
45
  this.driftClient.program,
46
46
  this.decodeFn,
47
47
  {