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
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
We should be able to set a slippage % to the transaction, this enables the user to have better visibility on the swap and avoid issues due to changes in reserves during the swap process.
When swapping with minimum
Slippage is calculated over the value to be sent, ex; swap_with_maximum(amount * (1 - slippage), ....)
This would result in reducing the minimum amount expected from the swap by calculating
When swapping with maximum
Slippage is calculated over the value to be sent, ex;
We should be able to set a slippage % to the transaction, this enables the user to have better visibility on the swap and avoid issues due to changes in reserves during the swap process.
When swapping with minimum
swap_with_maximum(amount * (1 - slippage), ....)
When swapping with maximum
The text was updated successfully, but these errors were encountered: