Skip to content

Commit

Permalink
update X-Source type
Browse files Browse the repository at this point in the history
  • Loading branch information
kigastu committed Jan 10, 2024
1 parent e2729cf commit 5edd39b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.41",
"version": "0.20.42",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/services/Aggregator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class Aggregator {
isReversedOrder?: boolean,
partnerId?: string,
fromWidget?: boolean,
source?: string,
source?: 'TERMINAL' | 'SWAP_UI',
rawExchangeRestrictions?: string | undefined,
) => {
const headers = {
Expand Down

0 comments on commit 5edd39b

Please sign in to comment.