@triadxyz/triad-protocol 4.3.1 → 4.3.2

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/predictor.js CHANGED
@@ -206,7 +206,7 @@ class Predictor {
206
206
  refer
207
207
  })
208
208
  .accounts({
209
- signer: authority,
209
+ signer: this.program.provider.publicKey,
210
210
  payer: this.rpcOptions.payer
211
211
  })
212
212
  .instruction());
@@ -27,13 +27,6 @@ export type DepositExtArgs = {
27
27
  customerId: number;
28
28
  depositId: string;
29
29
  };
30
- export type WithdrawExtArgs = {
31
- authority: PublicKey;
32
- amount: number;
33
- customerId: number;
34
- key: string;
35
- extAta: PublicKey;
36
- };
37
30
  export type CollectRewardsArgs = {
38
31
  authority: PublicKey;
39
32
  customerId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",