From 7c40303a204f5ff52f85ee8e53ba440d83888263 Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 14 Dec 2022 11:08:01 +0000 Subject: [PATCH] hardhat default network --- local-setup-testing/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-setup-testing/hardhat.config.ts b/local-setup-testing/hardhat.config.ts index 0d28a18..3e6c122 100644 --- a/local-setup-testing/hardhat.config.ts +++ b/local-setup-testing/hardhat.config.ts @@ -28,7 +28,7 @@ const config: HardhatUserConfig = { }, }, }, - defaultNetwork: 'zkSyncTestnet', + defaultNetwork: 'hardhat', networks: { hardhat: { // @ts-ignore