diff --git a/hardhat.config.ts b/hardhat.config.ts index 543754c..9e7af1b 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -47,8 +47,7 @@ const config: HardhatUserConfig = { hardhat: { forking: { url: - process.env.POLYGON_URL || - "https://polygon-mainnet.g.alchemy.com/v2/4rzRS2MH5LIunV6cejmLhQelv_Vd82rq", + process.env.POLYGON_URL || "", blockNumber: 25848203, }, },