@super-protocol/sdk-js 3.15.3-beta.1 → 3.15.3-beta.3

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.
@@ -703,9 +703,9 @@ export declare const abi: readonly [{
703
703
  readonly type: "uint32";
704
704
  }, {
705
705
  readonly components: readonly [{
706
- readonly internalType: "bytes16";
706
+ readonly internalType: "string";
707
707
  readonly name: "vendorId";
708
- readonly type: "bytes16";
708
+ readonly type: "string";
709
709
  }, {
710
710
  readonly internalType: "uint128";
711
711
  readonly name: "cpuFamily";
@@ -715,9 +715,9 @@ export declare const abi: readonly [{
715
715
  readonly name: "model";
716
716
  readonly type: "uint128";
717
717
  }, {
718
- readonly internalType: "bytes16";
718
+ readonly internalType: "string";
719
719
  readonly name: "modelName";
720
- readonly type: "bytes16";
720
+ readonly type: "string";
721
721
  }, {
722
722
  readonly internalType: "uint32";
723
723
  readonly name: "totalPhysicalCores";
@@ -5752,9 +5752,9 @@ export declare const abi: readonly [{
5752
5752
  readonly type: "uint32";
5753
5753
  }, {
5754
5754
  readonly components: readonly [{
5755
- readonly internalType: "bytes16";
5755
+ readonly internalType: "string";
5756
5756
  readonly name: "vendorId";
5757
- readonly type: "bytes16";
5757
+ readonly type: "string";
5758
5758
  }, {
5759
5759
  readonly internalType: "uint128";
5760
5760
  readonly name: "cpuFamily";
@@ -5764,9 +5764,9 @@ export declare const abi: readonly [{
5764
5764
  readonly name: "model";
5765
5765
  readonly type: "uint128";
5766
5766
  }, {
5767
- readonly internalType: "bytes16";
5767
+ readonly internalType: "string";
5768
5768
  readonly name: "modelName";
5769
- readonly type: "bytes16";
5769
+ readonly type: "string";
5770
5770
  }, {
5771
5771
  readonly internalType: "uint32";
5772
5772
  readonly name: "totalPhysicalCores";
@@ -5904,9 +5904,9 @@ export declare const abi: readonly [{
5904
5904
  readonly type: "uint32";
5905
5905
  }, {
5906
5906
  readonly components: readonly [{
5907
- readonly internalType: "bytes16";
5907
+ readonly internalType: "string";
5908
5908
  readonly name: "vendorId";
5909
- readonly type: "bytes16";
5909
+ readonly type: "string";
5910
5910
  }, {
5911
5911
  readonly internalType: "uint128";
5912
5912
  readonly name: "cpuFamily";
@@ -5916,9 +5916,9 @@ export declare const abi: readonly [{
5916
5916
  readonly name: "model";
5917
5917
  readonly type: "uint128";
5918
5918
  }, {
5919
- readonly internalType: "bytes16";
5919
+ readonly internalType: "string";
5920
5920
  readonly name: "modelName";
5921
- readonly type: "bytes16";
5921
+ readonly type: "string";
5922
5922
  }, {
5923
5923
  readonly internalType: "uint32";
5924
5924
  readonly name: "totalPhysicalCores";
@@ -6209,9 +6209,9 @@ export declare const abi: readonly [{
6209
6209
  readonly type: "uint32";
6210
6210
  }, {
6211
6211
  readonly components: readonly [{
6212
- readonly internalType: "bytes16";
6212
+ readonly internalType: "string";
6213
6213
  readonly name: "vendorId";
6214
- readonly type: "bytes16";
6214
+ readonly type: "string";
6215
6215
  }, {
6216
6216
  readonly internalType: "uint128";
6217
6217
  readonly name: "cpuFamily";
@@ -6221,9 +6221,9 @@ export declare const abi: readonly [{
6221
6221
  readonly name: "model";
6222
6222
  readonly type: "uint128";
6223
6223
  }, {
6224
- readonly internalType: "bytes16";
6224
+ readonly internalType: "string";
6225
6225
  readonly name: "modelName";
6226
- readonly type: "bytes16";
6226
+ readonly type: "string";
6227
6227
  }, {
6228
6228
  readonly internalType: "uint32";
6229
6229
  readonly name: "totalPhysicalCores";
@@ -6581,13 +6581,17 @@ export declare const abi: readonly [{
6581
6581
  readonly type: "bool";
6582
6582
  }, {
6583
6583
  readonly components: readonly [{
6584
+ readonly internalType: "uint128";
6585
+ readonly name: "cpuFamily";
6586
+ readonly type: "uint128";
6587
+ }, {
6588
+ readonly internalType: "uint128";
6589
+ readonly name: "model";
6590
+ readonly type: "uint128";
6591
+ }, {
6584
6592
  readonly internalType: "uint64";
6585
6593
  readonly name: "vramSize";
6586
6594
  readonly type: "uint64";
6587
- }, {
6588
- readonly internalType: "bytes16";
6589
- readonly name: "vendorId";
6590
- readonly type: "bytes16";
6591
6595
  }, {
6592
6596
  readonly internalType: "uint32";
6593
6597
  readonly name: "baseFreq";
@@ -6597,17 +6601,13 @@ export declare const abi: readonly [{
6597
6601
  readonly name: "maxFreq";
6598
6602
  readonly type: "uint32";
6599
6603
  }, {
6600
- readonly internalType: "uint128";
6601
- readonly name: "cpuFamily";
6602
- readonly type: "uint128";
6603
- }, {
6604
- readonly internalType: "uint128";
6605
- readonly name: "model";
6606
- readonly type: "uint128";
6604
+ readonly internalType: "string";
6605
+ readonly name: "vendorId";
6606
+ readonly type: "string";
6607
6607
  }, {
6608
- readonly internalType: "bytes16";
6608
+ readonly internalType: "string";
6609
6609
  readonly name: "modelName";
6610
- readonly type: "bytes16";
6610
+ readonly type: "string";
6611
6611
  }];
6612
6612
  readonly internalType: "struct ConsensusBenchmark2";
6613
6613
  readonly name: "benchmark2";