Skip to content

Commit 52a7206

Browse files
authored
Add GHS/USD inverse for NCFX (#3548)
* Add GHS/USD inverse for NCFX * Changeset
1 parent 34b87c0 commit 52a7206

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/wise-deers-march.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/ncfx-adapter': patch
3+
---
4+
5+
Add GHS/USD inverse pair for NCFX

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

+11
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,16 @@
394394
"inverse": true
395395
}
396396
]
397+
},
398+
{
399+
"from": "GHS",
400+
"to": "USD",
401+
"includes": [
402+
{
403+
"from": "USD",
404+
"to": "GHS",
405+
"inverse": true
406+
}
407+
]
397408
}
398409
]

0 commit comments

Comments
 (0)