|
@@ -2,6 +2,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"hardhat": "hardhat",
|
|
"hardhat": "hardhat",
|
|
|
"speedTest": "npm run hardhat -- run test/speed/Web3SpeedTest.ts",
|
|
"speedTest": "npm run hardhat -- run test/speed/Web3SpeedTest.ts",
|
|
|
|
|
+ "requestTest": "npm run hardhat -- run test/speed/RequestTest.ts",
|
|
|
"lpGenerate": "npm run hardhat -- run scripts/lp/lpGenerate.ts",
|
|
"lpGenerate": "npm run hardhat -- run scripts/lp/lpGenerate.ts",
|
|
|
"lpMaintenance": "npm run hardhat -- run scripts/lp/lpMaintenance.ts",
|
|
"lpMaintenance": "npm run hardhat -- run scripts/lp/lpMaintenance.ts",
|
|
|
"level2": "npm run hardhat -- run scripts/path/level2Generate.ts"
|
|
"level2": "npm run hardhat -- run scripts/path/level2Generate.ts"
|