@bitgo-beta/sdk-coin-sui 3.0.3-beta.716 → 3.0.3-beta.718

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.11.0...@bitgo/sdk-coin-sui@5.11.1) (2025-02-20)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-sui
9
+
6
10
  # [5.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.10.0...@bitgo/sdk-coin-sui@5.11.0) (2025-02-19)
7
11
 
8
12
  ### Bug Fixes
@@ -321,7 +321,6 @@ export declare const CommitteeInfo: import("superstruct").Struct<{
321
321
  export declare const SuiValidatorSummary: import("superstruct").Struct<{
322
322
  name: string;
323
323
  description: string;
324
- gasPrice: number;
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;
@@ -429,7 +429,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
429
429
  activeValidators: {
430
430
  name: string;
431
431
  description: string;
432
- gasPrice: number;
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;
@@ -507,7 +507,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
507
507
  activeValidators: import("superstruct").Struct<{
508
508
  name: string;
509
509
  description: string;
510
- gasPrice: number;
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;
@@ -547,7 +547,6 @@ export declare const SuiSystemStateSummary: import("superstruct").Struct<{
547
547
  }[], import("superstruct").Struct<{
548
548
  name: string;
549
549
  description: string;
550
- gasPrice: number;
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-beta/sdk-coin-sui",
3
- "version": "3.0.3-beta.716",
3
+ "version": "3.0.3-beta.718",
4
4
  "description": "BitGo SDK coin library for Sui",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/blake2b": "3.0.4-beta.958",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.721",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.713",
46
- "@bitgo-beta/statics": "15.1.1-beta.724",
43
+ "@bitgo-beta/blake2b": "3.0.4-beta.960",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.723",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.715",
46
+ "@bitgo-beta/statics": "15.1.1-beta.726",
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-beta/sdk-api": "1.10.1-beta.720",
57
- "@bitgo-beta/sdk-test": "^8.0.71",
56
+ "@bitgo-beta/sdk-api": "1.10.1-beta.722",
57
+ "@bitgo-beta/sdk-test": "^8.0.72",
58
58
  "@types/lodash": "^4.14.183",
59
59
  "axios": "^1.4.0",
60
60
  "debug": "^4.3.4"
61
61
  },
62
- "gitHead": "d01e6d8505a6ab66f0b94528a595aee01fde522e"
62
+ "gitHead": "9c2403b7812a6cc70ce0b9d8cbfbc1ffbcb6f69d"
63
63
  }