@triadxyz/triad-protocol 3.3.6-beta → 3.3.7-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.
package/dist/index.js CHANGED
@@ -858,8 +858,7 @@ class TriadProtocol {
858
858
  signer: this.program.provider.publicKey,
859
859
  payer: this.rpcOptions.payer,
860
860
  market: (0, pda_1.getMarketPDA)(this.program.programId, order.marketId),
861
- orderBook: (0, pda_1.getOrderBookPDA)(this.program.programId, order.marketId),
862
- userTrade: this.getUserPDA(this.program.provider.publicKey, order.userNonce)
861
+ orderBook: (0, pda_1.getOrderBookPDA)(this.program.programId, order.marketId)
863
862
  })
864
863
  .instruction());
865
864
  }
@@ -210,10 +210,6 @@
210
210
  "name": "order_book",
211
211
  "writable": true
212
212
  },
213
- {
214
- "name": "user_trade",
215
- "writable": true
216
- },
217
213
  {
218
214
  "name": "mint",
219
215
  "writable": true,
@@ -286,10 +286,6 @@ export type TriadProtocol = {
286
286
  name: 'orderBook';
287
287
  writable: true;
288
288
  },
289
- {
290
- name: 'userTrade';
291
- writable: true;
292
- },
293
289
  {
294
290
  name: 'mint';
295
291
  writable: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "3.3.6-beta",
3
+ "version": "3.3.7-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",