Skip to content

Commit 6696c46

Browse files
OPDATA-4464 add crypto alias to coinpaprika-state endpoint (#4152)
* OPDATA-4464 add crypto alias to coinpaprika-state endpoint * add changeset
1 parent eea70c7 commit 6696c46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/five-gifts-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/coinpaprika-state-adapter': patch
3+
---
4+
5+
Add crypto alias

packages/sources/coinpaprika-state/src/endpoint/coinpaprika-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type BaseEndpointTypes = {
2222

2323
export const endpoint = new PriceEndpoint({
2424
name: 'price',
25-
aliases: ['coinpaprika-state', 'state'],
25+
aliases: ['coinpaprika-state', 'state', 'crypto'],
2626
transport: coinpaprikaSubscriptionTransport,
2727
inputParameters,
2828
requestTransforms: [

0 commit comments

Comments
 (0)