Skip to content

Commit

Permalink
swapAndWithdrawTransactions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zikriya committed Mar 28, 2024
1 parent f63829e commit b3db7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/swapAndWithdrawTransactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "" },
Expand Down

0 comments on commit b3db7b3

Please sign in to comment.