fix test script type error

This commit is contained in:
strobie
2022-10-05 09:40:42 +02:00
parent 0d8d2ea214
commit 44d6d240fa

View File

@@ -3,7 +3,8 @@ import * as fs from "fs";
import { ethers } from "ethers";
import { providers } from "./utils/ethers";
import { humanizeNumber } from "@defillama/sdk/build/computeTVL/humanizeNumber";
import { TOTAL_BINS, Bins, binResults, Liq } from "./utils/binResults";
import { TOTAL_BINS, Bins, binResults } from "./utils/binResults";
import { Liq } from "./utils/types";
import { config } from "dotenv";
import { performance } from "perf_hooks";