From 5a777988c0c80e705ac36387497fadbdf4961228 Mon Sep 17 00:00:00 2001 From: dilshaan_momin <158038552+keerthanazion@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:28:23 +0530 Subject: [PATCH] Sayonara challenge 3 --- challenge/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/challenge/index.ts b/challenge/index.ts index c9649b1..2be0472 100644 --- a/challenge/index.ts +++ b/challenge/index.ts @@ -19,14 +19,14 @@ const appClient = new HelloWorldClient( resolveBy: 'creatorAndName', findExistingUsing: indexer, sender: deployer, - creatorAddress: deployer, + creatorAddress: deployer.addr, }, - indexer, + algod, ) await appClient.create.createApplication({}); // TODO: change YOUR_NAME to your name or nickname -const result = await appClient.helloWorld({name: "YOUR_NAME"}, {sendParams: {suppressLog: true}}) +const result = await appClient.helloWorld({name: "keeths"}, {sendParams: {suppressLog: true}}) console.log(result.return) \ No newline at end of file