Skip to content

Commit

Permalink
Pin block number for forked network
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti committed Sep 18, 2024
1 parent 944ff99 commit b4e53e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ networks["hardhat"] = {
forking: {
enabled: !!process.env.FORKING_URL,
url: process.env.FORKING_URL || "",
blockNumber: 20775560,
},
}

Expand Down

0 comments on commit b4e53e9

Please sign in to comment.