@bitgo-beta/sdk-coin-sui 3.0.3-beta.717 → 3.0.3-beta.719
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.
|
@@ -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.
|
|
3
|
+
"version": "3.0.3-beta.719",
|
|
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.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/blake2b": "3.0.4-beta.961",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.724",
|
|
45
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.716",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.727",
|
|
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.
|
|
56
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.723",
|
|
57
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": "
|
|
62
|
+
"gitHead": "90b7ec34c80c8a596a4edd0633aa9f7aeef9127e"
|
|
63
63
|
}
|