CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> f1ed3a3fc586b2427b1c22d8a2b3cb59a8d2703a55478445c09fe749390a59c7:22:11 | 22 | if tryBM(tokenInVault: flowTokenVault) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> f1ed3a3fc586b2427b1c22d8a2b3cb59a8d2703a55478445c09fe749390a59c7:97:340 | 97 | let exactVaultIn <- tokenInVault.withdraw(amount: cur);let minfo = mpool.getReserves();let forAmount = SwapConfig.getAmountOutVolatile(amountIn: exactVaultIn.balance, reserveIn: minfo[0], reserveOut: minfo[1], swapFeeRateBps: 30);let token0Vault <- mpool.swap(fromVault: <-exactVaultIn, forAmount: forAmount);let token1Vault <- UsdcUsdtSwapPair.swapToken1ForToken2(from: <- (token0Vault as! @FiatToken.Vault)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 9c6f94adf47904b5.UsdcUsdtSwapPair:276:23 | 276 | let token2Amount = self.quoteSwapExactToken1ForToken2(amount: token1Amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Not enough Token2 in the pool --> 9c6f94adf47904b5.UsdcUsdtSwapPair:229:6 | 229 | self.token2Vault.balance >= amount: "Not enough Token2 in the pool" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^