Skip to content

Commit

Permalink
Update includes.json (#3473)
Browse files Browse the repository at this point in the history
* Update includes.json

* Changeset

---------

Co-authored-by: Austin Born <[email protected]>
  • Loading branch information
nikhsha and austinborn authored Oct 11, 2024
1 parent d1918f6 commit bd95e2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-dodos-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/tradingeconomics-adapter': patch
---

Add inverses to TradingEconomics for new pairs
11 changes: 11 additions & 0 deletions packages/sources/tradingeconomics/src/config/includes.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
}
]
},
{
"from": "CZK",
"to": "USD",
"includes": [
{
"from": "USD",
"to": "CZK",
"inverse": true
}
]
},
{
"from": "CNY",
"to": "USD",
Expand Down

0 comments on commit bd95e2e

Please sign in to comment.