mirror of
https://github.com/vacp2p/rln-interep-contract.git
synced 2025-02-28 22:20:42 +00:00
chore: update package.json with scripts
This commit is contained in:
parent
c0d5247aa4
commit
299f2b0f1b
12
package.json
12
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": {
|
"devDependencies": {
|
||||||
"@interep/contracts": "0.6.0",
|
"@interep/contracts": "0.6.0",
|
||||||
"@semaphore-protocol/contracts": "2.6.1",
|
"@semaphore-protocol/contracts": "2.6.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user