@triadxyz/triad-protocol 2.6.9-beta → 2.7.0-beta

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.
Files changed (2) hide show
  1. package/dist/stake.js +2 -1
  2. package/package.json +1 -1
package/dist/stake.js CHANGED
@@ -151,7 +151,8 @@ class Stake {
151
151
  .unstakeToken()
152
152
  .accounts({
153
153
  signer: this.program.provider.publicKey,
154
- unstake: unstakePDA
154
+ unstake: unstakePDA,
155
+ mint: constants_1.TRD_MINT
155
156
  })
156
157
  .instruction());
157
158
  return (0, sendVersionedTransaction_1.default)(this.program, ixs, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "2.6.9-beta",
3
+ "version": "2.7.0-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",