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

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,