From b7c8989202b86e6ba3873f25436de060a34be09d Mon Sep 17 00:00:00 2001 From: Antonio Date: Mon, 13 Mar 2023 10:18:43 +0000 Subject: [PATCH] updates dependencies --- local-setup-testing/hardhat.config.ts | 24 ++++++++++++------------ local-setup-testing/package.json | 2 +- local-setup-testing/yarn.lock | 8 ++++---- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/local-setup-testing/hardhat.config.ts b/local-setup-testing/hardhat.config.ts index 32a89b8..393beaa 100644 --- a/local-setup-testing/hardhat.config.ts +++ b/local-setup-testing/hardhat.config.ts @@ -1,29 +1,29 @@ -import { HardhatUserConfig } from 'hardhat/config'; +import { HardhatUserConfig } from "hardhat/config"; -require('@matterlabs/hardhat-zksync-deploy'); -require('@matterlabs/hardhat-zksync-solc'); +require("@matterlabs/hardhat-zksync-deploy"); +require("@matterlabs/hardhat-zksync-solc"); // dynamically changes endpoints for local tests const zkSyncTestnet = - process.env.NODE_ENV == 'test' + process.env.NODE_ENV == "test" ? { - url: 'http://localhost:3050', - ethNetwork: 'http://localhost:8545', + url: "http://localhost:3050", + ethNetwork: "http://localhost:8545", zksync: true, } : { - url: 'https://zksync2-testnet.zksync.dev', - ethNetwork: 'goerli', + url: "https://zksync2-testnet.zksync.dev", + ethNetwork: "goerli", zksync: true, }; const config: HardhatUserConfig = { zksolc: { - version: '1.2.1', - compilerSource: 'binary', + version: "1.3.5", + compilerSource: "binary", settings: {}, }, - defaultNetwork: 'zkSyncTestnet', + defaultNetwork: "zkSyncTestnet", networks: { hardhat: { // @ts-ignore @@ -32,7 +32,7 @@ const config: HardhatUserConfig = { zkSyncTestnet, }, solidity: { - version: '0.8.16', + version: "0.8.16", }, }; diff --git a/local-setup-testing/package.json b/local-setup-testing/package.json index b4520b9..8e7c7b5 100644 --- a/local-setup-testing/package.json +++ b/local-setup-testing/package.json @@ -14,7 +14,7 @@ "mocha": "^10.0.0", "ts-node": "^10.5.0", "typescript": "^4.5.5", - "zksync-web3": "^0.12.0" + "zksync-web3": "^0.13.4" }, "scripts": { "test": "NODE_ENV=test hardhat test" diff --git a/local-setup-testing/yarn.lock b/local-setup-testing/yarn.lock index 1fed52e..90a0bb3 100644 --- a/local-setup-testing/yarn.lock +++ b/local-setup-testing/yarn.lock @@ -2927,7 +2927,7 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zksync-web3@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.12.0.tgz#e6dcc47bf7d331bb4fd299ceb6e9a5968cb1a190" - integrity sha512-0SPC6xOI0cljE0Pl6U1rFzA7QFO3cEJA/VBDzA/Dts/qTQx23ZaAOMzg1kEx9Mvkwx52fV2PE2/lMc7Fw9VF9A== +zksync-web3@^0.13.4: + version "0.13.4" + resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.13.4.tgz#1c5b1303436cb4cba1a0873ea07860b19f385331" + integrity sha512-AjCKhn9TRqsk2T9VLKxlod22rnVWOWGOjq+QXppFe2yTxZx9dVaai325OJ0aa7a3m5wx+9yhPqBu23jG2xPo5Q==