From 73e80e8519f90737ff0b5aa775f74f78527835e9 Mon Sep 17 00:00:00 2001 From: Alex Speller Date: Wed, 14 Dec 2022 13:32:17 +0000 Subject: [PATCH] Remove mumbai testnet --- hardhat.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 9932147..753c66b 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -80,10 +80,6 @@ const config: HardhatUserConfig = { ...sharedNetworkConfig, url: "https://polygon-rpc.com", }, - mumbai: { - ...sharedNetworkConfig, - url: `https://matic-mumbai.chainstacklabs.com`, - }, }, mocha: { timeout: 2000000,