Skip to content

Commit

Permalink
TP: Add XAU and XAG inverse config (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgard authored Dec 1, 2023
1 parent 0ddb8f7 commit e614829
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-teachers-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/tp-adapter': minor
---

Add XAU and DAG inverse config
22 changes: 22 additions & 0 deletions packages/sources/tp/src/config/includes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,28 @@
}
]
},
{
"from": "XAU",
"to": "USD",
"includes": [
{
"from": "USD",
"to": "XAU",
"inverse": true
}
]
},
{
"from": "XAG",
"to": "USD",
"includes": [
{
"from": "USD",
"to": "XAG",
"inverse": true
}
]
},
{
"from": "XAF",
"to": "USD",
Expand Down

0 comments on commit e614829

Please sign in to comment.