fix rawExchangeRestrictions

This commit is contained in:
Kirill Litvinov
2023-12-27 15:27:48 +03:00
parent 8eea148a5f
commit bec9dc5b35
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.36",
"version": "0.20.37",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -229,7 +229,7 @@ class Aggregator {
{
headers,
method: 'POST',
body: JSON.stringify({ signedOrder, rawExchangeRestrictions }),
body: JSON.stringify({ ...signedOrder, rawExchangeRestrictions }),
},
errorSchema,
);