proof-of-take-sdk 5.0.18 → 5.0.19

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.
@@ -73,7 +73,7 @@ async function joinSunpool(options) {
73
73
  systemProgram: web3_js_1.SystemProgram.programId,
74
74
  };
75
75
  const instruction = await program.methods
76
- .joinSunpool(options.seasonNumber, options.tier, referrer, options.referrerTier ?? 0, options.star ?? false, options.starFlagPrompt ?? "Anime like One piece Style image", options.symbol ?? "")
76
+ .joinSunpool(options.seasonNumber, options.tier, referrer, options.referrerTier ?? 0, options.star ?? false, options.starFlagPrompt ?? "Anime One piece Style transform", options.symbol ?? "")
77
77
  .accounts(accounts)
78
78
  .instruction();
79
79
  // For star joins, root admin pays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-of-take-sdk",
3
- "version": "5.0.18",
3
+ "version": "5.0.19",
4
4
  "description": "TypeScript SDK for Proof of Take Solana program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",