From 3232ba95582dbe98459a43164bc5a04c1b5e9679 Mon Sep 17 00:00:00 2001 From: Roy Zanbel Date: Sat, 29 Jul 2023 22:34:22 +0100 Subject: [PATCH 1/4] Update README.md Code App testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4088e3..82eba97 100755 --- a/README.md +++ b/README.md @@ -25,3 +25,5 @@ Most repository files are licensed under the GNU Affero General Public License v ## Resources - [zkSync Era Documentation](https://v2-docs.zksync.io/dev/) + +## Test Code App From 23d52b67258c1d243805c2b1381002b39a70016a Mon Sep 17 00:00:00 2001 From: Roy Zanbel Date: Thu, 31 Aug 2023 10:06:33 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82eba97..e4a6371 100755 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ Most repository files are licensed under the GNU Affero General Public License v ## Resources - [zkSync Era Documentation](https://v2-docs.zksync.io/dev/) -## Test Code App +## Test Code App Again From 092dc7e276b8c4eaef5adf692b922468cfb2a4f0 Mon Sep 17 00:00:00 2001 From: Roy Zanbel Date: Thu, 11 Jan 2024 14:24:14 -0300 Subject: [PATCH 3/4] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fbeb83c..c3acd5e 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "keywords": [ "syncswap", "zksync", - "ethereum" + "ethereum", + "newkeyword" ], "license": "AGPL-3.0-or-later", "devDependencies": { From 224e133ebfea0f1d738637158e4cb5e1b6923c55 Mon Sep 17 00:00:00 2001 From: Roy Zanbel Date: Thu, 21 Mar 2024 10:29:51 -0300 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3acd5e..0a16202 100755 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "test": "yarn hardhat test" }, "dependencies": { - "dotenv": "^16.0.3", + "dotenv": "^16.0.2", "hardhat-deploy": "^0.11.25" } }