You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on provide and burn liquidity, liqSlippage is only used if checkSlippage is true to create lower and upper bounds
When swapping tokens for LP to zap into LP, it checks the received amount after the swap. This is the swapSlippage
What is the bool checkSlippage? What is it's significance?
See above, on provide and burn liquidity if checkSlippage is true then it checks the liqSlippage value for liquidity
How does Ambient liqSlippage work?
If the price is out of this range at the time of trying to add liquidity (pre-tx) it fails. Seems like a variation of the deadline rather than slippage but referring to price change rather than time
The text was updated successfully, but these errors were encountered:
Goals
Requirements
Tempest Research:
Pairs w/ ETH
Deposit ETH/rswETH: https://etherscan.io/tx/0xe42cb96363a276cde0be9300fdfc7c20fc28a483fc2d15b0f44b253f178a3369
Withdraw: https://etherscan.io/tx/0xf59b668c1572d72641593a041fe29610e8e41a2a289cb92b355e2f6ff7c8255d
Normal Pairs
Zap available only for weETH
Deposit rswETH/WEETH: https://explorer.swellnetwork.io/tx/0xf0bb8eb0b83144835933597f58416bd862273a022c25ffdd60327092092b512b
Withdraw (no zap): https://explorer.swellnetwork.io/tx/0xf1613d503d9c739a21c0c88735f2f761a89e25aa868e3836581d49ab75ce6008
Deposits rswETH/WEETH: https://explorer.swellnetwork.io/tx/0xd54c1d096d1b4c69d3da2b07f30aeaf030d759fce93a4c5c5ae09f1363ef5b15
Withdraw (zap to WEETH): https://explorer.swellnetwork.io/tx/0x86a72783b492ff5b0ff6b30c06f1eb46450821e361930a00c1c193588ae217c9
Questions:
The text was updated successfully, but these errors were encountered: