test: added unexpire locks unit tests
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user