@hawksightco/hawk-sdk 1.2.25 → 1.2.26

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.
@@ -251,7 +251,7 @@ function generateAta(owner, mint) {
251
251
  exports.generateAta = generateAta;
252
252
  function generateLimitToken(userPda, mint) {
253
253
  const [pda] = web3.PublicKey.findProgramAddressSync([
254
- Buffer.from("limit-close-to", "utf-8"),
254
+ Buffer.from("limit-token", "utf-8"),
255
255
  mint.toBuffer(),
256
256
  userPda.toBuffer(),
257
257
  ], addresses_1.IYF_EXTENSION);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",