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 modifications to the OptimismPortal per the standard L2 genesis spec. This involves updating the ABI such that it adds 2 new functions that can issue deposit transactions from the DEPOSITOR_ACCOUNT
setConfig(uint8,bytes)
upgrade(uint256,bytes)
The setConfig function can set chain specific config in the L1Block contract and MUST only be callable by the SystemConfig. The upgrade function can call the L2ProxyAdmin as the DEPOSITOR_ACCOUNT and MUST only be callable by the SuperchainConfigUPGRADER role.
The text was updated successfully, but these errors were encountered:
This ticket represents the modifications to the
OptimismPortal
per the standard L2 genesis spec. This involves updating the ABI such that it adds 2 new functions that can issue deposit transactions from theDEPOSITOR_ACCOUNT
setConfig(uint8,bytes)
upgrade(uint256,bytes)
The
setConfig
function can set chain specific config in theL1Block
contract and MUST only be callable by theSystemConfig
. Theupgrade
function can call theL2ProxyAdmin
as theDEPOSITOR_ACCOUNT
and MUST only be callable by theSuperchainConfig
UPGRADER
role.The text was updated successfully, but these errors were encountered: