Skip to content

Commit 6aeebba

Browse files
committed
Fix CoinGecko API key header for demo version
1 parent 9f021e7 commit 6aeebba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CustomPairsAnalysis.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function CustomPairsAnalysis({ open, onClose }) {
112112
params,
113113
timeout: isHistorical ? 30000 : 10000, // 30 second timeout for historical
114114
headers: {
115-
'x-cg-pro-api-key': COINGECKO_API_KEY
115+
'x-cg-demo-api-key': COINGECKO_API_KEY
116116
}
117117
});
118118

0 commit comments

Comments
 (0)