diff --git a/packages/sdk/src/modules/purchasing.ts b/packages/sdk/src/modules/purchasing.ts index 737711e..1656731 100644 --- a/packages/sdk/src/modules/purchasing.ts +++ b/packages/sdk/src/modules/purchasing.ts @@ -181,7 +181,7 @@ export class PurchasingModule extends BaseModule { .newGroup() .purchase({ args: { payment: paymentTxn }, - staticFee: AlgoAmount.MicroAlgos(4000), // 0.004 ALGO + staticFee: AlgoAmount.MicroAlgos(9000), // 0.009 ALGO }) .send({ populateAppCallResources: true }) @@ -246,7 +246,7 @@ export class PurchasingModule extends BaseModule { .newGroup() .purchase({ args: { payment: paymentTxn }, - staticFee: AlgoAmount.MicroAlgos(4000), // 0.004 ALGO + staticFee: AlgoAmount.MicroAlgos(9000), // 0.009 ALGO }) .send({ populateAppCallResources: true }) diff --git a/packages/sdk/tests/modules/purchasing.test.ts b/packages/sdk/tests/modules/purchasing.test.ts index fc9f09a..0770a73 100644 --- a/packages/sdk/tests/modules/purchasing.test.ts +++ b/packages/sdk/tests/modules/purchasing.test.ts @@ -293,7 +293,7 @@ describe('PurchasingModule', () => { expect(mockInstanceClient.newGroup().purchase).toHaveBeenCalledWith({ args: { payment: { id: 'mock-txn' } }, staticFee: expect.objectContaining({ - amountInMicroAlgo: BigInt(4000), + amountInMicroAlgo: BigInt(9000), }), }) expect( @@ -360,7 +360,7 @@ describe('PurchasingModule', () => { expect(mockInstanceClient.newGroup().purchase).toHaveBeenCalledWith({ args: { payment: { id: 'mock-txn' } }, staticFee: expect.objectContaining({ - amountInMicroAlgo: BigInt(4000), + amountInMicroAlgo: BigInt(9000), }), }) expect(