diff --git a/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile b/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile index 11ff1425..3e7fa88d 100644 --- a/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile +++ b/mainnet/2023-07-26-transfer-owner-nested-safes/Makefile @@ -7,7 +7,7 @@ override LEDGER_ACCOUNT = 0 endif ## -# Commands for transfering ownership of L1 and L2 contracts to corresponding nested multisigs +# Commands for transferring ownership of L1 and L2 contracts to corresponding nested multisigs # with CB and OP as signers ## @@ -57,4 +57,4 @@ run-local-l2: # d8991b12c271e8435510eb9e65868653319dd8ce1d2182606cbd0b4095e1623277b4602ce3533dbb17f5b2cf06c5e503bcc264c4aa2711df27ecaed1ca1e63661c # e671d199f47e3bc12d721988266fb5fd3285a0df670f92f936d9c354227fa4756d09e4d4d9be6ffee91cc3b0736425d656200a90b8d7142956412b15e03e62261b # 8b79ade36ecfd1063c127057d1e7832bce1bf2d7b40d28c35c6f3cf7056ce0bb0a836ba458f1db1ebd246b7f9894a96d8f548a6af4f65b1dcc5cc5192993b4071b -# 281ebc7c95ca7f3f7572275638f0c4c9766a71cbb32b9602260246340c354af02e127b85e216d4144d39fb4f191df6d38e440a13805a1999df149a8fce33fad61c \ No newline at end of file +# 281ebc7c95ca7f3f7572275638f0c4c9766a71cbb32b9602260246340c354af02e127b85e216d4144d39fb4f191df6d38e440a13805a1999df149a8fce33fad61c diff --git a/setup-templates/template-incident/script/SetupNewProposer.s.sol b/setup-templates/template-incident/script/SetupNewProposer.s.sol index 7903b2ed..3a867c92 100644 --- a/setup-templates/template-incident/script/SetupNewProposer.s.sol +++ b/setup-templates/template-incident/script/SetupNewProposer.s.sol @@ -22,7 +22,7 @@ contract SetupNewProposer is Script { console.log(oldProposer); console.log(NEW_PROPOSER); - // Deploy L2OutputOracle new implementation wiht the new submission interval + // Deploy L2OutputOracle new implementation with the new submission interval vm.broadcast(DEPLOYER); L2OutputOracle l2OutputOracleImpl = new L2OutputOracle({ _submissionInterval: oldSubmissionInterval, @@ -39,4 +39,4 @@ contract SetupNewProposer is Script { console.logAddress(address(l2OutputOracleImpl)); } -} \ No newline at end of file +}