-
Notifications
You must be signed in to change notification settings - Fork 317
DF-21310: Add coinmetrics-lwba adapter #3854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: ccaa3fa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Is this a complete copy of the existing endpoint?
|
): string => { | ||
const { API_KEY, WS_API_ENDPOINT } = context.adapterSettings | ||
|
||
const generated = new URL('/v4/timeseries-stream/asset-quotes', WS_API_ENDPOINT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should /v4/timeseries-stream/asset-quotes
be part of WS_API_ENDPOINT?
type: 'string', | ||
default: 'wss://api.coinmetrics.io/v4', | ||
}, | ||
API_ENDPOINT: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used ?
Closes #DF-21310
Description
For cost savings, structuring team wants us to create a
coinmetrics-lwba
EA, that only offers lwba endpoint capabilities and offersendpoint = crypto or price
instead ofendpoint = crypto-lwba
Changes
Steps to Test
Quality Assurance
infra-k8s
configuration file.adapter-secrets
configuration file or update the soak testing blacklist.test-payload.json
file with relevant requests.feature/x
,chore/x
,release/x
,hotfix/x
,fix/x
) or is created from Jira.