Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: assertion failed: [IncSwapErrorMsg:SLIPPAGE_OFFSET_TOO_LARGE expect min 27.23151597 got 27.23151596][IncSwapErrorCode:6]
--> fba6aeabea646563837e2d140cc637122de1040847f916d8b93dd866a77b348b:178:8
|
178 | assert(tokenOutAmountTotal >= amountOutMin, message:
179 | SwapError.ErrorEncode(
180 | msg: "SLIPPAGE_OFFSET_TOO_LARGE expect min ".concat(amountOutMin.toString()).concat(" got ").concat(tokenOutAmountTotal.toString()),
181 | err: SwapError.ErrorCode.SLIPPAGE_OFFSET_TOO_LARGE
182 | )
183 | )
| ^