We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2703c commit 8f9f387Copy full SHA for 8f9f387
hardhat/package.json
@@ -8,7 +8,10 @@
8
"test": "tests"
9
},
10
"scripts": {
11
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "compile": "npx hardhat compile",
13
+ "deploy": "npx hardhat run scripts/deploy.js",
14
+ "audit-fix": "npm audit fix --force"
15
16
"keywords": [],
17
"author": "",
@@ -18,6 +21,10 @@
18
21
"hardhat": "^2.22.17"
19
22
20
23
"dependencies": {
- "@openzeppelin/contracts": "^5.1.0"
24
+ "@openzeppelin/contracts": "^5.1.0",
25
+ "@ethersproject/contracts": "^5.0.0",
26
+ "glob": "^9.0.0",
27
+ "elliptic": "^6.5.8",
28
+ "ws": "^8.0.0"
29
}
30
0 commit comments