Skip to content

Commit b86218a

Browse files
Update/OPDATA-4676 tradinghours markets (#4121)
* OPDATA-4676 update tradinghours underlying markets * add changeset
1 parent 1b749cc commit b86218a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/forty-planets-hide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/tradinghours-adapter': patch
3+
---
4+
5+
Update underlying euro market finIds

packages/sources/tradinghours/src/transport/market-status.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const marketToFinId: Record<Market, string> = {
2323
metals: 'US.CHNLNK.METAL',
2424
wti: 'US.CHNLNK.WTI',
2525
nyse: 'US.NYSE',
26-
lse: 'GB.LSE.SETS',
27-
xetra: 'DE.XETR.OTHERGERMAN',
26+
lse: 'GB.LSE',
27+
xetra: 'DE.XETR',
2828
six: 'CH.SIX',
2929
euronext_milan: 'IT.EURONEXT',
3030
euronext_paris: 'FR.EURONEXT',

0 commit comments

Comments
 (0)