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 OPCM uniquely identifies each OP Chain by its SystemConfig. For upgrades the OPCM will retrieve the Addresses struct from the SystemConfig to identify all contracts it needs to interact with during the upgrade process.
Currently that struct is lacking certain contracts which are required, including:
AddressManager
DelayedWeth(s)
although these might be best retrieved by querying: gameImpl(DisputeGameFactory.gameImpls(n)).weth()
A new getter should also be added to the SystemConfig to retrieve the full Addresses struct in a single call.
The text was updated successfully, but these errors were encountered:
The OPCM uniquely identifies each OP Chain by its
SystemConfig
. For upgrades the OPCM will retrieve theAddresses
struct from theSystemConfig
to identify all contracts it needs to interact with during the upgrade process.Currently that struct is lacking certain contracts which are required, including:
gameImpl(DisputeGameFactory.gameImpls(n)).weth()
A new getter should also be added to the
SystemConfig
to retrieve the fullAddresses
struct in a single call.The text was updated successfully, but these errors were encountered: