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 Sep 17, 2021. It is now read-only.
Hello,
I have a small suggestion - currently Uniswap has about 2400 exchanges deployed. A few of the tokens (still) do no fully support ERC-20. The worst was BNB, but there are others - PKG, XYO etc.
Maybe it would be a good idea to a do a simple token compatibility test when creating a new exchange:
Alternatively, the Exchange contract could require that addLiquidity/removeLiquidity operations should be tested before allowing to add liquidity to the exchange (this could be done by having a method which adds and removes liquidity as well as sets a flag one the two operations are successful).
There are many ways to implement this safeguard.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have a small suggestion - currently Uniswap has about 2400 exchanges deployed. A few of the tokens (still) do no fully support ERC-20. The worst was BNB, but there are others - PKG, XYO etc.
Maybe it would be a good idea to a do a simple token compatibility test when creating a new exchange:
This small check would prevent people from loosing money.
What do you think? Maybe it is not too late to implement it in V2?
The text was updated successfully, but these errors were encountered: