@triadxyz/triad-protocol 1.7.9-beta → 1.8.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/trade.js +2 -1
  2. package/package.json +1 -1
package/dist/trade.js CHANGED
@@ -516,7 +516,8 @@ class Trade {
516
516
  signer: this.provider.publicKey,
517
517
  market: marketPDA,
518
518
  userTrade: userTradePDA,
519
- mint
519
+ mint,
520
+ tokenProgram: (0, helpers_1.getTokenProgram)(mint)
520
521
  }), options);
521
522
  }
522
523
  return (0, sendTransactionWithOptions_1.default)(this.program.methods.cancelAskOrder(new bn_js_1.default(orderId)).accounts({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "1.7.9-beta",
3
+ "version": "1.8.0-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",