@akta/sdk 1.2.2 → 1.2.4

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.
@@ -23973,7 +23973,9 @@ var WalletSDK = class extends BaseSDK {
23973
23973
  sender: preparedSendParams.sender,
23974
23974
  signer: preparedSendParams.signer
23975
23975
  });
23976
- const maxFees = consolidateFees || shouldInflate ? new Map(Array.from({ length }, (_, i) => [i, microAlgo6(MAX_SIM_FEE)])) : void 0;
23976
+ const maxFees = new Map(
23977
+ Array.from({ length }, (_, i) => [i, microAlgo6(MAX_SIM_FEE)])
23978
+ );
23977
23979
  const { atc: populatedAtc } = await prepareGroupWithCost(
23978
23980
  appliedAtc,
23979
23981
  this.client.algorand.client.algod,
@@ -23982,7 +23984,7 @@ var WalletSDK = class extends BaseSDK {
23982
23984
  populateAppCallResources: true
23983
23985
  },
23984
23986
  {
23985
- ...maxFees && { maxFees },
23987
+ maxFees,
23986
23988
  suggestedParams
23987
23989
  }
23988
23990
  );
@@ -24452,4 +24454,4 @@ export {
24452
24454
  getPluginAppId,
24453
24455
  WalletSDK
24454
24456
  };
24455
- //# sourceMappingURL=chunk-LFZLKJ47.mjs.map
24457
+ //# sourceMappingURL=chunk-OQQGOPE6.mjs.map