This commit is contained in:
TheJuze
2024-06-05 16:48:03 +03:00
parent 551a3ff037
commit c73a41be3f
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.22.0-rc21",
"version": "0.22.0-rc22",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.22.0-rc21",
"version": "0.22.0-rc22",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

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

View File

@@ -107,7 +107,7 @@ export const fullOrderSchema = z.object({
executionType: o.E,
triggerCondition: o.C,
isReversedOrder: o.ro,
sorceChain: o.sc,
sourceChain: o.sc,
targetChain: o.tc,
subOrders: o.c.map((so) => ({
pair: so.P,