@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.

@@ -382,6 +382,7 @@ var BlockFragmentFragmentDoc = import_graphql_tag.default`
382
382
  `;
383
383
  var TxParametersFragmentFragmentDoc = import_graphql_tag.default`
384
384
  fragment TxParametersFragment on TxParameters {
385
+ version
385
386
  maxInputs
386
387
  maxOutputs
387
388
  maxWitnesses
@@ -391,6 +392,7 @@ var TxParametersFragmentFragmentDoc = import_graphql_tag.default`
391
392
  `;
392
393
  var PredicateParametersFragmentFragmentDoc = import_graphql_tag.default`
393
394
  fragment PredicateParametersFragment on PredicateParameters {
395
+ version
394
396
  maxPredicateLength
395
397
  maxPredicateDataLength
396
398
  maxGasPerPredicate
@@ -399,18 +401,21 @@ var PredicateParametersFragmentFragmentDoc = import_graphql_tag.default`
399
401
  `;
400
402
  var ScriptParametersFragmentFragmentDoc = import_graphql_tag.default`
401
403
  fragment ScriptParametersFragment on ScriptParameters {
404
+ version
402
405
  maxScriptLength
403
406
  maxScriptDataLength
404
407
  }
405
408
  `;
406
409
  var ContractParametersFragmentFragmentDoc = import_graphql_tag.default`
407
410
  fragment ContractParametersFragment on ContractParameters {
411
+ version
408
412
  contractMaxSize
409
413
  maxStorageSlots
410
414
  }
411
415
  `;
412
416
  var FeeParametersFragmentFragmentDoc = import_graphql_tag.default`
413
417
  fragment FeeParametersFragment on FeeParameters {
418
+ version
414
419
  gasPriceFactor
415
420
  gasPerByte
416
421
  }
@@ -430,11 +435,7 @@ var DependentCostFragmentFragmentDoc = import_graphql_tag.default`
430
435
  `;
431
436
  var GasCostsFragmentFragmentDoc = import_graphql_tag.default`
432
437
  fragment GasCostsFragment on GasCosts {
433
- version {
434
- ... on Version {
435
- value
436
- }
437
- }
438
+ version
438
439
  add
439
440
  addi
440
441
  aloc
@@ -591,11 +592,7 @@ var GasCostsFragmentFragmentDoc = import_graphql_tag.default`
591
592
  ${DependentCostFragmentFragmentDoc}`;
592
593
  var ConsensusParametersFragmentFragmentDoc = import_graphql_tag.default`
593
594
  fragment consensusParametersFragment on ConsensusParameters {
594
- version {
595
- ... on Version {
596
- value
597
- }
598
- }
595
+ version
599
596
  txParams {
600
597
  ...TxParametersFragment
601
598
  }