Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 58cb3392315e464824b80d1a6013978a90664440b29ce1983533c6d7485bc18d:38:24
|
38 | let swap0OutVault <- FusdUsdtSwapPair.swapToken1ForToken2(from: <- (swap0InVault as! @FUSD.Vault))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 87f3f233f34b0733.FusdUsdtSwapPair:359:14
|
359 | return <- FusdUsdtSwapPair._swapToken1ForToken2(from: <-from)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 87f3f233f34b0733.FusdUsdtSwapPair:344:23
|
344 | let token2Amount = self.quoteSwapExactToken1ForToken2(amount: token1Amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Not enough Token2 in the pool
--> 87f3f233f34b0733.FusdUsdtSwapPair:297:6
|
297 | self.token2Vault.balance >= amount: "Not enough Token2 in the pool"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^