diff --git a/src/clients/SubtopiaRegistryClient.ts b/src/clients/SubtopiaRegistryClient.ts index 1027384..629b2f3 100644 --- a/src/clients/SubtopiaRegistryClient.ts +++ b/src/clients/SubtopiaRegistryClient.ts @@ -187,7 +187,7 @@ export class SubtopiaRegistryClient { }), methodArgs: [priceInCents], sender: this.creator.addr, - signer: this.creator.signer, + signer: makeEmptyTransactionSigner(), suggestedParams: await getParamsWithFeeCount(this.algodClient, 1), });