This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task("test-spv-interim-robustness", "Runs comprehensive interim profit robustness tests") | |
| .addParam("symbol", "The token symbol for the diamond instance") | |
| .setAction(async (taskArgs: any, hre: HardhatRuntimeEnvironment) => { | |
| const [owner, lp1, lp2, lp3] = await hre.ethers.getSigners(); | |
| let testsPassed = 0; | |
| let testsFailed = 0; | |
| // --- CONFIG --- | |
| const network = await hre.ethers.provider.getNetwork(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task("test-spv-interim-robustness", "Runs comprehensive interim profit robustness tests") | |
| .addParam("symbol", "The token symbol for the diamond instance") | |
| .setAction(async (taskArgs: any, hre: HardhatRuntimeEnvironment) => { | |
| const [owner, lp1, lp2, lp3] = await hre.ethers.getSigners(); | |
| let testsPassed = 0; | |
| let testsFailed = 0; | |
| // --- CONFIG --- |