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
This ticket represents the changes to the StandardBridge per the standard L2 genesis spec. What this looks like in practice is removing the base StandardBridge from being initializable and instead only making the L1StandardBridgeinitializable. The network specific config in the L2StandardBridge is fetched from the L1Block contract rather than its storage. Given the L2StandardBridge is no longer initializable, doing upgrades with hardfork based transactions becomes more simple
The text was updated successfully, but these errors were encountered:
tynes
changed the title
Standard L2 Genesis: StandardBridge Changes
Standard L2 Genesis: StandardBridge Changes
Oct 3, 2024
This ticket represents the changes to the
StandardBridge
per the standard L2 genesis spec. What this looks like in practice is removing the baseStandardBridge
from beinginitializable
and instead only making theL1StandardBridge
initializable
. The network specific config in theL2StandardBridge
is fetched from theL1Block
contract rather than its storage. Given theL2StandardBridge
is no longerinitializable
, doing upgrades with hardfork based transactions becomes more simpleThe text was updated successfully, but these errors were encountered: