Skip to content

Commit

Permalink
remove message relayer from deploy config .json (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1827 authored Apr 19, 2024
1 parent c602430 commit aab4570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts-bedrock/scripts/oasys/L1/build/Build.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ contract Build is Script {
json.serialize("l2OutputOracleProposer", deployCfg.l2OutputOracleProposer);
json.serialize("l2OutputOracleChallenger", deployCfg.l2OutputOracleChallenger);

json.serialize("messageRelayer", deployCfg.messageRelayer);

json.serialize("finalizationPeriodSeconds", deployCfg.finalizationPeriodSeconds);

json.serialize("proxyAdminOwner", deployCfg.proxyAdminOwner);
Expand Down

0 comments on commit aab4570

Please sign in to comment.