From cc6b6de8270366e85e51ea56f4a95d73c0c233bb Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 19 May 2022 17:51:33 +0200 Subject: [PATCH] Extend bootstrap and fund script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a79c35..0a1c936 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "build:contracts": "hardhat compile --force", "build:json": "node ./scripts/build-json.js", "seeds": "hardhat run scripts/seeds.js --network localhost", - "bootstrap": "npm run deploy:dao && npm run seeds", + "fund": "hardhat fund --network localhost", + "bootstrap": "npm run build && npm run deploy:dao && npm run seeds", "repl": "hardhat console --network localhost", "lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"", "lint:contract-tests": "eslint apps/*/test",