From fe8056b0ef1419ad896588ef72c8ccf4c1050b8d Mon Sep 17 00:00:00 2001 From: JD Date: Fri, 24 May 2024 13:40:09 +0200 Subject: [PATCH] lint --- src/quote/indexQuoteProvider.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quote/indexQuoteProvider.test.ts b/src/quote/indexQuoteProvider.test.ts index 2f969730..6a52b4da 100644 --- a/src/quote/indexQuoteProvider.test.ts +++ b/src/quote/indexQuoteProvider.test.ts @@ -25,7 +25,7 @@ import { const provider = LocalhostProvider const zeroexSwapQuoteProvider = IndexZeroExSwapQuoteProvider -const { cdeti, dseth, eth, eth2x, iceth, mvi, usdc } = QuoteTokens +const { cdeti, dseth, eth, eth2x, iceth, usdc } = QuoteTokens describe('FlashMintQuoteProvider()', () => { test('throws if token is unsupported', async () => {