@bitgo/sdk-coin-sui 5.11.0 → 5.11.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.
@@ -319,9 +319,8 @@ export declare const CommitteeInfo: import("superstruct").Struct<{
319
319
  validators: import("superstruct").Struct<[string, number][] | undefined, import("superstruct").Struct<[string, number], null>>;
320
320
  }>;
321
321
  export declare const SuiValidatorSummary: import("superstruct").Struct<{
322
- gasPrice: number;
323
- name: string;
324
322
  description: string;
323
+ name: string;
325
324
  pendingStake: number;
326
325
  pendingPoolTokenWithdraw: number;
327
326
  pendingTotalSuiWithdraw: number;
@@ -348,6 +347,7 @@ export declare const SuiValidatorSummary: import("superstruct").Struct<{
348
347
  nextEpochPrimaryAddress: string | null;
349
348
  nextEpochWorkerAddress: string | null;
350
349
  votingPower: number;
350
+ gasPrice: number;
351
351
  commissionRate: number;
352
352
  nextEpochStake: number;
353
353
  nextEpochGasPrice: number;
@@ -427,9 +427,8 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
427
427
  stakeSubsidyDecreaseRate: number;
428
428
  totalStake: number;
429
429
  activeValidators: {
430
- gasPrice: number;
431
- name: string;
432
430
  description: string;
431
+ name: string;
433
432
  pendingStake: number;
434
433
  pendingPoolTokenWithdraw: number;
435
434
  pendingTotalSuiWithdraw: number;
@@ -456,6 +455,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
456
455
  nextEpochPrimaryAddress: string | null;
457
456
  nextEpochWorkerAddress: string | null;
458
457
  votingPower: number;
458
+ gasPrice: number;
459
459
  commissionRate: number;
460
460
  nextEpochStake: number;
461
461
  nextEpochGasPrice: number;
@@ -505,9 +505,8 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
505
505
  stakeSubsidyDecreaseRate: import("superstruct").Struct<number, null>;
506
506
  totalStake: import("superstruct").Struct<number, null>;
507
507
  activeValidators: import("superstruct").Struct<{
508
- gasPrice: number;
509
- name: string;
510
508
  description: string;
509
+ name: string;
511
510
  pendingStake: number;
512
511
  pendingPoolTokenWithdraw: number;
513
512
  pendingTotalSuiWithdraw: number;
@@ -534,6 +533,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
534
533
  nextEpochPrimaryAddress: string | null;
535
534
  nextEpochWorkerAddress: string | null;
536
535
  votingPower: number;
536
+ gasPrice: number;
537
537
  commissionRate: number;
538
538
  nextEpochStake: number;
539
539
  nextEpochGasPrice: number;
@@ -545,9 +545,8 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
545
545
  exchangeRatesId: string;
546
546
  exchangeRatesSize: number;
547
547
  }[], import("superstruct").Struct<{
548
- gasPrice: number;
549
- name: string;
550
548
  description: string;
549
+ name: string;
551
550
  pendingStake: number;
552
551
  pendingPoolTokenWithdraw: number;
553
552
  pendingTotalSuiWithdraw: number;
@@ -574,6 +573,7 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
574
573
  nextEpochPrimaryAddress: string | null;
575
574
  nextEpochWorkerAddress: string | null;
576
575
  votingPower: number;
576
+ gasPrice: number;
577
577
  commissionRate: number;
578
578
  nextEpochStake: number;
579
579
  nextEpochGasPrice: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-sui",
3
- "version": "5.11.0",
3
+ "version": "5.11.2",
4
4
  "description": "BitGo SDK coin library for Sui",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@bitgo/blake2b": "^3.2.4",
44
- "@bitgo/sdk-core": "^28.25.0",
45
- "@bitgo/sdk-lib-mpc": "^10.1.0",
46
- "@bitgo/statics": "^51.0.0",
44
+ "@bitgo/sdk-core": "^30.0.0",
45
+ "@bitgo/sdk-lib-mpc": "^10.1.1",
46
+ "@bitgo/statics": "^51.1.0",
47
47
  "@mysten/bcs": "^0.7.0",
48
48
  "bignumber.js": "^9.0.0",
49
49
  "bs58": "^4.0.1",
@@ -53,11 +53,11 @@
53
53
  "tweetnacl": "^1.0.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@bitgo/sdk-api": "^1.58.8",
57
- "@bitgo/sdk-test": "^8.0.71",
56
+ "@bitgo/sdk-api": "^1.59.0",
57
+ "@bitgo/sdk-test": "^8.0.73",
58
58
  "@types/lodash": "^4.14.183",
59
59
  "axios": "^1.4.0",
60
60
  "debug": "^4.3.4"
61
61
  },
62
- "gitHead": "db6c3b685bd685c8a649d4002a03461ec529dc1c"
62
+ "gitHead": "933553319c85a827a8bdbfb2d234b80d26ec9614"
63
63
  }