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
Currently we deploy a separate ERC20 token for each AMM pool to track LP ownership. Meanwhile, Uniswap simply makes the pool an ERC20 token, and uses that as the pool token. We should change the AMM to do this as well since it will save on gas (no contract creation, no cross-contract ERC20 calls) and it will make the subgraph mapping simpler.
The text was updated successfully, but these errors were encountered:
Currently we deploy a separate ERC20 token for each AMM pool to track LP ownership. Meanwhile, Uniswap simply makes the pool an ERC20 token, and uses that as the pool token. We should change the AMM to do this as well since it will save on gas (no contract creation, no cross-contract ERC20 calls) and it will make the subgraph mapping simpler.
The text was updated successfully, but these errors were encountered: