Skip to content

Commit

Permalink
Install smock
Browse files Browse the repository at this point in the history
  • Loading branch information
antico5 committed Oct 27, 2021
1 parent 2379c22 commit ca4d314
Show file tree
Hide file tree
Showing 3 changed files with 4,970 additions and 3,104 deletions.
11 changes: 10 additions & 1 deletion crowdfunding/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ task("accounts", "Prints the list of accounts", async (args, hre) => {
// Go to https://hardhat.org/config/ to learn more

export default {
solidity: "0.8.7",
solidity: {
version: '0.8.7',
settings: {
outputSelection: {
"*": {
"*": ["storageLayout"],
},
},
}
},
networks: {
ropsten: {
url: `https://eth-ropsten.alchemyapi.io/v2/${process.env.ALCHEMY_API_KEY}`,
Expand Down
Loading

0 comments on commit ca4d314

Please sign in to comment.