We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1031e62 commit c36ae18Copy full SHA for c36ae18
api/swap/_utils.ts
@@ -105,7 +105,7 @@ export async function handleBaseSwapQueryParams(
105
depositor,
106
integratorId,
107
refundAddress,
108
- refundOnOrigin: _refundOnOrigin = "true",
+ refundOnOrigin: _refundOnOrigin = "false",
109
slippageTolerance,
110
slippage = "auto", // Default to auto slippage
111
skipOriginTxEstimation: _skipOriginTxEstimation = "false",
0 commit comments