@typus/typus-sdk 1.4.21 → 1.4.22

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.
@@ -220,6 +220,7 @@ export declare function getMyBids(config: TypusConfig, input: {
220
220
  }>;
221
221
  export declare function getRefundShares(config: TypusConfig, input: {
222
222
  typeArguments: string[];
223
+ user: string;
223
224
  }): Promise<{
224
225
  [key: string]: string;
225
226
  }>;
@@ -554,7 +554,7 @@ function getRefundShares(config, input) {
554
554
  });
555
555
  return [4 /*yield*/, provider.devInspectTransactionBlock({
556
556
  transactionBlock: transactionBlock,
557
- sender: constants_1.SENDER,
557
+ sender: input.user,
558
558
  })];
559
559
  case 1:
560
560
  results = (_a.sent()).results;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.4.21",
5
+ "version": "1.4.22",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",