From 299f2b0f1b5d1e011a6e341c2032ea53734d098b Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Fri, 25 Nov 2022 09:34:58 +0530 Subject: [PATCH] chore: update package.json with scripts --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 861e055..301ad93 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,15 @@ { - "name": "hardhat-project", + "name": "rln-interep-contracts", + "license": "MIT", + "scripts": { + "start": "hardhat node", + "compile": "hardhat compile", + "test": "hardhat test", + "test:localhost": "yarn test --network localhost", + "deploy": "hardhat run scripts/deploy.ts --network", + "deploy:goerli": "yarn deploy goerli", + "deploy:localhost": "yarn deploy localhost" + }, "devDependencies": { "@interep/contracts": "0.6.0", "@semaphore-protocol/contracts": "2.6.1",