Skip to content

Commit

Permalink
update fork block
Browse files Browse the repository at this point in the history
  • Loading branch information
xklob committed Jan 10, 2022
1 parent b527215 commit aa6b1f6
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 @@ -52,8 +52,8 @@ export default {
chainId: 5777, // Any network (default: none)
forking: enableMainnetForking
? {
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`,
blockNumber: 13937690
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`
//lockNumber: 13937690
}
: undefined
},
Expand Down

0 comments on commit aa6b1f6

Please sign in to comment.