Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#4667 from ethereum-optimism/bugf…
Browse files Browse the repository at this point in the history
…ix/check-l2-magic

ctb: Fix check-l2 magic check
  • Loading branch information
mergify[bot] authored Jan 11, 2023
2 parents a8a82b0 + e8c5eac commit 2fa3316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/tasks/check-l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const checkGenesisMagic = async (
address = args.l2OutputOracleAddress
} else {
const Deployment__L2OutputOracle = await hre.deployments.get(
'L2OutputOracle'
'L2OutputOracleProxy'
)
address = Deployment__L2OutputOracle.address
}
Expand Down

0 comments on commit 2fa3316

Please sign in to comment.