Skip to content

Commit 82b6f2e

Browse files
committed
remove unused vars
1 parent 7f02c34 commit 82b6f2e

File tree

1 file changed

+0
-3
lines changed
  • packages/assets-controllers/src/token-prices-service

1 file changed

+0
-3
lines changed

packages/assets-controllers/src/token-prices-service/codefi-v2.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,10 @@ type SupportedChainId = (typeof SUPPORTED_CHAIN_IDS)[number];
326326
/**
327327
* All requests to V2 of the Price API start with this.
328328
*/
329-
const BASE_URL = 'https://price.api.cx.metamask.io/v2';
330-
331329
const BASE_URL_V1 = 'https://price.api.cx.metamask.io/v1';
332330

333331
const BASE_URL_V3 = 'https://price.api.cx.metamask.io/v3';
334332

335-
type MarketDataByTokenAddress = { [address: Hex]: MarketData };
336333
/**
337334
* This version of the token prices service uses V2 of the Codefi Price API to
338335
* fetch token prices.

0 commit comments

Comments
 (0)