@drift-labs/sdk 2.45.0-beta.1 → 2.45.0-beta.2

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.45.0-beta.1
1
+ 2.45.0-beta.2
@@ -36,7 +36,7 @@ export declare class PriorityFeeCalculator {
36
36
  /**
37
37
  * This method generates a list of transaction instructions for the ComputeBudget program, and includes a priority fee if it's required
38
38
  * @param computeUnitLimit - The maximum number of compute units that can be used by the transaction.
39
- * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered()`.
39
+ * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered`.
40
40
  * @param additionalFeeMicroLamports - The additional fee to be paid, in micro lamports, the actual price will be calculated.
41
41
  * @returns An array of transaction instructions.
42
42
  */
@@ -67,7 +67,7 @@ class PriorityFeeCalculator {
67
67
  /**
68
68
  * This method generates a list of transaction instructions for the ComputeBudget program, and includes a priority fee if it's required
69
69
  * @param computeUnitLimit - The maximum number of compute units that can be used by the transaction.
70
- * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered()`.
70
+ * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered`.
71
71
  * @param additionalFeeMicroLamports - The additional fee to be paid, in micro lamports, the actual price will be calculated.
72
72
  * @returns An array of transaction instructions.
73
73
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.45.0-beta.1",
3
+ "version": "2.45.0-beta.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -89,7 +89,7 @@ export class PriorityFeeCalculator {
89
89
  /**
90
90
  * This method generates a list of transaction instructions for the ComputeBudget program, and includes a priority fee if it's required
91
91
  * @param computeUnitLimit - The maximum number of compute units that can be used by the transaction.
92
- * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered()`.
92
+ * @param usePriorityFee - A boolean indicating whether to include a priority fee in the transaction, this should be from `this.updatePriorityFee()` or `this.priorityFeeTriggered`.
93
93
  * @param additionalFeeMicroLamports - The additional fee to be paid, in micro lamports, the actual price will be calculated.
94
94
  * @returns An array of transaction instructions.
95
95
  */