We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4e9f5 commit dbc36dbCopy full SHA for dbc36db
package.json
@@ -78,7 +78,11 @@
78
"test": "hardhat test",
79
"test:sepolia": "hardhat test --network sepolia",
80
"build:ts": "tsc --project tsconfig.json",
81
- "typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain"
+ "typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
82
+ "chain": "hardhat node --network hardhat --no-deploy",
83
+ "deploy:localhost": "hardhat deploy --network localhost",
84
+ "deploy:sepolia": "hardhat deploy --network sepolia",
85
+ "verify:sepolia": "hardhat verify --network sepolia"
86
},
87
"overrides": {
88
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
0 commit comments