Skip to content

Commit 611a336

Browse files
authored
Export helper in data-engine (#4377)
1 parent bb28773 commit 611a336

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/data-engine-adapter': patch
3+
---
4+
5+
Export helper method

packages/sources/data-engine/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export const adapter = new Adapter({
1212

1313
export const server = (): Promise<ServerInstance | undefined> => expose(adapter)
1414

15-
export { getCryptoPrice, getRwaPrice } from './lib'
15+
export { getCryptoPrice, getDeutscheBoersePrice, getRwaPrice } from './lib'

0 commit comments

Comments
 (0)