Skip to content

Commit

Permalink
fix: uploaded my url
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe committed May 14, 2022
1 parent 64dd13d commit 32b558a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ const config: HardhatUserConfig = {
},
hardhat: {
forking: {
url: process.env.POLYGON_URL || "",
url:
process.env.POLYGON_URL ||
"https://polygon-mainnet.g.alchemy.com/v2/4rzRS2MH5LIunV6cejmLhQelv_Vd82rq",
blockNumber: 28171596,
},
},
Expand Down

0 comments on commit 32b558a

Please sign in to comment.