Skip to content

Commit

Permalink
Revert "fix: use my url"
Browse files Browse the repository at this point in the history
This reverts commit 6088d1b.
  • Loading branch information
mauricedesaxe committed May 14, 2022
1 parent a1ae7ae commit 7be9999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 7be9999

Please sign in to comment.