Commit a00e4658 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

contracts-bedrock: Fix L2OO deployment (#3685)

The function signature wasn't updated with the arguments.
parent 05b7cf02
......@@ -7,7 +7,7 @@ import '@eth-optimism/hardhat-deploy-config'
const upgradeABIs = {
L2OutputOracleProxy: async (deployConfig) => [
'initialize(bytes32,uint256,address,address)',
'initialize(bytes32,uint256,address)',
[
deployConfig.l2OutputOracleGenesisL2Output,
deployConfig.l2OutputOracleProposer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment