@fuel-ts/account 0.0.0-rc-2021-20240424155454 → 0.0.0-rc-2021-20240424160726

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.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

package/dist/index.js CHANGED
@@ -505,6 +505,7 @@ var BlockFragmentFragmentDoc = import_graphql_tag.default`
505
505
  `;
506
506
  var TxParametersFragmentFragmentDoc = import_graphql_tag.default`
507
507
  fragment TxParametersFragment on TxParameters {
508
+ version
508
509
  maxInputs
509
510
  maxOutputs
510
511
  maxWitnesses
@@ -514,6 +515,7 @@ var TxParametersFragmentFragmentDoc = import_graphql_tag.default`
514
515
  `;
515
516
  var PredicateParametersFragmentFragmentDoc = import_graphql_tag.default`
516
517
  fragment PredicateParametersFragment on PredicateParameters {
518
+ version
517
519
  maxPredicateLength
518
520
  maxPredicateDataLength
519
521
  maxGasPerPredicate
@@ -522,18 +524,21 @@ var PredicateParametersFragmentFragmentDoc = import_graphql_tag.default`
522
524
  `;
523
525
  var ScriptParametersFragmentFragmentDoc = import_graphql_tag.default`
524
526
  fragment ScriptParametersFragment on ScriptParameters {
527
+ version
525
528
  maxScriptLength
526
529
  maxScriptDataLength
527
530
  }
528
531
  `;
529
532
  var ContractParametersFragmentFragmentDoc = import_graphql_tag.default`
530
533
  fragment ContractParametersFragment on ContractParameters {
534
+ version
531
535
  contractMaxSize
532
536
  maxStorageSlots
533
537
  }
534
538
  `;
535
539
  var FeeParametersFragmentFragmentDoc = import_graphql_tag.default`
536
540
  fragment FeeParametersFragment on FeeParameters {
541
+ version
537
542
  gasPriceFactor
538
543
  gasPerByte
539
544
  }
@@ -553,11 +558,7 @@ var DependentCostFragmentFragmentDoc = import_graphql_tag.default`
553
558
  `;
554
559
  var GasCostsFragmentFragmentDoc = import_graphql_tag.default`
555
560
  fragment GasCostsFragment on GasCosts {
556
- version {
557
- ... on Version {
558
- value
559
- }
560
- }
561
+ version
561
562
  add
562
563
  addi
563
564
  aloc
@@ -714,11 +715,7 @@ var GasCostsFragmentFragmentDoc = import_graphql_tag.default`
714
715
  ${DependentCostFragmentFragmentDoc}`;
715
716
  var ConsensusParametersFragmentFragmentDoc = import_graphql_tag.default`
716
717
  fragment consensusParametersFragment on ConsensusParameters {
717
- version {
718
- ... on Version {
719
- value
720
- }
721
- }
718
+ version
722
719
  txParams {
723
720
  ...TxParametersFragment
724
721
  }