diff --git a/challenge/contracts/algorand-puzzle-2.algo.ts b/challenge/contracts/algorand-puzzle-2.algo.ts index 2ac3b38..740692b 100644 --- a/challenge/contracts/algorand-puzzle-2.algo.ts +++ b/challenge/contracts/algorand-puzzle-2.algo.ts @@ -5,6 +5,6 @@ import { Contract } from '@algorandfoundation/tealscript'; // eslint-disable-next-line no-unused-vars class AlgorandPuzzle2 extends Contract { solveThePuzzle(): string { - // return 'You solved the puzzle!'; + return 'You solved the puzzle!'; } } diff --git a/challenge/package-lock.json b/challenge/package-lock.json index 5ef0709..a1fdeb4 100644 --- a/challenge/package-lock.json +++ b/challenge/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@algorandfoundation/algokit-client-generator": "^3.0.0", - "@algorandfoundation/algokit-utils": "^5.5.0", + "@algorandfoundation/algokit-utils": "^5.8.0", "@algorandfoundation/tealscript": "^0.86.0", "algosdk": "^2.4.0" }, @@ -52,9 +52,9 @@ } }, "node_modules/@algorandfoundation/algokit-utils": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-5.5.0.tgz", - "integrity": "sha512-GxzN8WdaX4BsYxOeyUFFRm3CZSfcwT2AICQ3Lgyg1HfzaUUcjsraCehMpS90/1IyMn9Cz7UF4aSlka3YdZP7Lw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-5.8.0.tgz", + "integrity": "sha512-BxwUBQ0BaAPpOZt7e2kwP0pfvG2W2AqOBBI6Y3AbJ01a9P7yJ1wIaJfqG02aiG4mpKbLgz84WBQij+0DqGK80Q==", "dependencies": { "buffer": "^6.0.3" }, @@ -6468,9 +6468,9 @@ } }, "@algorandfoundation/algokit-utils": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-5.5.0.tgz", - "integrity": "sha512-GxzN8WdaX4BsYxOeyUFFRm3CZSfcwT2AICQ3Lgyg1HfzaUUcjsraCehMpS90/1IyMn9Cz7UF4aSlka3YdZP7Lw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-5.8.0.tgz", + "integrity": "sha512-BxwUBQ0BaAPpOZt7e2kwP0pfvG2W2AqOBBI6Y3AbJ01a9P7yJ1wIaJfqG02aiG4mpKbLgz84WBQij+0DqGK80Q==", "requires": { "buffer": "^6.0.3" } diff --git a/challenge/package.json b/challenge/package.json index 3e2bfc3..0b336e5 100644 --- a/challenge/package.json +++ b/challenge/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@algorandfoundation/algokit-client-generator": "^3.0.0", - "@algorandfoundation/algokit-utils": "^5.5.0", + "@algorandfoundation/algokit-utils": "^5.8.0", "@algorandfoundation/tealscript": "^0.86.0", "algosdk": "^2.4.0" },