Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyYap committed May 24, 2023
1 parent 0f28e6a commit b6491bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Week19/randomness/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
});

const config: HardhatUserConfig = {
networks: {
hardhat: {
hardfork: 'merge',
}
},
solidity: "0.8.18",
paths: { tests: "tests" },
};
Expand Down

0 comments on commit b6491bc

Please sign in to comment.