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
Each version of op-deployer will need to be updated to work with the interface of the OPCM.upgrade() method.
That interface will be something like this:
maurelian
changed the title
Each version of op-deployer will need to be updated to work with the interface of the OPCM.upgrade() method.
That interface will be something like this:
solidity
upgrade(ISystemConfig[] _systemConfigs, NewChainConfig[] _newConfigs)
where NewChainConfig will vary for each upgrade.
op-deployer will ideally generate an input.json bundle for use in the superchain-ops repo.op-deployer changes for OPCM upgrades
Nov 25, 2024
Each version of op-deployer will need to be updated to work with the interface of the OPCM.upgrade() method.
That interface will be something like this:
where
NewChainConfig
will vary for each upgrade.op-deployer will ideally generate an input.json bundle for use in the superchain-ops repo.
The text was updated successfully, but these errors were encountered: