Skip to content

Commit

Permalink
Update hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 6, 2023
1 parent cb91111 commit 66ee87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const PROD_CONFIG = {
networks: {
hardhat: {
forking: {
url: POLYGON_PROVIDER_URL,
blockNumber: 45752368,
url: MUMBAI_PROVIDER_URL,
blockNumber: 40877849,
},
},
mumbai: {
Expand Down

0 comments on commit 66ee87c

Please sign in to comment.