Skip to content

Commit 7194e0f

Browse files
Chore/DF-20681 XPD includes in TP (#3501)
* DF-20681 update includes file with XPD * add changeset * alphabetical ordering
1 parent 4c9dfbd commit 7194e0f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/tame-walls-provide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/tp-adapter': patch
3+
---
4+
5+
Add XPD to includes file

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

+11
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,17 @@
14071407
}
14081408
]
14091409
},
1410+
{
1411+
"from": "XPD",
1412+
"to": "USD",
1413+
"includes": [
1414+
{
1415+
"from": "USD",
1416+
"to": "XPD",
1417+
"inverse": false
1418+
}
1419+
]
1420+
},
14101421
{
14111422
"from": "XPF",
14121423
"to": "USD",

0 commit comments

Comments
 (0)