From c7d06336c73f272723ed47d65f5e8e4581091e99 Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Thu, 2 Jun 2022 21:15:58 +0530 Subject: [PATCH] fixed missed typo --- ts/tests/dev.spec.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts/tests/dev.spec.ts b/ts/tests/dev.spec.ts index c097f9c..a9cc7f8 100644 --- a/ts/tests/dev.spec.ts +++ b/ts/tests/dev.spec.ts @@ -1,5 +1,4 @@ import { Connection, LAMPORTS_PER_SOL, PublicKey } from "@solana/web3.js"; -import BN from "bn.js"; import { assert } from "chai"; import { Coin, Dex, DexMarket, FileKeypair } from "../src"; @@ -56,8 +55,6 @@ describe("Serum Dev Tools", () => { { lotSize: 1e-3, tickSize: 1e-2, - feeRate: 10, - quoteDustThreshold: new BN(100), }, );