Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a102bdc1
Commit
a102bdc1
authored
Jun 01, 2023
by
Kevin Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ProxyAdmin.transferOwnership to batch 1.
Fixes SEC-75.
parent
1d0bd24c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
CheckForBedrockMigration.s.sol
...s-bedrock/scripts/multisig/CheckForBedrockMigration.s.sol
+1
-1
b1.json
...s-bedrock/scripts/multisig/json/mainnet-migration/b1.json
+19
-0
No files found.
packages/contracts-bedrock/scripts/multisig/CheckForBedrockMigration.s.sol
View file @
a102bdc1
...
...
@@ -95,7 +95,7 @@ contract BedrockMigrationChecker is Script, StdAssertions {
function checkL1ProxyAdmin(ContractSet memory contracts) internal {
console2.log("Checking L1ProxyAdmin %s", contracts.L1ProxyAdmin);
checkAddressIsExpected(contracts.
SystemDictatorProx
y, contracts.L1ProxyAdmin, "owner()");
checkAddressIsExpected(contracts.
L1UpgradeKe
y, contracts.L1ProxyAdmin, "owner()");
}
function checkL1StandardBridgeImpl(ContractSet memory contracts) internal {
...
...
packages/contracts-bedrock/scripts/multisig/json/mainnet-migration/b1.json
View file @
a102bdc1
...
...
@@ -7,6 +7,25 @@
"txBuilderVersion"
:
"1.13.3"
},
"transactions"
:
[
{
"to"
:
"0x543bA4AADBAb8f9025686Bd03993043599c6fB04"
,
"value"
:
"0"
,
"data"
:
null
,
"contractMethod"
:
{
"inputs"
:
[
{
"internalType"
:
"address"
,
"name"
:
"newOwner"
,
"type"
:
"address"
}
],
"name"
:
"transferOwnership"
,
"payable"
:
false
},
"contractInputsValues"
:
{
"newOwner"
:
"0xB4453CEb33d2e67FA244A24acf2E50CEF31F53cB"
}
},
{
"to"
:
"0xdE1FCfB0851916CA5101820A69b13a4E276bd81F"
,
"value"
:
"0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment