test: added unexpire locks unit tests

This commit is contained in:
PedroCailleret
2022-12-08 20:38:58 -03:00
parent d541e7b70c
commit 932b2a03b4
18 changed files with 332 additions and 88 deletions

View File

@@ -4,13 +4,9 @@ import { BigNumber } from "ethers";
import * as fs from "fs";
import { ethers, network } from "hardhat";
// import hre from "hardhat";
import { Deploys } from "../test/utils/fixtures";
interface Deploys {
signers: string[];
p2pix: string;
token: string;
}
// import hre from "hardhat";
let deploysJson: Deploys;
const supply: BigNumber = ethers.utils.parseEther("20000000");