Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Aug 12, 2021
1 parent 3d05a25 commit aad5237
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -25,6 +25,9 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
const config: HardhatUserConfig = {
solidity: "0.8.4",
networks: {
hardhat: {
initialBaseFeePerGas: 0, // workaround from https://github.com/sc-forks/solidity-coverage/issues/652#issuecomment-896330136 . Remove when that issue is closed.
},
ropsten: {
url: process.env.ROPSTEN_URL || "",
accounts: [process.env.PRIVATE_KEY || `0x${"0".repeat(40)}`],
Expand Down

0 comments on commit aad5237

Please sign in to comment.