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
The L1 contracts currently contain code that supports a custom gas token implementation, however the standard L2 genesis project (#12302) is still required to support CGT properly.
We do not wish to release this dead code without protections.
Spec:
A new PR is requested which should:
Cause CGT code paths to revert if the token is not ETH.
Ideally prevent the system from being deploy if the token is not ETH.
My intuition is that the affected contracts should be limited to the SystemConfig and OptimismPortal.