We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f02c34 commit 82b6f2eCopy full SHA for 82b6f2e
packages/assets-controllers/src/token-prices-service/codefi-v2.ts
@@ -326,13 +326,10 @@ type SupportedChainId = (typeof SUPPORTED_CHAIN_IDS)[number];
326
/**
327
* All requests to V2 of the Price API start with this.
328
*/
329
-const BASE_URL = 'https://price.api.cx.metamask.io/v2';
330
-
331
const BASE_URL_V1 = 'https://price.api.cx.metamask.io/v1';
332
333
const BASE_URL_V3 = 'https://price.api.cx.metamask.io/v3';
334
335
-type MarketDataByTokenAddress = { [address: Hex]: MarketData };
336
337
* This version of the token prices service uses V2 of the Codefi Price API to
338
* fetch token prices.
0 commit comments