@hawksightco/hawk-sdk 1.2.42 → 1.2.43

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.
@@ -2135,7 +2135,7 @@ class Transactions {
2135
2135
  const lamportIx = web3.SystemProgram.transfer({
2136
2136
  fromPubkey: params.userWallet,
2137
2137
  toPubkey: userPdaLamport,
2138
- lamports: 2846640,
2138
+ lamports: 2846640 + 2456880,
2139
2139
  });
2140
2140
  const wrapIxs = (0, functions_1.wrapSolIfMintIsWsol)(params.userWallet, params.userWallet, [
2141
2141
  { mint: tokenMint0, amount: params.amountX },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.42",
3
+ "version": "1.2.43",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",