Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Fixes in Makefile and SetupNewProposer.s.sol #241

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mainnet/2023-07-26-transfer-owner-nested-safes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
##

Expand Down Expand Up @@ -57,4 +57,4 @@ run-local-l2:
# d8991b12c271e8435510eb9e65868653319dd8ce1d2182606cbd0b4095e1623277b4602ce3533dbb17f5b2cf06c5e503bcc264c4aa2711df27ecaed1ca1e63661c
# e671d199f47e3bc12d721988266fb5fd3285a0df670f92f936d9c354227fa4756d09e4d4d9be6ffee91cc3b0736425d656200a90b8d7142956412b15e03e62261b
# 8b79ade36ecfd1063c127057d1e7832bce1bf2d7b40d28c35c6f3cf7056ce0bb0a836ba458f1db1ebd246b7f9894a96d8f548a6af4f65b1dcc5cc5192993b4071b
# 281ebc7c95ca7f3f7572275638f0c4c9766a71cbb32b9602260246340c354af02e127b85e216d4144d39fb4f191df6d38e440a13805a1999df149a8fce33fad61c
# 281ebc7c95ca7f3f7572275638f0c4c9766a71cbb32b9602260246340c354af02e127b85e216d4144d39fb4f191df6d38e440a13805a1999df149a8fce33fad61c
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@teenager-ETH There should be no diff here

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

u wana work with me on some projects ur good ! message me at [email protected]

Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -39,4 +39,4 @@ contract SetupNewProposer is Script {

console.logAddress(address(l2OutputOracleImpl));
}
}
}