Skip to content

Commit

Permalink
Change default Endpoint on Cryptocompare EA (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Aug 1, 2024
1 parent 3d8096b commit 2beb3d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-fishes-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/cryptocompare-adapter': minor
---

Upgrade to a better default WS endpoint
2 changes: 1 addition & 1 deletion packages/sources/cryptocompare/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const config = new AdapterConfig({
WS_API_ENDPOINT: {
description: 'The WS URL to retrieve data from',
type: 'string',
default: 'wss://data-streamer.cryptocompare.com',
default: 'wss://client-axfioiyn03.ccdata.io',
},
API_KEY: {
description: 'The CryptoCompare API key',
Expand Down

0 comments on commit 2beb3d2

Please sign in to comment.