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
d3f4ec81
Unverified
Commit
d3f4ec81
authored
Aug 16, 2023
by
OptimismBot
Committed by
GitHub
Aug 16, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6826 from ethereum-optimism/feat/update-multichain-deploy
contracts-bedrock: update multichain deploy script
parents
ed575966
8354eeef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Multichain.s.sol
packages/contracts-bedrock/scripts/upgrades/Multichain.s.sol
+2
-2
No files found.
packages/contracts-bedrock/scripts/upgrades/Multichain.s.sol
View file @
d3f4ec81
...
@@ -71,7 +71,7 @@ contract Multichain is SafeBuilder {
...
@@ -71,7 +71,7 @@ contract Multichain is SafeBuilder {
/// @notice OptimismPortal implementation to upgrade to
/// @notice OptimismPortal implementation to upgrade to
address internal constant OptimismPortalImplementation = 0x345D27c7B6C90fef5beA9631037C36119f4bF93e;
address internal constant OptimismPortalImplementation = 0x345D27c7B6C90fef5beA9631037C36119f4bF93e;
/// @notice SystemConfig implementation to upgrade to
/// @notice SystemConfig implementation to upgrade to
address internal constant SystemConfigImplementation = 0x
00CB689221540dEd0FA5247dbE7Fc66621F431a6
;
address internal constant SystemConfigImplementation = 0x
543bA4AADBAb8f9025686Bd03993043599c6fB04
;
/// @notice L1ERC721Bridge implementation to upgrade to
/// @notice L1ERC721Bridge implementation to upgrade to
address internal constant L1ERC721BridgeImplementation = 0x53C115eD8D9902f4999fDBd8B93Ea79BF37cb588;
address internal constant L1ERC721BridgeImplementation = 0x53C115eD8D9902f4999fDBd8B93Ea79BF37cb588;
...
@@ -84,7 +84,7 @@ contract Multichain is SafeBuilder {
...
@@ -84,7 +84,7 @@ contract Multichain is SafeBuilder {
string internal constant L2OutputOracleVersion = "1.4.1";
string internal constant L2OutputOracleVersion = "1.4.1";
string internal constant OptimismMintableERC20FactoryVersion = "1.1.2";
string internal constant OptimismMintableERC20FactoryVersion = "1.1.2";
string internal constant OptimismPortalVersion = "1.8.1";
string internal constant OptimismPortalVersion = "1.8.1";
string internal constant SystemConfigVersion = "1.
5
.0";
string internal constant SystemConfigVersion = "1.
6
.0";
string internal constant L1ERC721BridgeVersion = "1.2.1";
string internal constant L1ERC721BridgeVersion = "1.2.1";
/// @notice The value of the NETWORK env var
/// @notice The value of the NETWORK env var
...
...
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