Cleanup aragon contract leftovers

and use hardhat localhost as default network
This commit is contained in:
2022-05-19 18:40:41 +02:00
parent 936115afb9
commit 687040791c
6 changed files with 5 additions and 54 deletions

View File

@@ -61,7 +61,7 @@ task("create-wallet", "Creates a new wallet json", async () => {
*/
module.exports = {
solidity: "0.8.2",
// defaultNetwork: 'localhost',
defaultNetwork: "localhost",
networks: {
hardhat: {
chainId: 1337,