Skip to content

Commit bd95e2e

Browse files
nikhshaaustinborn
andauthored
Update includes.json (#3473)
* Update includes.json * Changeset --------- Co-authored-by: Austin Born <[email protected]>
1 parent d1918f6 commit bd95e2e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/loud-dodos-taste.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/tradingeconomics-adapter': patch
3+
---
4+
5+
Add inverses to TradingEconomics for new pairs

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

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
}
2222
]
2323
},
24+
{
25+
"from": "CZK",
26+
"to": "USD",
27+
"includes": [
28+
{
29+
"from": "USD",
30+
"to": "CZK",
31+
"inverse": true
32+
}
33+
]
34+
},
2435
{
2536
"from": "CNY",
2637
"to": "USD",

0 commit comments

Comments
 (0)