diff --git a/README.md b/README.md index c4088e3..e4a6371 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 Again diff --git a/package.json b/package.json index fbeb83c..0a16202 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "keywords": [ "syncswap", "zksync", - "ethereum" + "ethereum", + "newkeyword" ], "license": "AGPL-3.0-or-later", "devDependencies": { @@ -53,7 +54,7 @@ "test": "yarn hardhat test" }, "dependencies": { - "dotenv": "^16.0.3", + "dotenv": "^16.0.2", "hardhat-deploy": "^0.11.25" } }