|
|
@@ -1,8 +1,9 @@
|
|
|
{
|
|
|
"scripts": {
|
|
|
"hardhat": "hardhat",
|
|
|
- "lpGenerate": "npm run hardhat -- run ./scripts/lp/lpGenerate.ts",
|
|
|
- "lpMaintenance": "npm run hardhat -- run ./scripts/lp/lpMaintenance.ts",
|
|
|
+ "speedTest": "npm run hardhat -- run test/speed/Web3SpeedTest.ts",
|
|
|
+ "lpGenerate": "npm run hardhat -- run scripts/lp/lpGenerate.ts",
|
|
|
+ "lpMaintenance": "npm run hardhat -- run scripts/lp/lpMaintenance.ts",
|
|
|
"level2": "npm run hardhat -- run scripts/path/level2Generate.ts"
|
|
|
},
|
|
|
"devDependencies": {
|