Skip to content

Commit ad2b216

Browse files
committed
fix polygon price
1 parent 030fd23 commit ad2b216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/services/price-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const USDC_MINT = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v';
2020
// CoinGecko IDs for EVM tokens
2121
const COINGECKO_IDS = {
2222
ETH: 'ethereum',
23-
POL: 'matic-network', // POL uses 'polygon' on CoinGecko
23+
POL: 'polygon-ecosystem-token', // POL uses 'polygon' on CoinGecko
2424
ARB: 'arbitrum',
2525
AVAX: 'avalanche-2',
2626
} as const;

0 commit comments

Comments
 (0)