Skip to content

Commit

Permalink
Run full, post-shanghai, mainnet block
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Apr 15, 2023
1 parent 3234cee commit 28c99a9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,12 @@ describe("HardhatNode", () => {
blockToRun: 9300077n,
chainId: 1,
},
{
networkName: "mainnet",
url: INFURA_URL,
blockToRun: 17_050_001n, // post-shanghai
chainId: 1,
},
{
networkName: "goerli",
url: INFURA_URL.replace("mainnet", "goerli"),
Expand Down

0 comments on commit 28c99a9

Please sign in to comment.