Hardhat #213

Merged
bumi merged 50 commits from hardhat into master 2022-07-14 13:31:49 +00:00
Showing only changes of commit cc6b6de827 - Show all commits

View File

@ -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",