We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030fd23 commit ad2b216Copy full SHA for ad2b216
packages/backend/src/services/price-cache.ts
@@ -20,7 +20,7 @@ const USDC_MINT = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v';
20
// CoinGecko IDs for EVM tokens
21
const COINGECKO_IDS = {
22
ETH: 'ethereum',
23
- POL: 'matic-network', // POL uses 'polygon' on CoinGecko
+ POL: 'polygon-ecosystem-token', // POL uses 'polygon' on CoinGecko
24
ARB: 'arbitrum',
25
AVAX: 'avalanche-2',
26
} as const;
0 commit comments