@akta/sdk 1.2.6 → 1.2.7

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.
@@ -24019,27 +24019,7 @@ var WalletSDK = class extends BaseSDK {
24019
24019
  });
24020
24020
  result = await this.client.algorand.newGroup().addAtc(consolidatedAtc).send();
24021
24021
  } else {
24022
- const atc = (await (await group.composer()).build()).atc;
24023
- const appliedAtc = forceProperties(atc, {
24024
- sender: preparedSendParams.sender,
24025
- signer: preparedSendParams.signer
24026
- });
24027
- const maxFees = new Map(
24028
- Array.from({ length }, (_, i) => [i, microAlgo6(MAX_SIM_FEE)])
24029
- );
24030
- const { atc: populatedAtc } = await prepareGroupWithCost(
24031
- appliedAtc,
24032
- this.client.algorand.client.algod,
24033
- {
24034
- coverAppCallInnerTransactionFees: true,
24035
- populateAppCallResources: true
24036
- },
24037
- {
24038
- maxFees,
24039
- suggestedParams
24040
- }
24041
- );
24042
- result = await this.client.algorand.newGroup().addAtc(populatedAtc).send();
24022
+ result = await group.send({ ...sendParams });
24043
24023
  }
24044
24024
  for (const plugin of plugins) {
24045
24025
  await this.updateCache(
@@ -24477,4 +24457,4 @@ export {
24477
24457
  getPluginAppId,
24478
24458
  WalletSDK
24479
24459
  };
24480
- //# sourceMappingURL=chunk-LAVGTLZP.mjs.map
24460
+ //# sourceMappingURL=chunk-EBVPBKIE.mjs.map