Skip to content

Commit 23f06d4

Browse files
nikhshaapp-token-issuer-data-feeds[bot]mmcallister-cll
authored
support more reverse pairs for tiingo FX feeds (#4362)
* support more reverse pairs for tiingo FX feeds * add changeset --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com> Co-authored-by: Matthew McAllister <matthew.mcallister@smartcontract.com>
1 parent 06afaab commit 23f06d4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.changeset/nasty-gifts-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/tiingo-adapter': patch
3+
---
4+
5+
Add TRY and HKD includes

packages/sources/tiingo/src/config/includes.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,28 @@
3232
}
3333
]
3434
},
35+
{
36+
"from": "TRY",
37+
"to": "USD",
38+
"includes": [
39+
{
40+
"from": "USD",
41+
"to": "TRY",
42+
"inverse": true
43+
}
44+
]
45+
},
46+
{
47+
"from": "HKD",
48+
"to": "USD",
49+
"includes": [
50+
{
51+
"from": "USD",
52+
"to": "HKD",
53+
"inverse": true
54+
}
55+
]
56+
},
3557
{
3658
"from": "ZAR",
3759
"to": "USD",

0 commit comments

Comments
 (0)