@hawksightco/hawk-sdk 1.2.39 → 1.2.40

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.
@@ -2153,13 +2153,13 @@ class Transactions {
2153
2153
  return [
2154
2154
  yield (0, functions_1.createTransactionMeta)({
2155
2155
  payer: params.userWallet,
2156
- description: `Open Raydium Position`,
2156
+ description: `Init wrap SOL (if any) and deposit to PDA`,
2157
2157
  addressLookupTableAddresses: addresses_1.GLOBAL_ALT,
2158
2158
  mainInstructions: [...wrapIxs, depositIx],
2159
2159
  }),
2160
2160
  yield (0, functions_1.createTransactionMeta)({
2161
2161
  payer: params.userWallet,
2162
- description: `Withdraw dust`,
2162
+ description: `Open Raydium Position and withdraw dust`,
2163
2163
  addressLookupTableAddresses: addresses_1.GLOBAL_ALT,
2164
2164
  mainInstructions,
2165
2165
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.39",
3
+ "version": "1.2.40",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",