Skip to content

Commit 5245b00

Browse files
authored
enable crypto endpoint on mobula EA (#3462)
1 parent 2fd3620 commit 5245b00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/proud-bobcats-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/mobula-state-adapter': minor
3+
---
4+
5+
enable crypto endpoint on mobula EA

packages/sources/mobula-state/src/endpoint/price.ts

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

3636
export const endpoint = new AdapterEndpoint({
3737
name: 'price',
38-
aliases: ['state'],
38+
aliases: ['state', 'crypto'],
3939
transport: wsTransport,
4040
inputParameters,
4141
})

0 commit comments

Comments
 (0)