@triadxyz/triad-protocol 1.9.5-beta → 1.9.6-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
@@ -260,7 +260,8 @@ class Trade {
260
260
  signer: this.provider.publicKey,
261
261
  userTrade: userTradePDA,
262
262
  market: marketPDA,
263
- mint
263
+ mint,
264
+ tokenProgram: (0, helpers_1.getTokenProgram)(mint)
264
265
  }), options);
265
266
  });
266
267
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "1.9.5-beta",
3
+ "version": "1.9.6-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",