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
If a user tries to add liquidity such that the value of TOTAL_LIQUIDITY_TOKEN_DISTRIBUTED would exceed Total Supply(LIQUIDITY_TOKEN) - we should reject the transaction.
This is a limitation of Algorand since ASA's need to have a max cap.
The text was updated successfully, but these errors were encountered:
If a user tries to add liquidity such that the value of
TOTAL_LIQUIDITY_TOKEN_DISTRIBUTED
would exceedTotal Supply(LIQUIDITY_TOKEN)
- we should reject the transaction.This is a limitation of Algorand since ASA's need to have a max cap.
The text was updated successfully, but these errors were encountered: