Skip to content

Commit

Permalink
deps: update block number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-waite committed May 6, 2022
1 parent a41909c commit e5e54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
forking: enableMainnetForking
? {
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`,
blockNumber: 14714028 // Thursday, May 5th
blockNumber: 14723389 // Friday, May 6th
}
: undefined
},
Expand Down

0 comments on commit e5e54b3

Please sign in to comment.