From b3db7b303c00a320474d9789ffe56144a9abbf24 Mon Sep 17 00:00:00 2001 From: Zikriya Date: Thu, 28 Mar 2024 15:14:36 +0500 Subject: [PATCH] swapAndWithdrawTransactions updated --- app/models/swapAndWithdrawTransactions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/swapAndWithdrawTransactions.ts b/app/models/swapAndWithdrawTransactions.ts index b557fa6..eb004e8 100755 --- a/app/models/swapAndWithdrawTransactions.ts +++ b/app/models/swapAndWithdrawTransactions.ts @@ -95,7 +95,8 @@ var schema = mongoose.Schema( signatureExpiry: { type: Number, default: null }, responseCode: { type: Number, default: "" }, responseMessage: {}, - slippage: { type: Number, default: 2 }, + sourceSlippage: { type: Number, default: 2 }, + destinationSlippage: { type: Number, default: 2 }, settledAmount: { type: String, default: "" }, sourceToken: { type: String, default: "" }, targetToken: { type: String, default: "" },