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 min39.51048028 got 39.45434444][IncSwapErrorCode:6]
--> f926276e8629035b37c5e9d1d4b2410589431398ec5a0808f9e22ef97b3f1d2a:71:16
|
71 | assert(amount0Optimal >= token0InMin, message:
72 | SwapError.ErrorEncode(
73 | msg: "SLIPPAGE_OFFSET_TOO_LARGE expect min".concat(token0InMin.toString()).concat(" got ").concat(amount0Optimal.toString()),
74 | err: SwapError.ErrorCode.SLIPPAGE_OFFSET_TOO_LARGE
75 | )
76 | )
| ^