From 96d80ec4b917ba05b90f002d9f805a4757a961cb Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Mon, 17 Feb 2025 17:19:35 +0000 Subject: [PATCH] Update noir templates --- .../src/templates/multiplierNoir/Nargo.toml | 2 +- .../src/templates/stealthdropNoir/Nargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/remix-ws-templates/src/templates/multiplierNoir/Nargo.toml b/libs/remix-ws-templates/src/templates/multiplierNoir/Nargo.toml index 995cbccd37..656edd6758 100644 --- a/libs/remix-ws-templates/src/templates/multiplierNoir/Nargo.toml +++ b/libs/remix-ws-templates/src/templates/multiplierNoir/Nargo.toml @@ -1,5 +1,5 @@ [package] -name = "test" +name = "multiplier" authors = [""] compiler_version = ">=0.18.0" type = "bin" diff --git a/libs/remix-ws-templates/src/templates/stealthdropNoir/Nargo.toml b/libs/remix-ws-templates/src/templates/stealthdropNoir/Nargo.toml index 6d9bf24fff..8c33696ab6 100644 --- a/libs/remix-ws-templates/src/templates/stealthdropNoir/Nargo.toml +++ b/libs/remix-ws-templates/src/templates/stealthdropNoir/Nargo.toml @@ -1,8 +1,7 @@ [package] name = "stealthdrop" -type = "bin" authors = [""] -compiler_version = "0.16.0" +compiler_version = ">=0.18.0" +type = "bin" [dependencies] -ecrecover = {tag = "v0.16.1", git = "https://github.com/signorecello/ecrecover-noir.git"} \ No newline at end of file