@drift-labs/sdk 2.49.0-beta.8 → 2.49.0-beta.9

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.49.0-beta.8
1
+ 2.49.0-beta.9
@@ -22,7 +22,6 @@ class PollingInsuranceFundStakeAccountSubscriber {
22
22
  };
23
23
  }
24
24
  await this.addToAccountLoader();
25
- await this.fetchIfUnloaded();
26
25
  if (this.doesAccountExist()) {
27
26
  this.eventEmitter.emit('update');
28
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.49.0-beta.8",
3
+ "version": "2.49.0-beta.9",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -54,7 +54,6 @@ export class PollingInsuranceFundStakeAccountSubscriber
54
54
 
55
55
  await this.addToAccountLoader();
56
56
 
57
- await this.fetchIfUnloaded();
58
57
  if (this.doesAccountExist()) {
59
58
  this.eventEmitter.emit('update');
60
59
  }