Skip to content

Commit 10c59fb

Browse files
committed
Add nexchange partner plugin
Port the nexchange reporting plugin (queries https://api.n.exchange audit-orders endpoint with the x-api-key header) from partner PR #217/#212, without the unrelated changenow/rango/sideshift refactors bundled in those PRs. Wire it into queryEngine and the demo partner list.
1 parent 9a14a3f commit 10c59fb

5 files changed

Lines changed: 724 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- added: Add Revolut fiat payment provider
77
- added: Add Swapter reporting
88
- added: Add NYM Swap (nymswap) reporting
9+
- added: Add nexchange partner plugin
910
- changed: Update sideshift plugin with new optional API fields
1011
- changed: Query both old and new Sideshift affiliate accounts and merge completed orders to preserve full shift history across an affiliate-account rotation
1112
- changed: Add signature header support to Exolix

src/demo/partners.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ export default {
9797
type: 'fiat',
9898
color: '#7214F5'
9999
},
100+
nexchange: {
101+
type: 'swap',
102+
color: '#1D31B6'
103+
},
100104
nymswap: {
101105
type: 'swap',
102106
color: '#FB6E4E'

0 commit comments

Comments
 (0)