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
Default support for ERC2612 permits is a pretty clear UX improvement, enabling single tx actions and gas abstraction without native token in wallet to pay for an initial approve
Permit2 has become the primary approval mechanism for all Uniswap interface interactions and is integrated by many other DeFi protocols. Directly integrating tokens with it saves an entire approval step for users, simplifying the user experience of interacting with these protocols. It also synergizes well with intents-based trading systems like UniswapX, where users could submit a trade with a single signature without ever requiring any native token to set up for the trade
Given #11868 has been merged, we will also want to support native
permit2
in theOptimismSuperchainERC20
token. The diff is very smallThe rationale can be found in #11880 (comment)
This should be implemented in both
OptimismSuperchainERC20
as well asSuperchainWETH
The text was updated successfully, but these errors were encountered: