@drift-labs/sdk 2.112.0-beta.7 → 2.112.0-beta.8

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.112.0-beta.7
1
+ 2.112.0-beta.8
@@ -6,6 +6,11 @@ export type FastlaneOrderSubscriberConfig = {
6
6
  driftEnv: DriftEnv;
7
7
  endpoint?: string;
8
8
  marketIndexes: number[];
9
+ /**
10
+ In the future, this will be used for verifying $DRIFT stake as we add
11
+ authentication for delegate signers
12
+ For now, pass a new keypair or a keypair to an empty wallet
13
+ */
9
14
  keypair: Keypair;
10
15
  };
11
16
  export declare class FastlaneOrderSubscriber {
@@ -6,6 +6,11 @@ export type FastlaneOrderSubscriberConfig = {
6
6
  driftEnv: DriftEnv;
7
7
  endpoint?: string;
8
8
  marketIndexes: number[];
9
+ /**
10
+ In the future, this will be used for verifying $DRIFT stake as we add
11
+ authentication for delegate signers
12
+ For now, pass a new keypair or a keypair to an empty wallet
13
+ */
9
14
  keypair: Keypair;
10
15
  };
11
16
  export declare class FastlaneOrderSubscriber {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.112.0-beta.7",
3
+ "version": "2.112.0-beta.8",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -22,6 +22,11 @@ export type FastlaneOrderSubscriberConfig = {
22
22
  driftEnv: DriftEnv;
23
23
  endpoint?: string;
24
24
  marketIndexes: number[];
25
+ /**
26
+ In the future, this will be used for verifying $DRIFT stake as we add
27
+ authentication for delegate signers
28
+ For now, pass a new keypair or a keypair to an empty wallet
29
+ */
25
30
  keypair: Keypair;
26
31
  };
27
32