• Mark Tyneway's avatar
    contracts-bedrock: remove deployment ownable check l1xdm · 2169ddcf
    Mark Tyneway authored
    The new `L1CrossDomainMessenger` is no longer ownable so we no
    longer need to transfer the ownership to the dictator as part
    of the system upgrade. The dictator does not need ownership
    of the old contract because it doesn't call `pause` on the
    `L1CrossDomainMessenger` anymore as part of the on chain upgrade.
    Instead, the pausable functionality is in the `OptimismPortal`
    which is set with a constructor arg and its pausability can
    be toggled using functions on the portal.
    2169ddcf
Name
Last commit
Last update
..
000-ProxyAdmin.ts Loading commit data...
001-AddressManager.ts Loading commit data...
002-L1StandardBridgeProxy.ts Loading commit data...
003-L2OutputOracleProxy.ts Loading commit data...
004-L1CrossDomainMessengerProxy.ts Loading commit data...
005-OptimismPortalProxy.ts Loading commit data...
006-OptimismMintableERC20FactoryProxy.ts Loading commit data...
007-L1ERC721BridgeProxy.ts Loading commit data...
008-SystemConfigProxy.ts Loading commit data...
009-SystemDictatorProxy.ts Loading commit data...
010-L1CrossDomainMessengerImpl.ts Loading commit data...
011-L1StandardBridgeImpl.ts Loading commit data...
012-L2OutputOracleImpl.ts Loading commit data...
013-OptimismPortalImpl.ts Loading commit data...
014-OptimismMintableERC20FactoryImpl.ts Loading commit data...
015-L1ERC721BridgeImpl.ts Loading commit data...
016-PortalSenderImpl.ts Loading commit data...
017-SystemConfigImpl.ts Loading commit data...
018-SystemDictatorImpl.ts Loading commit data...
019-SystemDictatorInit.ts Loading commit data...
020-SystemDictatorSteps-1.ts Loading commit data...
021-SystemDictatorSteps-2.ts Loading commit data...